Searched refs:MASK_REG (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | tic80-opc.c | 521 #define MASK_REG MASK_LI /* For readability */ macro 619 {"add", OP_REG(0x3B0), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 625 {"addu", OP_REG(0x3B2), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 631 {"and", OP_REG(0x322), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 634 {"and.tt", OP_REG(0x322), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 640 {"and.ff", OP_REG(0x330), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 646 {"and.ft", OP_REG(0x328), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 652 {"and.tf", OP_REG(0x324), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 658 {"bbo", OP_REG(0x394), MASK_REG, 0, {REG_0, REG_22, BITNUM} }, 664 {"bbo.a", OP_REG(0x396), MASK_REG, 0, {REG_0, REG_22, BITNUM} }, [all …]
|
| /mirbsd/src/sys/dev/isa/ |
| D | if_exreg.h | 90 #define MASK_REG 3 macro
|
| D | if_ex.c | 381 ISA_PUT(MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); 464 ISA_WRITE(MASK_REG, All_Int); 538 ISA_PUT_2(MASK_REG, All_Int & ~(Rx_Int | Tx_Int)); 591 ISA_PUT(MASK_REG, All_Int);
|