Lines Matching defs:tmp
85 static void signedDecoder(MCInst &MI, unsigned tmp,
88 int64_t FullValue = fullValue(Disassembler, MI, SignExtend64<T>(tmp));
151 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
154 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
157 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
743 static DecodeStatus unsignedImmDecoder(MCInst &MI, unsigned tmp,
747 int64_t FullValue = fullValue(Disassembler, MI, tmp);
753 static DecodeStatus s32_0ImmDecoder(MCInst &MI, unsigned tmp,
758 tmp = SignExtend64(tmp, Bits);
759 signedDecoder<32>(MI, tmp, Decoder);
764 static DecodeStatus brtargetDecoder(MCInst &MI, unsigned tmp, uint64_t Address,
771 uint64_t FullValue = fullValue(Disassembler, MI, SignExtend64(tmp, Bits));