HomeSort by relevance Sort by last modified time
    Searched refs:instr_opc (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
disasm-a3xx.c 819 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr)]))
832 uint32_t opc = instr_opc(instr);
instr-a3xx.h 696 static inline uint32_t instr_opc(instr_t *instr) function

Completed in 101 milliseconds