Home
last modified time | relevance | path

Searched refs:CONSTANT_FM (Results 1 – 6 of 6) sorted by relevance

/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdo.c49 if (!CONSTANT_FM(opcode)) in EmulateCPDO()
H A Dfpopcode.h234 #define CONSTANT_FM(opcode) ((opcode & BIT_CONSTANT) != 0) macro
H A Dfpa11_cprt.c225 if (CONSTANT_FM(opcode)) in PerformComparison()
H A Dsingle_cpdo.c45 if (CONSTANT_FM(opcode)) in SingleCPDO()
H A Dextended_cpdo.c47 if (CONSTANT_FM(opcode)) in ExtendedCPDO()
H A Ddouble_cpdo.c47 if (CONSTANT_FM(opcode)) in DoubleCPDO()