Home
last modified time | relevance | path

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

/qemu/linux-user/arm/nwfpe/
H A Dfpopcode.h239 #define MASK_ARITHMETIC_OPCODE 0x00f08000 macro
H A Dsingle_cpdo.c75 switch (opcode & MASK_ARITHMETIC_OPCODE) in SingleCPDO()
H A Dextended_cpdo.c93 switch (opcode & MASK_ARITHMETIC_OPCODE) in ExtendedCPDO()
H A Ddouble_cpdo.c95 switch (opcode & MASK_ARITHMETIC_OPCODE) in DoubleCPDO()