Home
last modified time | relevance | path

Searched defs:opc_cat (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/freedreno/ir3/
Ddisasm-a3xx.c483 unsigned opc_cat = val >> 61; in disasm_instr_cb() local
Dinstr-a3xx.h348 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) macro