Home
last modified time | relevance | path

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

/linux/arch/arm/nwfpe/
H A Dfpa11_cpdo.c40 if (MONADIC_INSTRUCTION(opcode)) in EmulateCPDO()
H A Dsingle_cpdo.c92 if (!MONADIC_INSTRUCTION(opcode)) { in SingleCPDO()
H A Dextended_cpdo.c107 if (!MONADIC_INSTRUCTION(opcode)) { in ExtendedCPDO()
H A Ddouble_cpdo.c124 if (!MONADIC_INSTRUCTION(opcode)) { in DoubleCPDO()
H A Dfpopcode.h226 #define MONADIC_INSTRUCTION(opcode) ((opcode & BIT_MONADIC) != 0) macro