Home
last modified time | relevance | path

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

/qemu/linux-user/arm/nwfpe/
H A Dfpa11_cpdo.c44 if (MONADIC_INSTRUCTION(opcode)) in EmulateCPDO()
H A Dfpopcode.h235 #define MONADIC_INSTRUCTION(opcode) ((opcode & BIT_MONADIC) != 0) macro
H A Dsingle_cpdo.c61 if (!MONADIC_INSTRUCTION(opcode)) in SingleCPDO()
H A Dextended_cpdo.c71 if (!MONADIC_INSTRUCTION(opcode)) in ExtendedCPDO()
H A Ddouble_cpdo.c76 if (!MONADIC_INSTRUCTION(opcode)) in DoubleCPDO()