Searched refs:REG_OPC (Results 1 – 2 of 2) sorted by relevance
/toolchain/binutils/binutils-2.27/include/opcode/ |
D | i960.h | 60 #define REG_OPC(opc) ((opc & 0xff0) << 20) | ((opc & 0xf) << 7) macro 74 #define R_0(opc) ( REG_OPC(opc) | M1 | M2 | M3 ) /* No operands */ 75 #define R_1(opc) ( REG_OPC(opc) | M2 | M3 ) /* 1 operand: src1 */ 76 #define R_1D(opc) ( REG_OPC(opc) | M1 | M2 ) /* 1 operand: dst */ 77 #define R_2(opc) ( REG_OPC(opc) | M3 ) /* 2 ops: src1/src2 */ 78 #define R_2D(opc) ( REG_OPC(opc) | M2 ) /* 2 ops: src1/dst */ 79 #define R_3(opc) ( REG_OPC(opc) ) /* 3 operands */
|
/toolchain/binutils/binutils-2.27/gas/ |
D | ChangeLog-9295 | 5486 M1-M3, REG_OPC, R_*, SFR, LIT, FP, OP, R, RS, RL, RSL, F,
|