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

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dinstr-a3xx.h35 #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(
[all...]
H A Ddisasm-a3xx.c246 switch (_OPC(2, cat2->opc)) {
277 switch (_OPC(2, cat2->opc)) {
426 switch (_OPC(5, cat5->opc)) {
491 switch (_OPC(6, cat6->opc)) {
522 switch (_OPC(6, cat6->opc)) {
548 switch (_OPC(6, cat6->opc)) {
639 switch (_OPC(6, cat6->opc)) {

Completed in 88 milliseconds