Lines Matching defs:opnum
551 static char *cb_opcode_name(uint_t opnum);
3193 opcode_name(uint_t opnum)
3197 if (opnum < num_opcodes)
3198 return (opcode_info[opnum].name);
3200 if (opnum == OP_ILLEGAL)
3203 sprintf(buf, "op %d", opnum);
3211 cb_opcode_name(uint_t opnum)
3215 if (opnum < cb_num_opcodes)
3216 return (cb_opcode_info[opnum].name);
3218 if (opnum == OP_CB_ILLEGAL)
3221 sprintf(buf, "op %d", opnum);