Home
last modified time | relevance | path

Searched refs:const_double_from_real_value (Results 1 – 25 of 55) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.h431 const_double_from_real_value (real_from_string2 (s, m), m)
482 extern rtx const_double_from_real_value (REAL_VALUE_TYPE, machine_mode);
H A Dsimplify-rtx.c220 return const_double_from_real_value (*CONST_DOUBLE_REAL_VALUE (c), in avoid_constant_pool_reference()
1797 return const_double_from_real_value (d, mode); in simplify_const_unary_operation()
1821 return const_double_from_real_value (d, mode); in simplify_const_unary_operation()
1967 return const_double_from_real_value (d, mode); in simplify_const_unary_operation()
2278 return const_double_from_real_value (val, mode); in relational_result()
3617 tem = const_double_from_real_value (d, mode); in simplify_binary_operation_1()
4449 return const_double_from_real_value (r, mode); in simplify_const_binary_operation()
4533 return const_double_from_real_value (result, mode); in simplify_const_binary_operation()
6609 return const_double_from_real_value (r, fmode); in native_decode_rtx()
H A Demit-rtl.c570 const_double_from_real_value (REAL_VALUE_TYPE value, machine_mode mode) in const_double_from_real_value() function
6244 const_double_from_real_value (*r, mode); in init_emit_once()
6248 const_double_from_real_value (*r, mode); in init_emit_once()
H A Dreg-stack.c3408 not_a_num = const_double_from_real_value (r, SFmode); in reg_to_stack()
H A Doptabs.c4928 const_double_from_real_value (offset, fmode), in expand_float()
5074 limit = const_double_from_real_value (offset, fmode); in expand_fix()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dreal.h430 const_double_from_real_value (real_from_string2 (s, m), m)
481 extern rtx const_double_from_real_value (REAL_VALUE_TYPE, machine_mode);
H A Dsimplify-rtx.cc213 return const_double_from_real_value (*CONST_DOUBLE_REAL_VALUE (c), in avoid_constant_pool_reference()
1935 return const_double_from_real_value (d, mode); in simplify_const_unary_operation()
1972 return const_double_from_real_value (d, mode); in simplify_const_unary_operation()
2137 return const_double_from_real_value (d, mode); in simplify_const_unary_operation()
2460 return const_double_from_real_value (val, mode); in relational_result()
3950 tem = const_double_from_real_value (d, mode); in simplify_binary_operation_1()
4888 return const_double_from_real_value (r, mode); in simplify_const_binary_operation()
4972 return const_double_from_real_value (result, mode); in simplify_const_binary_operation()
7139 return const_double_from_real_value (r, fmode); in native_decode_rtx()
H A Demit-rtl.cc569 const_double_from_real_value (REAL_VALUE_TYPE value, machine_mode mode) in const_double_from_real_value() function
6218 const_double_from_real_value (*r, mode); in init_emit_once()
6222 const_double_from_real_value (*r, mode); in init_emit_once()
H A Dreg-stack.cc3419 not_a_num = const_double_from_real_value (r, SFmode); in reg_to_stack()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-expand.c1526 biases = const_double_from_real_value (bias_lo_rvt, DFmode); in ix86_expand_convert_uns_didf_sse()
1527 x = const_double_from_real_value (bias_hi_rvt, DFmode); in ix86_expand_convert_uns_didf_sse()
1568 x = const_double_from_real_value (TWO31r, DFmode); in ix86_expand_convert_uns_sidf_sse()
1590 x = const_double_from_real_value (TWO32r, DFmode); in ix86_expand_convert_sign_didf_sse()
1610 x = const_double_from_real_value (ONE16r, SFmode); in ix86_expand_convert_uns_sisf_sse()
1654 tmp[5] = const_double_from_real_value (TWO16r, SFmode); in ix86_expand_vector_convert_uns_vsivsf()
1683 two31r = const_double_from_real_value (TWO31r, scalarmode); in ix86_expand_adjust_ufix_to_sfix_si()
15088 rtx half = const_double_from_real_value (dconsthalf, XFmode); in ix86_emit_i387_sinh()
15134 rtx half = const_double_from_real_value (dconsthalf, XFmode); in ix86_emit_i387_cosh()
15282 rtx half = const_double_from_real_value (dconsthalf, XFmode); in ix86_emit_i387_atanh()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-expand.cc1807 biases = const_double_from_real_value (bias_lo_rvt, DFmode); in ix86_expand_convert_uns_didf_sse()
1808 x = const_double_from_real_value (bias_hi_rvt, DFmode); in ix86_expand_convert_uns_didf_sse()
1851 x = const_double_from_real_value (TWO31r, DFmode); in ix86_expand_convert_uns_sidf_sse()
1878 x = const_double_from_real_value (TWO32r, DFmode); in ix86_expand_convert_sign_didf_sse()
1898 x = const_double_from_real_value (ONE16r, SFmode); in ix86_expand_convert_uns_sisf_sse()
1951 tmp[5] = const_double_from_real_value (TWO16r, SFmode); in ix86_expand_vector_convert_uns_vsivsf()
1988 two31r = const_double_from_real_value (TWO31r, scalarmode); in ix86_expand_adjust_ufix_to_sfix_si()
17103 rtx half = const_double_from_real_value (dconsthalf, XFmode); in ix86_emit_i387_sinh()
17150 rtx half = const_double_from_real_value (dconsthalf, XFmode); in ix86_emit_i387_cosh()
17302 rtx half = const_double_from_real_value (dconsthalf, XFmode); in ix86_emit_i387_atanh()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Dvx-builtins.md1757 c = const_double_from_real_value (f, DFmode);
1788 c = const_double_from_real_value (f, DFmode);
1820 c = const_double_from_real_value (f, DFmode);
1853 c = const_double_from_real_value (f, DFmode);
H A Ds390.md5007 const_double_from_real_value (cmp, <BFP:MODE>mode),
5010 const_double_from_real_value (sub, <BFP:MODE>mode)));
5050 const_double_from_real_value (cmp, TDmode),
5053 const_double_from_real_value (sub, TDmode)));
5088 const_double_from_real_value (cmp, TDmode),
5091 const_double_from_real_value (sub, TDmode)));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Dvx-builtins.md1724 c = const_double_from_real_value (f, DFmode);
1755 c = const_double_from_real_value (f, DFmode);
1787 c = const_double_from_real_value (f, DFmode);
1820 c = const_double_from_real_value (f, DFmode);
H A Ds390.md5114 const_double_from_real_value (cmp, <BFP:MODE>mode),
5117 const_double_from_real_value (sub, <BFP:MODE>mode)));
5157 const_double_from_real_value (cmp, TDmode),
5160 const_double_from_real_value (sub, TDmode)));
5195 const_double_from_real_value (cmp, TDmode),
5198 const_double_from_real_value (sub, TDmode)));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/loongarch/
H A Dloongarch.md1353 const_double_from_real_value (offset, DFmode));
1395 loongarch_emit_move (reg1, const_double_from_real_value (offset, DFmode));
1436 loongarch_emit_move (reg1, const_double_from_real_value (offset, SFmode));
1477 loongarch_emit_move (reg1, const_double_from_real_value (offset, SFmode));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn-valu.md2386 const_double_from_real_value (dconst2, <SCALAR_MODE>mode));
2417 rtx two = const_double_from_real_value (dconst2, <MODE>mode);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn-valu.md2396 const_double_from_real_value (dconst1, <SCALAR_MODE>mode));
2438 rtx one = const_double_from_real_value (dconst1, <MODE>mode);
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc10621 tmp = const_double_from_real_value (inf, target_mode); in ia64_expand_builtin()
11319 ia64_dconst_0_5_rtx = const_double_from_real_value (rv, DFmode); in ia64_dconst_0_5()
11333 ia64_dconst_0_375_rtx = const_double_from_real_value (rv, DFmode); in ia64_dconst_0_375()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c10621 tmp = const_double_from_real_value (inf, target_mode); in ia64_expand_builtin()
11319 ia64_dconst_0_5_rtx = const_double_from_real_value (rv, DFmode); in ia64_dconst_0_5()
11333 ia64_dconst_0_375_rtx = const_double_from_real_value (rv, DFmode); in ia64_dconst_0_375()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/
H A Dc6x.md2812 const_double_from_real_value (dconst2, SFmode));
2837 const_double_from_real_value (dconst2, DFmode));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/
H A Dc6x.md2812 const_double_from_real_value (dconst2, SFmode));
2837 const_double_from_real_value (dconst2, DFmode));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu.c1030 return const_double_from_real_value (rv, mode); in hwint_to_const_double()
3068 return const_double_from_real_value (value, mode); in spu_float_const()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.md4097 mips_emit_move (reg1, const_double_from_real_value (offset, DFmode));
4141 mips_emit_move (reg1, const_double_from_real_value (offset, DFmode));
4183 mips_emit_move (reg1, const_double_from_real_value (offset, SFmode));
4225 mips_emit_move (reg1, const_double_from_real_value (offset, SFmode));
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/mips/
H A Dmips.md4097 mips_emit_move (reg1, const_double_from_real_value (offset, DFmode));
4141 mips_emit_move (reg1, const_double_from_real_value (offset, DFmode));
4183 mips_emit_move (reg1, const_double_from_real_value (offset, SFmode));
4225 mips_emit_move (reg1, const_double_from_real_value (offset, SFmode));

123