Home
last modified time | relevance | path

Searched refs:optable (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Dtic4x-dis.c636 tic4x_hash_opcode (tic4x_inst_t **optable, in tic4x_hash_opcode() argument
655 if (optable[j] != NULL) in tic4x_hash_opcode()
657 j, optable[j]->name, inst->name); in tic4x_hash_opcode()
663 if (optable[j] != NULL in tic4x_hash_opcode()
667 tic4x_hash_opcode_special (optable_special, optable[j]); in tic4x_hash_opcode()
673 optable[j] = (tic4x_inst_t *) inst; in tic4x_hash_opcode()
688 static tic4x_inst_t **optable = NULL; in tic4x_disassemble() local
699 if (optable == NULL) in tic4x_disassemble()
701 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE)); in tic4x_disassemble()
708 tic4x_hash_opcode (optable, optable_special, &tic4x_insts[i], in tic4x_disassemble()
[all …]
Dw65-dis.c77 for (op = optable; op->val != insn[0]; op++) in print_insn_w65()
Dw65-opc.h56 const struct opinfo optable[257]={ variable
DChangeLog-98991423 * w65-opc.h (optable): Likewise.
DChangeLog-02031092 * w65-opc.h (optable): Declare as const.
/toolchain/binutils/binutils-2.25/libiberty/
Dcplus-dem.c145 static const struct optable struct
150 } optable[] = { argument
673 for (i = 0; i < ARRAY_SIZE (optable); i++) in cplus_demangle_opname()
675 if (strlen (optable[i].in) == 2 in cplus_demangle_opname()
676 && memcmp (optable[i].in, opname + 2, 2) == 0) in cplus_demangle_opname()
679 strcat (result, optable[i].out); in cplus_demangle_opname()
691 for (i = 0; i < ARRAY_SIZE (optable); i++) in cplus_demangle_opname()
693 if (strlen (optable[i].in) == 3 in cplus_demangle_opname()
694 && memcmp (optable[i].in, opname + 2, 3) == 0) in cplus_demangle_opname()
697 strcat (result, optable[i].out); in cplus_demangle_opname()
[all …]
DChangeLog4426 * cplus-dem.c (optable, libiberty_demanglers,
7982 * cplus-dem.c (optable): Add new[] and delete[].
8445 * cplus-dem.c (optable): Fully bracketize initializer.