Searched defs:opc_cat (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/freedreno/ir3/ | ||
D | disasm-a3xx.c | 483 unsigned opc_cat = val >> 61; in disasm_instr_cb() local |
D | instr-a3xx.h | 348 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS)) macro |