Searched refs:_OPC (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ |
D | instr-a3xx.h | 56 #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(0, 8), [all …]
|