Searched refs:tic4x_oplevel (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/gdb/opcodes/
H A Dtic4x-dis.c685 tic4x_hash_opcode (optable, optable_special, inst, tic4x_oplevel)
689 const unsigned long tic4x_oplevel;
700 && inst->oplevel & tic4x_oplevel )
743 unsigned long tic4x_oplevel; local
747 tic4x_oplevel = (IS_CPU_TIC4X (tic4x_version)) ? OP_C4X : 0;
748 tic4x_oplevel |= OP_C3X|OP_LPWR|OP_IDLE2|OP_ENH;
761 tic4x_hash_opcode (optable, optable_special, &tic4x_insts[i], tic4x_oplevel);

Completed in 38 milliseconds