Searched refs:INST_OPCODE_MAD (Results 1 – 2 of 2) sorted by relevance
43 #define INST_OPCODE_MAD 0x00000002 macro
1363 mad[0].opcode = INST_OPCODE_MAD; in trans_lrp()1370 mad[1].opcode = INST_OPCODE_MAD; in trans_lrp()1598 ins[0].opcode = INST_OPCODE_MAD; in trans_trig()1608 ins[2].opcode = INST_OPCODE_MAD; in trans_trig()1634 p->opcode = INST_OPCODE_MAD; in trans_trig()1641 p->opcode = INST_OPCODE_MAD; in trans_trig()1800 INSTR(MAD, trans_instr, .opc = INST_OPCODE_MAD, .src = {0, 1, 2}),