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