Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Doptabs-libfuncs.c151 gen_libfunc (optab optable, const char *opname, int suffix, in gen_libfunc()
187 gen_int_libfunc (optab optable, const char *opname, char suffix, in gen_int_libfunc()
211 gen_fp_libfunc (optab optable, const char *opname, char suffix, in gen_fp_libfunc()
232 gen_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_fixed_libfunc()
244 gen_signed_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_signed_fixed_libfunc()
256 gen_unsigned_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_unsigned_fixed_libfunc()
267 gen_int_fp_libfunc (optab optable, const char *name, char suffix, in gen_int_fp_libfunc()
280 gen_intv_fp_libfunc (optab optable, const char *name, char suffix, in gen_intv_fp_libfunc()
300 gen_int_fp_fixed_libfunc (optab optable, const char *name, char suffix, in gen_int_fp_fixed_libfunc()
315 gen_int_fp_signed_fixed_libfunc (optab optable, const char *name, char suffix, in gen_int_fp_signed_fixed_libfunc()
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Doptabs.c5386 gen_libfunc (optab optable, const char *opname, int suffix, enum machine_mode mode) in gen_libfunc()
5421 gen_int_libfunc (optab optable, const char *opname, char suffix, in gen_int_libfunc()
5439 gen_fp_libfunc (optab optable, const char *opname, char suffix, in gen_fp_libfunc()
5460 gen_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_fixed_libfunc()
5472 gen_signed_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_signed_fixed_libfunc()
5484 gen_unsigned_fixed_libfunc (optab optable, const char *opname, char suffix, in gen_unsigned_fixed_libfunc()
5495 gen_int_fp_libfunc (optab optable, const char *name, char suffix, in gen_int_fp_libfunc()
5508 gen_intv_fp_libfunc (optab optable, const char *name, char suffix, in gen_intv_fp_libfunc()
5528 gen_int_fp_fixed_libfunc (optab optable, const char *name, char suffix, in gen_int_fp_fixed_libfunc()
5543 gen_int_fp_signed_fixed_libfunc (optab optable, const char *name, char suffix, in gen_int_fp_signed_fixed_libfunc()
[all …]
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dcplus-dem.c145 static const struct optable struct
150 } optable[] = { variable
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dcplus-dem.c145 static const struct optable struct
150 } optable[] = { argument
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dcplus-dem.c145 static const struct optable struct
150 } optable[] = { argument
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dcplus-dem.c154 static const struct optable struct
159 } optable[] = { argument
/dflybsd-src/contrib/gdb-7/gdb/
H A Dserial.c159 serial_add_interface (struct serial_ops *optable) in serial_add_interface()