Searched refs:decodeUImmOperand (Results 1 – 4 of 4) sorted by relevance
108 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm) { in decodeUImmOperand() function124 return decodeUImmOperand<4>(Inst, Imm); in decodeAccessRegOperand()129 return decodeUImmOperand<4>(Inst, Imm); in decodeU4ImmOperand()134 return decodeUImmOperand<6>(Inst, Imm); in decodeU6ImmOperand()139 return decodeUImmOperand<8>(Inst, Imm); in decodeU8ImmOperand()144 return decodeUImmOperand<16>(Inst, Imm); in decodeU16ImmOperand()149 return decodeUImmOperand<32>(Inst, Imm); in decodeU32ImmOperand()
239 static DecodeStatus decodeUImmOperand(MCInst &Inst, uint64_t Imm, in decodeUImmOperand() function
28 let DecoderMethod = "decodeUImmOperand<16>";
458 let DecoderMethod = "decodeUImmOperand<5>";467 let DecoderMethod = "decodeUImmOperand<6>";487 let DecoderMethod = "decodeUImmOperand<16>";