Searched refs:INST_OPCODE_MAD (Results 1 – 2 of 2) sorted by relevance
43 #define INST_OPCODE_MAD 0x00000002 macro
1314 mad[0].opcode = INST_OPCODE_MAD; in trans_lrp()1321 mad[1].opcode = INST_OPCODE_MAD; in trans_lrp()1542 ins[0].opcode = INST_OPCODE_MAD; in trans_trig()1552 ins[2].opcode = INST_OPCODE_MAD; in trans_trig()1590 p->opcode = INST_OPCODE_MAD; in trans_trig()1597 p->opcode = INST_OPCODE_MAD; in trans_trig()1748 INSTR(MAD, trans_instr, .opc = INST_OPCODE_MAD, .src = {0, 1, 2}),