Searched refs:MASK_ARITHMETIC_OPCODE (Results 1 – 5 of 5) sorted by relevance
91 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in SingleCPDO()
123 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in DoubleCPDO()
106 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in ExtendedCPDO()
230 #define MASK_ARITHMETIC_OPCODE 0x00f08000 macro
5 * Consolidated use of (opcode && MASK_ARITHMETIC_OPCODE) >> 20.
Completed in 5 milliseconds