Searched refs:OP_MASK (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/powerpc/xmon/ |
| A D | ppc-opc.c | 2300 #define OP_MASK OP (0x3f) macro 2306 #define OPTO_MASK (OP_MASK | TO_MASK) 2425 #define DRA_MASK (OP_MASK | RA_MASK) 7053 {"e_la", OP(7), OP_MASK, PPCVLE, 0, {RT, D, RA0}}, 7064 {"e_lbz", OP(12), OP_MASK, PPCVLE, 0, {RT, D, RA0}}, 7065 {"e_stb", OP(13), OP_MASK, PPCVLE, 0, {RT, D, RA0}}, 7066 {"e_lha", OP(14), OP_MASK, PPCVLE, 0, {RT, D, RA0}}, 7078 {"e_lwz", OP(20), OP_MASK, PPCVLE, 0, {RT, D, RA0}}, 7079 {"e_stw", OP(21), OP_MASK, PPCVLE, 0, {RT, D, RA0}}, 7080 {"e_lhz", OP(22), OP_MASK, PPCVLE, 0, {RT, D, RA0}}, [all …]
|
| /linux/drivers/macintosh/ |
| A D | via-macii.c | 81 #define OP_MASK 0x0C macro 429 if ((last_cmd & OP_MASK) == TALK) { in macii_interrupt() 464 } else if ((req->data[1] & OP_MASK) == TALK) { in macii_interrupt()
|
| A D | adb-iop.c | 48 #define OP_MASK 0x0C macro 105 u8 op = amsg->cmd & OP_MASK; in adb_iop_listen()
|
| /linux/arch/mips/mm/ |
| A D | uasm.c | 31 #define OP_MASK 0x3f macro
|
Completed in 23 milliseconds