Lines Matching defs:Imm

75 static DecodeStatus decodeSOPPBrTarget(MCInst &Inst, unsigned Imm,  in decodeSOPPBrTarget()
90 static DecodeStatus decodeSMEMOffset(MCInst &Inst, unsigned Imm, uint64_t Addr, in decodeSMEMOffset()
299 DecodeVGPR_16_Lo128RegisterClass(MCInst &Inst, unsigned Imm, uint64_t /*Addr*/, in DecodeVGPR_16_Lo128RegisterClass()
309 static DecodeStatus decodeOperand_VSrcT16_Lo128(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcT16_Lo128()
325 static DecodeStatus decodeOperand_VSrcT16(MCInst &Inst, unsigned Imm, in decodeOperand_VSrcT16()
341 static DecodeStatus decodeOperand_KImmFP(MCInst &Inst, unsigned Imm, in decodeOperand_KImmFP()
368 static DecodeStatus decodeOperand_AVLdSt_Any(MCInst &Inst, unsigned Imm, in decodeOperand_AVLdSt_Any()
402 static DecodeStatus decodeOperand_VSrc_f64(MCInst &Inst, unsigned Imm, in decodeOperand_VSrc_f64()
412 DecodeAVLdSt_32RegisterClass(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodeAVLdSt_32RegisterClass()
419 DecodeAVLdSt_64RegisterClass(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodeAVLdSt_64RegisterClass()
426 DecodeAVLdSt_96RegisterClass(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodeAVLdSt_96RegisterClass()
433 DecodeAVLdSt_128RegisterClass(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodeAVLdSt_128RegisterClass()
440 DecodeAVLdSt_160RegisterClass(MCInst &Inst, unsigned Imm, uint64_t Addr, in DecodeAVLdSt_160RegisterClass()
1367 MCOperand AMDGPUDisassembler::decodeIntImmed(unsigned Imm) { in decodeIntImmed()
1377 static int64_t getInlineImmVal32(unsigned Imm) { in getInlineImmVal32()
1402 static int64_t getInlineImmVal64(unsigned Imm) { in getInlineImmVal64()
1427 static int64_t getInlineImmVal16(unsigned Imm) { in getInlineImmVal16()
1452 MCOperand AMDGPUDisassembler::decodeFPImmed(unsigned ImmWidth, unsigned Imm) { in decodeFPImmed()