| /netbsd/src/external/gpl3/gdb/dist/sim/common/ |
| D | sim-fpu.h | 98 } sim_fpu; typedef 194 INLINE_SIM_FPU (void) sim_fpu_32to (sim_fpu *f, uint32_t s); 195 INLINE_SIM_FPU (void) sim_fpu_232to (sim_fpu *f, uint32_t h, uint32_t l); 196 INLINE_SIM_FPU (void) sim_fpu_64to (sim_fpu *f, uint64_t d); 198 INLINE_SIM_FPU (void) sim_fpu_to32 (uint32_t *s, const sim_fpu *f); 199 INLINE_SIM_FPU (void) sim_fpu_to232 (uint32_t *h, uint32_t *l, const sim_fpu *f); 200 INLINE_SIM_FPU (void) sim_fpu_to64 (uint64_t *d, const sim_fpu *f); 212 INLINE_SIM_FPU (void) sim_fpu_fractionto (sim_fpu *f, int sign, int normal_exp, uint64_t fraction, … 217 INLINE_SIM_FPU (uint64_t) sim_fpu_tofraction (const sim_fpu *s, int precision); 226 INLINE_SIM_FPU (int) sim_fpu_round_32 (sim_fpu *f, [all …]
|
| D | cgen-accfp.c | 25 sim_fpu op1; in addsf() 26 sim_fpu op2; in addsf() 27 sim_fpu ans; in addsf() 44 sim_fpu op1; in subsf() 45 sim_fpu op2; in subsf() 46 sim_fpu ans; in subsf() 63 sim_fpu op1; in mulsf() 64 sim_fpu op2; in mulsf() 65 sim_fpu ans; in mulsf() 82 sim_fpu op1; in divsf() [all …]
|
| D | sim-fpu.c | 184 pack_fpu (const sim_fpu *src, in pack_fpu() 322 unpack_fpu (sim_fpu *dst, uint64_t packed, int is_double) in unpack_fpu() 427 const sim_fpu *s, in fpu2i() 526 i2fpu (sim_fpu *f, int64_t i, int is_64bit) in i2fpu() 599 fpu2u (uint64_t *u, const sim_fpu *s, int is_64bit) in fpu2u() 656 u2fpu (sim_fpu *f, uint64_t u, int is_64bit) in u2fpu() 684 sim_fpu_32to (sim_fpu *f, uint32_t s) in sim_fpu_32to() 691 sim_fpu_232to (sim_fpu *f, uint32_t h, uint32_t l) in sim_fpu_232to() 700 sim_fpu_64to (sim_fpu *f, uint64_t s) in sim_fpu_64to() 708 const sim_fpu *f) in sim_fpu_to32() [all …]
|
| D | cgen-fpu.c | 15 sim_fpu op1; in cgen_sf_snan_p() 24 sim_fpu op1; in cgen_df_snan_p()
|
| D | sim-trace.c | 583 sim_fpu fp; in print_data() 1083 sim_fpu *f0) in trace_input_fpu1() 1096 sim_fpu *f0, in trace_input_fpu2() 1097 sim_fpu *f1) in trace_input_fpu2() 1112 sim_fpu *f0, in trace_input_fpu3() 1113 sim_fpu *f1, in trace_input_fpu3() 1114 sim_fpu *f2) in trace_input_fpu3() 1267 sim_fpu *f0) in trace_result_fpu1()
|
| D | cgen-trace.c | 251 sim_fpu f; in cgen_trace_result()
|
| D | ChangeLog-2021 | 5086 New functions, pack / unpack sim_fpu struct using raw values. 5562 tracing sim_fpu variables. 5621 sim_fpu to safely print fp_word values. 6390 * sim-fpu.h, sim-fpu.c: Rewrite. Change sim_fpu object to an 6391 unpacked floating point struct. Pass sim_fpu object by reference.
|
| /netbsd/src/external/gpl3/gdb/dist/sim/testsuite/common/ |
| D | fpu-tst.c | 99 sim_fpu s; in syst_int32_to_float32() 110 sim_fpu s; in syst_int32_to_float64() 120 sim_fpu s; in syst_float32_to_int32_round_to_zero() 130 sim_fpu s; in syst_float32_to_float64() 140 sim_fpu A; in syst_float32_add() 141 sim_fpu B; in syst_float32_add() 142 sim_fpu ans; in syst_float32_add() 165 sim_fpu A; in syst_float32_sub() 166 sim_fpu B; in syst_float32_sub() 167 sim_fpu ans; in syst_float32_sub() [all …]
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mips/ |
| D | cp1.c | 543 sim_fpu wop1; in fp_test() 544 sim_fpu wop2; in fp_test() 613 sim_fpu wop; in fp_classify() 636 sim_fpu wop = {0}, wtemp = {0}, wmagic = {0}, wans = {0}; in fp_rint() 747 sim_fpu wop1, wop2; in fp_r6_cmp() 825 int (*sim_fpu_op)(sim_fpu *, const sim_fpu *), in fp_unary() argument 829 sim_fpu wop = {0}; in fp_unary() 830 sim_fpu ans; in fp_unary() 884 int (*sim_fpu_op)(sim_fpu *, const sim_fpu *, const sim_fpu *), in fp_binary() argument 889 sim_fpu wop1 = {0}; in fp_binary() [all …]
|
| D | ChangeLog-2021 | 2903 using host independant sim_fpu module.
|
| /netbsd/src/external/gpl3/gdb/dist/sim/mn10300/ |
| D | interp.c | 526 reg2val_32 (const void *reg, sim_fpu *val) in reg2val_32() 535 round_32 (sim_fpu *val) in round_32() 543 val2reg_32 (const sim_fpu *val, void *reg) in val2reg_32() 558 reg2val_64 (const void *reg, sim_fpu *val) in reg2val_64() 567 round_64 (sim_fpu *val) in round_64() 575 val2reg_64 (const sim_fpu *val, void *reg) in val2reg_64() 623 sim_fpu in, med, out; in fpu_rsqrt() 714 sim_fpu m, n; in fpu_cmp() 742 sim_fpu m, n, r; in fpu_add() 778 sim_fpu m, n, r; in fpu_sub() [all …]
|
| D | mn10300-sim.h | 212 void (* reg2val) (const void *, sim_fpu *); 213 int (* round) (sim_fpu *); 214 void (* val2reg) (const sim_fpu *, void *);
|
| D | am33-2.igen | 1169 sim_fpu in, out; 1201 sim_fpu in, out; 1233 sim_fpu in, out; 1265 sim_fpu in, out;
|
| /netbsd/src/external/gpl3/gdb/dist/sim/v850/ |
| D | v850.igen | 2372 sim_fpu ans, wop; 2392 sim_fpu ans, wop; 2411 sim_fpu ans, wop1, wop2; 2433 sim_fpu ans, wop1, wop2; 2456 sim_fpu ans, wop1, wop2; 2487 sim_fpu ans, wop1, wop2; 2516 sim_fpu wop1; 2517 sim_fpu wop2; 2541 sim_fpu wop1; 2542 sim_fpu wop2; [all …]
|
| D | simops.h | 82 int v850_float_compare(SIM_DESC sd, int cmp, sim_fpu wop1, sim_fpu wop2, int double_op_p);
|
| D | simops.c | 2907 v850_float_compare (SIM_DESC sd, int cmp, sim_fpu wop1, sim_fpu wop2, int double_op_p) in v850_float_compare()
|
| /netbsd/src/external/gpl3/gdb/dist/sim/ppc/ |
| D | e500.igen | 116 :function:e500::void:ev_check_guard:sim_fpu *a, int fg, int fx, cpu *processor 124 :function:e500::void:booke_sim_fpu_32to:sim_fpu *dst, uint32_t packed 142 :function:e500::int:booke_sim_fpu_add:sim_fpu *d, sim_fpu *a, sim_fpu *b, int inv, int over, int un… 211 sim_fpu a, b, d; 227 sim_fpu a, b, d; 247 :function:e500::uint32_t:booke_sim_fpu_exp:sim_fpu *x 258 sim_fpu a, b, d; 300 sim_fpu a, b, d; 2350 sim_fpu al, ah, bl, bh; 2373 sim_fpu al, ah, bl, bh; [all …]
|
| D | altivec.igen | 587 sim_fpu a, b, d; 778 sim_fpu b, div, d; 791 sim_fpu b, d, div; 807 sim_fpu a, b, d; 821 sim_fpu a, b; 869 sim_fpu a, b; 884 sim_fpu a, b; 994 sim_fpu a, b, m; 1010 sim_fpu a, b, m; 1031 sim_fpu b, d; [all …]
|
| D | ChangeLog-2021 | 1340 * configure.in (sim_fpu): Don't add sim-bits.o. 1351 * Makefile.in (LIB_OBJ): Add @sim_fpu@. 1356 check for sim/common/sim-fpu.c. Output sim_fpu and sim_fpu_cflags.
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 9874 sim: mips: fix sim_fpu usage 9875 Fix some of the sim_fpu calls to use the right types. While I'm 161177 INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f, 161185 INLINE_SIM_FPU (int) sim_fpu_to64i (signed64 *i, const sim_fpu *f, 161194 INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f, 161202 INLINE_SIM_FPU (int) sim_fpu_to32i (signed32 *i, const sim_fpu *f,
|