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

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dtic4x-dis.c635 tic4x_hash_opcode (tic4x_inst_t **optable, argument
654 if (optable[j] != NULL)
656 j, optable[j]->name, inst->name);
662 if (optable[j] != NULL
666 tic4x_hash_opcode_special (optable_special, optable[j]);
672 optable[j] = (tic4x_inst_t *) inst;
687 static tic4x_inst_t **optable = NULL; local
698 if (optable == NULL)
700 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
707 tic4x_hash_opcode (optable, optable_specia
[all...]
H A Dw65-dis.c77 for (op = optable; op->val != insn[0]; op++)
H A Dw65-opc.h56 const struct opinfo optable[257]={ variable in typeref:struct:opinfo
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dtic4x-dis.c635 tic4x_hash_opcode (tic4x_inst_t **optable, argument
654 if (optable[j] != NULL)
656 j, optable[j]->name, inst->name);
662 if (optable[j] != NULL
666 tic4x_hash_opcode_special (optable_special, optable[j]);
672 optable[j] = (tic4x_inst_t *) inst;
687 static tic4x_inst_t **optable = NULL; local
698 if (optable == NULL)
700 optable = xcalloc (sizeof (tic4x_inst_t *), (1 << TIC4X_HASH_SIZE));
707 tic4x_hash_opcode (optable, optable_specia
[all...]
H A Dw65-dis.c77 for (op = optable; op->val != insn[0]; op++)
H A Dw65-opc.h56 const struct opinfo optable[257]={ variable in typeref:struct:opinfo
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dslot.pl32 # known. Add any unknown instructions to %optable below.
39 my %optable =
257 my $this_type = $optable{$opcode};
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/libiberty/
H A Dcplus-dem.c145 static const struct optable struct
150 } optable[] = { variable in typeref:struct:optable
667 for (i = 0; i < ARRAY_SIZE (optable); i++)
669 if (strlen (optable[i].in) == 2
670 && memcmp (optable[i].in, opname + 2, 2) == 0)
673 strcat (result, optable[i].out);
685 for (i = 0; i < ARRAY_SIZE (optable); i++)
687 if (strlen (optable[i].in) == 3
688 && memcmp (optable[i].in, opname + 2, 3) == 0)
691 strcat (result, optable[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libiberty/
H A Dcplus-dem.c145 static const struct optable struct
150 } optable[] = { variable in typeref:struct:optable
667 for (i = 0; i < ARRAY_SIZE (optable); i++)
669 if (strlen (optable[i].in) == 2
670 && memcmp (optable[i].in, opname + 2, 2) == 0)
673 strcat (result, optable[i].out);
685 for (i = 0; i < ARRAY_SIZE (optable); i++)
687 if (strlen (optable[i].in) == 3
688 && memcmp (optable[i].in, opname + 2, 3) == 0)
691 strcat (result, optable[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libiberty/
H A Dcplus-dem.c147 static const struct optable struct
152 } optable[] = { variable in typeref:struct:optable
671 for (i = 0; i < ARRAY_SIZE (optable); i++)
673 if (strlen (optable[i].in) == 2
674 && memcmp (optable[i].in, opname + 2, 2) == 0)
677 strcat (result, optable[i].out);
689 for (i = 0; i < ARRAY_SIZE (optable); i++)
691 if (strlen (optable[i].in) == 3
692 && memcmp (optable[i].in, opname + 2, 3) == 0)
695 strcat (result, optable[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/libiberty/
H A Dcplus-dem.c145 static const struct optable struct
150 } optable[] = { variable in typeref:struct:optable
667 for (i = 0; i < ARRAY_SIZE (optable); i++)
669 if (strlen (optable[i].in) == 2
670 && memcmp (optable[i].in, opname + 2, 2) == 0)
673 strcat (result, optable[i].out);
685 for (i = 0; i < ARRAY_SIZE (optable); i++)
687 if (strlen (optable[i].in) == 3
688 && memcmp (optable[i].in, opname + 2, 3) == 0)
691 strcat (result, optable[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dserial.c166 serial_add_interface (struct serial_ops *optable)
168 optable->next = serial_ops_list;
169 serial_ops_list = optable;
164 serial_add_interface(struct serial_ops *optable) argument
H A Dserial.h296 extern void serial_add_interface (struct serial_ops * optable);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Doptabs.c5551 gen_libfunc (optab optable, const char *opname, int suffix, enum machine_mode mode)
5570 set_optab_libfunc (optable, mode, argument
5577 gen_int_libfunc (optab optable, const char *opname, char suffix,
5589 gen_libfunc (optable, opname, suffix, mode);
5595 gen_fp_libfunc (optab optable, const char *opname, char suffix,
5601 gen_libfunc (optable, opname, suffix, mode);
5609 gen_libfunc (optable, dec_opname, suffix, mode);
5616 gen_fixed_libfunc (optab optable, const char *opname, char suffix,
5621 gen_libfunc (optable, opname, suffix, mode);
5628 gen_signed_fixed_libfunc (optab optable, cons
5526 gen_libfunc(optab optable, const char *opname, int suffix, enum machine_mode mode) argument
5552 gen_int_libfunc(optab optable, const char *opname, char suffix, enum machine_mode mode) argument
5591 gen_fixed_libfunc(optab optable, const char *opname, char suffix, enum machine_mode mode) argument
5603 gen_signed_fixed_libfunc(optab optable, const char *opname, char suffix, enum machine_mode mode) argument
5615 gen_unsigned_fixed_libfunc(optab optable, const char *opname, char suffix, enum machine_mode mode) argument
5626 gen_int_fp_libfunc(optab optable, const char *name, char suffix, enum machine_mode mode) argument
5639 gen_intv_fp_libfunc(optab optable, const char *name, char suffix, enum machine_mode mode) argument
5659 gen_int_fp_fixed_libfunc(optab optable, const char *name, char suffix, enum machine_mode mode) argument
5674 gen_int_fp_signed_fixed_libfunc(optab optable, const char *name, char suffix, enum machine_mode mode) argument
5689 gen_int_fixed_libfunc(optab optable, const char *name, char suffix, enum machine_mode mode) argument
5702 gen_int_signed_fixed_libfunc(optab optable, const char *name, char suffix, enum machine_mode mode) argument
5715 gen_int_unsigned_fixed_libfunc(optab optable, const char *name, char suffix, enum machine_mode mode) argument
6138 set_optab_libfunc(optab optable, enum machine_mode mode, const char *name) argument
6164 set_conv_libfunc(convert_optab optable, enum machine_mode tmode, enum machine_mode fmode, const char *name) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Doptabs.c4785 init_libfuncs (optab optable, int first_mode, int last_mode,
4810 optable->handlers[(int) mode].libfunc
4821 init_integral_libfuncs (optab optable, const char *opname, int suffix)
4826 init_libfuncs (optable, word_mode,
4837 init_floating_libfuncs (optab optable, const char *opname, int suffix)
4839 init_libfuncs (optable, MIN_MODE_FLOAT, MAX_MODE_FLOAT, opname, suffix);
4982 set_optab_libfunc (optab optable, enum machine_mode mode, const char *name)
4985 optable->handlers[mode].libfunc = init_one_libfunc (name);
4987 optable->handlers[mode].libfunc = 0;
4994 set_conv_libfunc (convert_optab optable, enu
4761 init_libfuncs(optab optable, int first_mode, int last_mode, const char *opname, int suffix) argument
4797 init_integral_libfuncs(optab optable, const char *opname, int suffix) argument
4813 init_floating_libfuncs(optab optable, const char *opname, int suffix) argument
4958 set_optab_libfunc(optab optable, enum machine_mode mode, const char *name) argument
4970 set_conv_libfunc(convert_optab optable, enum machine_mode tmode, enum machine_mode fmode, const char *name) argument
[all...]

Completed in 310 milliseconds