Searched refs:INST_OPCODE_MAD (Results 1 – 2 of 2) sorted by relevance
43 #define INST_OPCODE_MAD 0x00000002 macro
1322 mad[0].opcode = INST_OPCODE_MAD; in trans_lrp()1329 mad[1].opcode = INST_OPCODE_MAD; in trans_lrp()1557 ins[0].opcode = INST_OPCODE_MAD; in trans_trig()1567 ins[2].opcode = INST_OPCODE_MAD; in trans_trig()1593 p->opcode = INST_OPCODE_MAD; in trans_trig()1600 p->opcode = INST_OPCODE_MAD; in trans_trig()1759 INSTR(MAD, trans_instr, .opc = INST_OPCODE_MAD, .src = {0, 1, 2}),