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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Doptabs-libfuncs.c151 gen_libfunc (optab optable, const char *opname, int suffix, argument
180 set_optab_libfunc (optable, mode,
187 gen_int_libfunc (optab optable, const char *opname, char suffix, argument
199 && (trapv_binoptab_p (optable)
200 || trapv_unoptab_p (optable)))
205 gen_libfunc (optable, opname, suffix, int_mode);
211 gen_fp_libfunc (optab optable, const char *opname, char suffix, argument
217 gen_libfunc (optable, opname, suffix, mode);
225 gen_libfunc (optable, dec_opname, suffix, mode);
232 gen_fixed_libfunc (optab optable, cons argument
244 gen_signed_fixed_libfunc(optab optable, const char *opname, char suffix, machine_mode mode) argument
256 gen_unsigned_fixed_libfunc(optab optable, const char *opname, char suffix, machine_mode mode) argument
267 gen_int_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
280 gen_intv_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
300 gen_int_fp_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
315 gen_int_fp_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
330 gen_int_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
343 gen_int_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
356 gen_int_unsigned_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Doptabs-libfuncs.cc151 gen_libfunc (optab optable, const char *opname, int suffix, argument
180 set_optab_libfunc (optable, mode,
187 gen_int_libfunc (optab optable, const char *opname, char suffix, argument
199 && (trapv_binoptab_p (optable)
200 || trapv_unoptab_p (optable)))
205 gen_libfunc (optable, opname, suffix, int_mode);
211 gen_fp_libfunc (optab optable, const char *opname, char suffix, argument
217 gen_libfunc (optable, opname, suffix, mode);
225 gen_libfunc (optable, dec_opname, suffix, mode);
232 gen_fixed_libfunc (optab optable, cons argument
244 gen_signed_fixed_libfunc(optab optable, const char *opname, char suffix, machine_mode mode) argument
256 gen_unsigned_fixed_libfunc(optab optable, const char *opname, char suffix, machine_mode mode) argument
267 gen_int_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
280 gen_intv_fp_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
300 gen_int_fp_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
315 gen_int_fp_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
330 gen_int_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
343 gen_int_signed_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
356 gen_int_unsigned_fixed_libfunc(optab optable, const char *name, char suffix, machine_mode mode) argument
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/alpha/ev6/
H A Dslot.pl43 # known. Add any unknown instructions to %optable below.
50 my %optable =
272 my $this_type = $optable{$opcode};
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dtic4x-dis.c637 tic4x_hash_opcode (tic4x_inst_t **optable, argument
656 if (optable[j] != NULL)
658 j, optable[j]->name, inst->name);
664 if (optable[j] != NULL
668 tic4x_hash_opcode_special (optable_special, optable[j]);
674 optable[j] = (tic4x_inst_t *) inst;
721 "normal" optable, to make the disasm search this extra list
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dtic4x-dis.c637 tic4x_hash_opcode (tic4x_inst_t **optable, argument
656 if (optable[j] != NULL)
658 j, optable[j]->name, inst->name);
664 if (optable[j] != NULL
668 tic4x_hash_opcode_special (optable_special, optable[j]);
674 optable[j] = (tic4x_inst_t *) inst;
727 "normal" optable, to make the disasm search this extra list
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dtic4x-dis.c637 tic4x_hash_opcode (tic4x_inst_t **optable, argument
656 if (optable[j] != NULL)
658 j, optable[j]->name, inst->name);
664 if (optable[j] != NULL
668 tic4x_hash_opcode_special (optable_special, optable[j]);
674 optable[j] = (tic4x_inst_t *) inst;
721 "normal" optable, to make the disasm search this extra list
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dtic4x-dis.c637 tic4x_hash_opcode (tic4x_inst_t **optable, argument
656 if (optable[j] != NULL)
658 j, optable[j]->name, inst->name);
664 if (optable[j] != NULL
668 tic4x_hash_opcode_special (optable_special, optable[j]);
674 optable[j] = (tic4x_inst_t *) inst;
721 "normal" optable, to make the disasm search this extra list
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dserial.h304 extern void serial_add_interface (const struct serial_ops * optable);
H A Dserial.c156 serial_add_interface (const struct serial_ops *optable)
158 serial_ops_list.push_back (optable);
154 serial_add_interface(const struct serial_ops *optable) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dserial.h312 extern void serial_add_interface (const struct serial_ops * optable);
H A Dserial.c156 serial_add_interface (const struct serial_ops *optable)
158 serial_ops_list.push_back (optable);
154 serial_add_interface(const struct serial_ops *optable) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c2467 arm_set_fixed_optab_libfunc (optab optable, machine_mode mode,
2478 set_optab_libfunc (optable, mode, buffer); argument
2482 arm_set_fixed_conv_libfunc (convert_optab optable, machine_mode to,
2498 set_conv_libfunc (optable, to, from, buffer);
2463 arm_set_fixed_optab_libfunc(optab optable, machine_mode mode, const char *funcname, const char *modename, int num_suffix) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc2499 arm_set_fixed_optab_libfunc (optab optable, machine_mode mode,
2510 set_optab_libfunc (optable, mode, buffer); argument
2514 arm_set_fixed_conv_libfunc (convert_optab optable, machine_mode to,
2530 set_conv_libfunc (optable, to, from, buffer);
2495 arm_set_fixed_optab_libfunc(optab optable, machine_mode mode, const char *funcname, const char *modename, int num_suffix) argument

Completed in 310 milliseconds