Searched refs:MCOperand_getFPImm (Results 1 – 3 of 3) sorted by relevance
69 double MCOperand_getFPImm(const MCOperand *op);
130 double MCOperand_getFPImm(const MCOperand *op) in MCOperand_getFPImm() function
1037 …double FPImm = MCOperand_isFPImm(MO) ? MCOperand_getFPImm(MO) : AArch64_AM_getFPImmFloat((int)MCOp… in printFPImmOperand()