Home
last modified time | relevance | path

Searched refs:MCOperand_isFPImm (Results 1 – 3 of 3) sorted by relevance

/external/capstone/
DMCInst.h55 bool MCOperand_isFPImm(const MCOperand *op);
DMCInst.c103 bool MCOperand_isFPImm(const MCOperand *op) in MCOperand_isFPImm() function
/external/capstone/arch/AArch64/
DAArch64InstPrinter.c1037 …double FPImm = MCOperand_isFPImm(MO) ? MCOperand_getFPImm(MO) : AArch64_AM_getFPImmFloat((int)MCOp… in printFPImmOperand()