Home
last modified time | relevance | path

Searched refs:instr_opc (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Ddisasm-a3xx.c959 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr)]))
972 uint32_t opc = instr_opc(instr); in print_instr()
Dinstr-a3xx.h768 static inline uint32_t instr_opc(instr_t *instr) in instr_opc() function