Searched refs:CONSTANT_FM (Results 1 – 6 of 6) sorted by relevance
57 if (!CONSTANT_FM(opcode)) { in EmulateCPDO()
196 if (CONSTANT_FM(opcode)) { in PerformComparison()246 if (CONSTANT_FM(opcode)) { in PerformComparison()
95 if (CONSTANT_FM(opcode)) { in SingleCPDO()
118 if (CONSTANT_FM(opcode)) { in DoubleCPDO()
97 if (CONSTANT_FM(opcode)) { in ExtendedCPDO()
237 #define CONSTANT_FM(opcode) ((opcode & BIT_CONSTANT) != 0) macro