Searched refs:decodeSImmOperand (Results 1 – 4 of 4) sorted by relevance
115 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function154 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand()159 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand()164 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
247 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
22 let DecoderMethod = "decodeSImmOperand<16>";37 let DecoderMethod = "decodeSImmOperand<16>";
449 let DecoderMethod = "decodeSImmOperand<5>";477 let DecoderMethod = "decodeSImmOperand<16>";500 let DecoderMethod = "decodeSImmOperand<16>";