Searched refs:instr_opc (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dinstr-a3xx.h860 static inline uint32_t instr_opc(instr_t *instr, unsigned gpu_id) function in typeref:typename:uint32_t
H A Ddisasm-a3xx.c1030 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))
1043 uint32_t opc = instr_opc(instr, ctx->gpu_id);
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Ddisasm-a3xx.c361 (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))

Completed in 5 milliseconds