Home
last modified time | relevance | path

Searched defs:OPC2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcrx-opc.c87 #define SHIFT_INST(NAME, OPRD, OPC1, SHIFT1, OPC2) \ argument
157 #define CMPBR_INST(NAME, OPC1, OPC2, C4) \ argument
348 #define LD_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
379 #define ST_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
428 #define CSTBIT_INST(NAME, OP, OPC1, DIFF, SHIFT, OPC2) \ argument
492 #define BR_INST(NAME, OPC1, OPC2, INS_TYPE) \ argument
H A Dcr16-opc.c138 #define SHIFT_INST_A(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
294 #define CSTBIT_INST_B(NAME, OP, OPC1, OPC2, OPC3, OPC4) \ argument
319 #define CSTBIT_INST_W(NAME, OP, OPC1, OPC2, OPC3, OPC4) \ argument
350 #define LD_REG_INST(NAME, OPC1, OPC2, OPC3, OPC4, OPC5, OP_S, OP_D) \ argument
381 #define ST_REG_INST(NAME, OPC1, OPC2, OPC3, OPC4, OPC5, OP_D, OP_S) \ argument
409 #define ST_IMM_INST(NAME, OPC1, OPC2, OPC3, OPC4) \ argument
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcrx-opc.c87 #define SHIFT_INST(NAME, OPRD, OPC1, SHIFT1, OPC2) \ argument
157 #define CMPBR_INST(NAME, OPC1, OPC2, C4) \ argument
348 #define LD_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
379 #define ST_REG_INST(NAME, OPC1, OPC2, DISP) \ argument
428 #define CSTBIT_INST(NAME, OP, OPC1, DIFF, SHIFT, OPC2) \ argument
492 #define BR_INST(NAME, OPC1, OPC2, INS_TYPE) \ argument
H A Dcr16-opc.c138 #define SHIFT_INST_A(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
150 #define SHIFT_INST_L(NAME, OPC1, OPC2, SHIFT, OP1, OP2) \ argument
294 #define CSTBIT_INST_B(NAME, OP, OPC1, OPC2, OPC3, OPC4) \ argument
319 #define CSTBIT_INST_W(NAME, OP, OPC1, OPC2, OPC3, OPC4) \ argument
350 #define LD_REG_INST(NAME, OPC1, OPC2, OPC3, OPC4, OPC5, OP_S, OP_D) \ argument
381 #define ST_REG_INST(NAME, OPC1, OPC2, OPC3, OPC4, OPC5, OP_D, OP_S) \ argument
409 #define ST_IMM_INST(NAME, OPC1, OPC2, OPC3, OPC4) \ argument
/netbsd-src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeSPARC_common.c120 #define OPC2(opcode) ((opcode) << 22) macro