Searched refs:decodeUImmOperand (Results 1 – 4 of 4) sorted by relevance
110 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function126 return decodeUImmOperand<4>(Inst, Imm); in decodeAccessRegOperand()131 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand()136 return decodeUImmOperand<6>(Inst, Imm); in decodeU6ImmOperand()141 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand()146 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand()151 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
243 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
436 let DecoderMethod = "decodeUImmOperand<5>";445 let DecoderMethod = "decodeUImmOperand<6>";465 let DecoderMethod = "decodeUImmOperand<16>";
28 let DecoderMethod = "decodeUImmOperand<16>";