Searched refs:instr_opc (Results 1 – 2 of 2) sorted by relevance
404 switch (instr_opc(instr, ctx->gpu_id)) { in print_instr_cat0()1486 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr, ctx->gpu_id)]))1497 uint32_t opc = instr_opc(instr, ctx->gpu_id); in print_single_instr()1521 opc_t opc = _OPC(instr->opc_cat, instr_opc(instr, ctx->gpu_id)); in print_instr()
1023 static inline uint32_t instr_opc(instr_t *instr, unsigned gpu_id) in instr_opc() function