Searched refs:decodeSImmOperand (Results 1 – 4 of 4) sorted by relevance
134 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm) { in decodeSImmOperand() function194 return decodeSImmOperand<8>(Inst, Imm); in decodeS8ImmOperand()199 return decodeSImmOperand<16>(Inst, Imm); in decodeS16ImmOperand()204 return decodeSImmOperand<32>(Inst, Imm); in decodeS32ImmOperand()
308 static DecodeStatus decodeSImmOperand(MCInst &Inst, uint64_t Imm, in decodeSImmOperand() function
22 let DecoderMethod = "decodeSImmOperand<16>";37 let DecoderMethod = "decodeSImmOperand<16>";
490 let DecoderMethod = "decodeSImmOperand<5>";536 let DecoderMethod = "decodeSImmOperand<16>";559 let DecoderMethod = "decodeSImmOperand<16>";