Searched refs:decodeFPImmed (Results 1 – 4 of 4) sorted by relevance
84 static MCOperand decodeFPImmed(bool Is32, unsigned Imm);
302 MCOperand AMDGPUDisassembler::decodeFPImmed(bool Is32, unsigned Imm) { in decodeFPImmed() function in AMDGPUDisassembler381 return decodeFPImmed(Is32, Val); in decodeSrcOp()
111 static MCOperand decodeFPImmed(OpWidthTy Width, unsigned Imm);
624 MCOperand AMDGPUDisassembler::decodeFPImmed(OpWidthTy Width, unsigned Imm) { in decodeFPImmed() function in AMDGPUDisassembler722 return decodeFPImmed(Width, Val); in decodeSrcOp()835 return decodeFPImmed(Width, SVal); in decodeSDWASrc()