Home
last modified time | relevance | path

Searched refs:MASK_ARITHMETIC_OPCODE (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/arch/arm/nwfpe/
Dsingle_cpdo.c103 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in SingleCPDO()
Dextended_cpdo.c118 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in ExtendedCPDO()
Ddouble_cpdo.c135 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in DoubleCPDO()
Dfpopcode.h242 #define MASK_ARITHMETIC_OPCODE 0x00f08000 macro
DChangeLog5 * Consolidated use of (opcode && MASK_ARITHMETIC_OPCODE) >> 20.