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