Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/nwfpe/
A Dsingle_cpdo.c91 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in SingleCPDO()
A Ddouble_cpdo.c123 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in DoubleCPDO()
A Dextended_cpdo.c106 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in ExtendedCPDO()
A Dfpopcode.h230 #define MASK_ARITHMETIC_OPCODE 0x00f08000 macro
A DChangeLog5 * Consolidated use of (opcode && MASK_ARITHMETIC_OPCODE) >> 20.

Completed in 5 milliseconds