Searched refs:_OPC (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | instr-a3xx.h | 35 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc) macro 39 OPC_NOP = _OPC(0, 0), 40 OPC_BR = _OPC(0, 1), 41 OPC_JUMP = _OPC(0, 2), 42 OPC_CALL = _OPC(0, 3), 43 OPC_RET = _OPC(0, 4), 44 OPC_KILL = _OPC(0, 5), 45 OPC_END = _OPC(0, 6), 46 OPC_EMIT = _OPC(0, 7), 47 OPC_CUT = _OPC(0, 8), [all …]
|
D | disasm-a3xx.c | 246 switch (_OPC(2, cat2->opc)) { in print_instr_cat2() 277 switch (_OPC(2, cat2->opc)) { in print_instr_cat2() 426 switch (_OPC(5, cat5->opc)) { in print_instr_cat5() 491 switch (_OPC(6, cat6->opc)) { in print_instr_cat6() 521 switch (_OPC(6, cat6->opc)) { in print_instr_cat6() 565 switch (_OPC(6, cat6->opc)) { in print_instr_cat6() 610 if ((_OPC(6, cat6->opc) == OPC_STGB) || (_OPC(6, cat6->opc) == OPC_STIB)) { in print_instr_cat6() 635 if (is_atomic(_OPC(6, cat6->opc))) { in print_instr_cat6() 685 } else if (_OPC(6, cat6->opc) == OPC_RESINFO) { in print_instr_cat6() 693 } else if (_OPC(6, cat6->opc) == OPC_LDGB) { in print_instr_cat6() [all …]
|