Searched refs:REG_OPC (Results 1 – 1 of 1) sorted by relevance
60 #define REG_OPC(opc) ((opc & 0xff0) << 20) | ((opc & 0xf) << 7) macro74 #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 */