Home
last modified time | relevance | path

Searched refs:_OPC (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dinstr-a3xx.h53 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc) macro
57 OPC_NOP = _OPC(0, 0),
58 OPC_B = _OPC(0, 1),
59 OPC_JUMP = _OPC(0, 2),
60 OPC_CALL = _OPC(0, 3),
61 OPC_RET = _OPC(0, 4),
62 OPC_KILL = _OPC(0, 5),
63 OPC_END = _OPC(0, 6),
64 OPC_EMIT = _OPC(0, 7),
65 OPC_CUT = _OPC(0, 8),
[all …]
Ddisasm-a3xx.c508 int opc = _OPC(2, cat2->opc); in print_instr_cat2()
786 switch (_OPC(5, cat5->opc)) { in print_instr_cat5()
867 switch (_OPC(6, cat6->opc)) { in print_instr_cat6_a3xx()
896 switch (_OPC(6, cat6->opc)) { in print_instr_cat6_a3xx()
940 switch (_OPC(6, cat6->opc)) { in print_instr_cat6_a3xx()
981 if ((_OPC(6, cat6->opc) == OPC_STGB) || (_OPC(6, cat6->opc) == OPC_STIB)) { in print_instr_cat6_a3xx()
1006 if (is_atomic(_OPC(6, cat6->opc))) { in print_instr_cat6_a3xx()
1056 } else if (_OPC(6, cat6->opc) == OPC_RESINFO) { in print_instr_cat6_a3xx()
1069 } else if (_OPC(6, cat6->opc) == OPC_LDGB) { in print_instr_cat6_a3xx()
1094 } else if (_OPC(6, cat6->opc) == OPC_LDG && cat6->a.src1_im && cat6->a.src2_im) { in print_instr_cat6_a3xx()
[all …]