Searched refs:getDFPImm (Results 1 – 12 of 12) sorted by relevance
157 if (Op.getDFPImm() == 0.0) in printOperand()160 O << bit_cast<double>(Op.getDFPImm()); in printOperand()
889 double Value = bit_cast<double>(Op.getDFPImm()); in printRegularOperand()
36 OS << "DFPImm:" << bit_cast<double>(getDFPImm()); in print()
146 uint64_t D = MO.getDFPImm(); in encodeInstruction()
314 O << ::toString(APFloat(APFloat::IEEEdouble(), APInt(64, Op.getDFPImm()))); in printOperand()
100 uint64_t getDFPImm() const { in getDFPImm() function
265 return static_cast<unsigned>(bit_cast<double>(MO.getDFPImm())); in getMachineOpValue()
315 O << formatImm((double)Op.getDFPImm()); in printOperand()
89 uint64_t getDFPImm() const { in getDFPImm() function
733 return static_cast<unsigned>(bit_cast<double>(MO.getDFPImm())); in getMachineOpValue()
570 return static_cast<unsigned>(APFloat(bit_cast<double>(MO.getDFPImm())) in getMachineOpValue()
1500 float FPImm = MO.isDFPImm() ? bit_cast<double>(MO.getDFPImm()) in getNextVectorRegister()