| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | tic4x-dis.c | 633 tic4x_hash_opcode (tic4x_inst_t **optable, in tic4x_hash_opcode() argument 652 if (optable[j] != NULL) in tic4x_hash_opcode() 654 j, optable[j]->name, inst->name); in tic4x_hash_opcode() 660 if (optable[j] != NULL in tic4x_hash_opcode() 664 tic4x_hash_opcode_special (optable_special, optable[j]); in tic4x_hash_opcode() 670 optable[j] = (tic4x_inst_t *) inst; in tic4x_hash_opcode() 685 static tic4x_inst_t **optable = NULL; in tic4x_disassemble() local 696 if (optable == NULL) in tic4x_disassemble() 698 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE)); in tic4x_disassemble() 705 tic4x_hash_opcode (optable, optable_special, &tic4x_insts[i], in tic4x_disassemble() [all …]
|
| H A D | w65-dis.c | 75 for (op = optable; op->val != insn[0]; op++) in print_insn_w65()
|
| H A D | w65-opc.h | 57 const struct opinfo optable[257]={ variable
|
| H A D | ChangeLog-9899 | 1423 * w65-opc.h (optable): Likewise.
|
| H A D | ChangeLog-0203 | 1092 * w65-opc.h (optable): Declare as const.
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | tic4x-dis.c | 685 tic4x_hash_opcode (optable, optable_special, inst, tic4x_oplevel) in tic4x_hash_opcode() argument 686 tic4x_inst_t **optable; in tic4x_hash_opcode() 705 if (optable[j] != NULL) 707 j, optable[j]->name, inst->name); 713 if ( optable[j] != NULL 717 tic4x_hash_opcode_special(optable_special, optable[j]); 723 optable[j] = (void *)inst; 739 static tic4x_inst_t **optable = NULL; local 750 if (optable == NULL) 752 optable = (tic4x_inst_t **) [all …]
|
| H A D | w65-dis.c | 100 for (op = optable; op->val != insn[0]; op++)
|
| H A D | w65-opc.h | 57 const struct opinfo optable[257]={ variable
|
| H A D | ChangeLog-9899 | 1423 * w65-opc.h (optable): Likewise.
|
| H A D | ChangeLog-0203 | 1092 * w65-opc.h (optable): Declare as const.
|
| /openbsd-src/gnu/lib/libiberty/src/ |
| H A D | cplus-dem.c | 147 static const struct optable struct 152 } optable[] = { variable 671 for (i = 0; i < ARRAY_SIZE (optable); i++) in cplus_demangle_opname() 673 if (strlen (optable[i].in) == 2 in cplus_demangle_opname() 674 && memcmp (optable[i].in, opname + 2, 2) == 0) in cplus_demangle_opname() 677 strcat (result, optable[i].out); in cplus_demangle_opname() 689 for (i = 0; i < ARRAY_SIZE (optable); i++) in cplus_demangle_opname() 691 if (strlen (optable[i].in) == 3 in cplus_demangle_opname() 692 && memcmp (optable[i].in, opname + 2, 3) == 0) in cplus_demangle_opname() 695 strcat (result, optable[i].out); in cplus_demangle_opname() [all …]
|
| H A D | ChangeLog | 2455 * cplus-dem.c (optable, libiberty_demanglers, 6011 * cplus-dem.c (optable): Add new[] and delete[]. 6474 * cplus-dem.c (optable): Fully bracketize initializer.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | serial.c | 163 serial_add_interface (struct serial_ops *optable) in serial_add_interface() argument 165 optable->next = serial_ops_list; in serial_add_interface() 166 serial_ops_list = optable; in serial_add_interface()
|
| H A D | serial.h | 238 extern void serial_add_interface (struct serial_ops * optable);
|
| H A D | ChangeLog-1991 | 3476 * cplus-dem.c (optable): Add "nw", "dl", "compound".
|
| H A D | ChangeLog-1992 | 4119 * cplus-dem.c (optable): Reformat and replace ansi members with
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | optabs.c | 4953 init_libfuncs (optab optable, int first_mode, int last_mode, in init_libfuncs() argument 4978 optable->handlers[(int) mode].libfunc in init_libfuncs() 4989 init_integral_libfuncs (optab optable, const char *opname, int suffix) in init_integral_libfuncs() argument 4994 init_libfuncs (optable, word_mode, in init_integral_libfuncs() 5005 init_floating_libfuncs (optab optable, const char *opname, int suffix) in init_floating_libfuncs() argument 5007 init_libfuncs (optable, MIN_MODE_FLOAT, MAX_MODE_FLOAT, opname, suffix); in init_floating_libfuncs() 5008 init_libfuncs (optable, MIN_MODE_DECIMAL_FLOAT, MAX_MODE_DECIMAL_FLOAT, in init_floating_libfuncs() 5152 set_optab_libfunc (optab optable, enum machine_mode mode, const char *name) in set_optab_libfunc() argument 5155 optable->handlers[mode].libfunc = init_one_libfunc (name); in set_optab_libfunc() 5157 optable->handlers[mode].libfunc = 0; in set_optab_libfunc() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | optabs.c | 5097 init_libfuncs (optable, first_mode, last_mode, opname, suffix) in init_libfuncs() argument 5098 optab optable; in init_libfuncs() 5126 optable->handlers[(int) mode].libfunc 5138 init_integral_libfuncs (optable, opname, suffix) in init_integral_libfuncs() argument 5139 optab optable; in init_integral_libfuncs() 5143 init_libfuncs (optable, SImode, TImode, opname, suffix); 5152 init_floating_libfuncs (optable, opname, suffix) in init_floating_libfuncs() argument 5153 optab optable; in init_floating_libfuncs() 5157 init_libfuncs (optable, SFmode, TFmode, opname, suffix);
|
| H A D | ChangeLog.0 | 6082 * cplus-dem.c (optable): Add sizeof.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/config/ |
| H A D | tc-w65.c | 158 for (opcode = optable; opcode->name; opcode++) in md_begin()
|
| /openbsd-src/share/dict/ |
| H A D | web2 | 131669 optable
|