Home
last modified time | relevance | path

Searched refs:MASK_ARITHMETIC_OPCODE (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/arm/nwfpe/
H A Ddouble_cpdo.c123 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in DoubleCPDO()
H A Dextended_cpdo.c106 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in ExtendedCPDO()
H A Dsingle_cpdo.c91 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in SingleCPDO()
H A Dfpopcode.h230 #define MASK_ARITHMETIC_OPCODE 0x00f08000 macro
/kernel/linux/linux-6.6/arch/arm/nwfpe/
H A Ddouble_cpdo.c123 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in DoubleCPDO()
H A Dsingle_cpdo.c91 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in SingleCPDO()
H A Dextended_cpdo.c106 opc_mask_shift = (opcode & MASK_ARITHMETIC_OPCODE) >> 20; in ExtendedCPDO()
H A Dfpopcode.h230 #define MASK_ARITHMETIC_OPCODE 0x00f08000 macro

Completed in 7 milliseconds