Home
last modified time | relevance | path

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

/arch/arm/nwfpe/
Dfpa11_cpdo.c57 if (!CONSTANT_FM(opcode)) { in EmulateCPDO()
Dfpa11_cprt.c196 if (CONSTANT_FM(opcode)) { in PerformComparison()
246 if (CONSTANT_FM(opcode)) { in PerformComparison()
Dsingle_cpdo.c95 if (CONSTANT_FM(opcode)) { in SingleCPDO()
Ddouble_cpdo.c118 if (CONSTANT_FM(opcode)) { in DoubleCPDO()
Dextended_cpdo.c97 if (CONSTANT_FM(opcode)) { in ExtendedCPDO()
Dfpopcode.h237 #define CONSTANT_FM(opcode) ((opcode & BIT_CONSTANT) != 0) macro