/toolchain/binutils/binutils-2.25/opcodes/ |
tic80-opc.c | 411 #define REG_DEST (REG_22_E + 1) 416 #define REG_DEST_E (REG_DEST + 1) 621 {"add", OP_SI(0x58), MASK_SI, 0, {SSI, REG_22, REG_DEST} }, 622 {"add", OP_LI(0x3B1), MASK_LI, 0, {LSI, REG_22, REG_DEST} }, 623 {"add", OP_REG(0x3B0), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 627 {"addu", OP_SI(0x59), MASK_SI, 0, {SSI, REG_22, REG_DEST} }, 628 {"addu", OP_LI(0x3B3), MASK_LI, 0, {LSI, REG_22, REG_DEST} }, 629 {"addu", OP_REG(0x3B2), MASK_REG, 0, {REG_0, REG_22, REG_DEST} }, 633 {"and", OP_SI(0x11), MASK_SI, 0, {SUBF, REG_22, REG_DEST} }, 634 {"and", OP_LI(0x323), MASK_LI, 0, {LUBF, REG_22, REG_DEST} }, [all...] |
/external/pcre/dist2/src/sljit/ |
sljitNativeARM_32.c | 955 #define REG_DEST 0x04 1007 if ((flags & (REG_DEST | REG_SOURCE)) == (REG_DEST | REG_SOURCE)) { [all...] |
sljitNativeMIPS_common.c | 516 #define REG_DEST 0x02000 924 flags |= REG_DEST; 979 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) [all...] |
sljitNativePPC_common.c | 550 #define REG_DEST 0x000001 [all...] |
sljitNativeSPARC_common.c | 411 #define REG_DEST 0x00800 661 flags |= REG_DEST; 712 if (!(flags & REG_DEST) && op >= SLJIT_MOV && op <= SLJIT_MOVU_S32) [all...] |
sljitNativeTILEGX_64.c | 98 #define REG_DEST 0x02000 [all...] |