Searched refs:instr_opc (Results 1 – 2 of 2) sorted by relevance
959 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr)]))972 uint32_t opc = instr_opc(instr); in print_instr()
768 static inline uint32_t instr_opc(instr_t *instr) in instr_opc() function