Searched refs:_OPC (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h56 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc) macro
61 OPC_NOP = _OPC(0, 0),
62 OPC_B = _OPC(0, 1),
63 OPC_JUMP = _OPC(0, 2),
64 OPC_CALL = _OPC(0, 3),
65 OPC_RET = _OPC(0, 4),
66 OPC_KILL = _OPC(0, 5),
67 OPC_END = _OPC(0, 6),
68 OPC_EMIT = _OPC(0, 7),
69 OPC_CUT = _OPC(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h37 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc) macro
41 OPC_NOP = _OPC(0, 0),
42 OPC_BR = _OPC(0, 1),
43 OPC_JUMP = _OPC(0, 2),
44 OPC_CALL = _OPC(0, 3),
45 OPC_RET = _OPC(0, 4),
46 OPC_KILL = _OPC(0, 5),
47 OPC_END = _OPC(0, 6),
48 OPC_EMIT = _OPC(0, 7),
49 OPC_CUT = _OPC(
[all...]
H A Ddisasm-a3xx.c258 switch (_OPC(2, cat2->opc)) {
291 switch (_OPC(2, cat2->opc)) {
442 switch (_OPC(5, cat5->opc)) {
509 switch (_OPC(6, cat6->opc)) {
538 switch (_OPC(6, cat6->opc)) {
582 switch (_OPC(6, cat6->opc)) {
623 if ((_OPC(6, cat6->opc) == OPC_STGB) || (_OPC(6, cat6->opc) == OPC_STIB)) {
648 if (is_atomic(_OPC(6, cat6->opc))) {
698 } else if (_OPC(
[all...]

Completed in 6 milliseconds