Home
last modified time | relevance | path

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

/openbmc/qemu/disas/
H A Dalpha.c575 #define OP_MASK 0xFC000000 macro
579 #define BRA_MASK OP_MASK
584 #define FP_MASK (OP_MASK | 0xFFE0)
589 #define MEM_MASK OP_MASK
594 #define MFC_MASK (OP_MASK | 0xFFFF)
599 #define MBR_MASK (OP_MASK | 0xC000)
606 #define OPR_MASK (OP_MASK | 0x1FE0)
612 #define PCD_MASK OP_MASK
622 #define EV4HWMEM_MASK (OP_MASK | 0xF000)
626 #define EV5HWMEM_MASK (OP_MASK | 0xF800)
[all …]
/openbmc/linux/drivers/macintosh/
H A Dvia-macii.c81 #define OP_MASK 0x0C macro
424 if ((last_cmd & OP_MASK) == TALK) { in macii_interrupt()
459 } else if ((req->data[1] & OP_MASK) == TALK) { in macii_interrupt()
H A Dadb-iop.c48 #define OP_MASK 0x0C macro
105 u8 op = amsg->cmd & OP_MASK; in adb_iop_listen()
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c2300 #define OP_MASK OP (0x3f) macro
2306 #define OPTO_MASK (OP_MASK | TO_MASK)
2425 #define DRA_MASK (OP_MASK | RA_MASK)
2495 #define SC_MASK (OP_MASK | (((unsigned long)0x3ff) << 16) | (((unsigned long)1) << 1) | 1)
3053 {"tdi", OP(2), OP_MASK, PPC64, PPCVLE, {TO, RA, SI}},
3085 {"twi", OP(3), OP_MASK, PPCCOM, PPCVLE, {TO, RA, SI}},
3086 {"ti", OP(3), OP_MASK, PWRCOM, PPCVLE, {TO, RA, SI}},
3825 {"mulli", OP(7), OP_MASK, PPCCOM, PPCVLE, {RT, RA, SI}},
3826 {"muli", OP(7), OP_MASK, PWRCOM, PPCVLE, {RT, RA, SI}},
3828 {"subfic", OP(8), OP_MASK, PPCCOM, PPCVLE, {RT, RA, SI}},
[all …]
/openbmc/linux/arch/mips/mm/
H A Duasm.c31 #define OP_MASK 0x3f macro