Home
last modified time | relevance | path

Searched refs:op_table (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_skipping.py36 op_table = ((unittest2.skipUnless, False, True),
38 for deco, do_skip, dont_skip in op_table:
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dmaxq-dis.c592 for (opcode = &op_table[0]; opcode->name != NULL; ++opcode) in print_insn()
/openbsd/src/gnu/usr.bin/binutils-2.17/include/opcode/
Dmaxq.h123 const MAXQ20_OPCODE_INFO op_table[] = variable
/openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/
Dtc-maxq.c2866 optab = op_table; /* Initialise it to the first entry of the in md_begin()