Searched refs:tlsOpNo (Results 1 – 2 of 2) sorted by relevance
95 unsigned tlsOpNo = 0; in encodeInstruction() local98 case SP::TLS_CALL: tlsOpNo = 1; break; in encodeInstruction()102 case SP::TLS_LDXrr: tlsOpNo = 3; break; in encodeInstruction()104 if (tlsOpNo != 0) { in encodeInstruction()105 const MCOperand &MO = MI.getOperand(tlsOpNo); in encodeInstruction()
104 unsigned tlsOpNo = 0; in encodeInstruction() local107 case SP::TLS_CALL: tlsOpNo = 1; break; in encodeInstruction()111 case SP::TLS_LDXrr: tlsOpNo = 3; break; in encodeInstruction()113 if (tlsOpNo != 0) { in encodeInstruction()114 const MCOperand &MO = MI.getOperand(tlsOpNo); in encodeInstruction()