Searched refs:NOPC_BITS (Results 1 – 2 of 2) sorted by relevance
33 #define NOPC_BITS 6 macro35 #define _OPC(cat, opc) (((cat) << NOPC_BITS) | opc)216 #define opc_cat(opc) ((int)((opc) >> NOPC_BITS))217 #define opc_op(opc) ((unsigned)((opc) & ((1 << NOPC_BITS) - 1)))
789 #define NOPC_BITS 6 macro796 } opcs[1 << (3+NOPC_BITS)] = {959 #define GETINFO(instr) (&(opcs[((instr)->opc_cat << NOPC_BITS) | instr_opc(instr)]))