Home
last modified time | relevance | path

Searched refs:aarch64_float_const_zero_rtx_p (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Dpredicates.md75 (match_test "aarch64_float_const_zero_rtx_p (op)"))))
103 (match_test "aarch64_float_const_zero_rtx_p (op)"))))
H A Daarch64-protos.h513 bool aarch64_float_const_zero_rtx_p (rtx);
H A Dconstraints.md136 (match_test "aarch64_float_const_zero_rtx_p (op)")))
H A Daarch64.c9729 if (aarch64_float_const_zero_rtx_p (value)) in aarch64_reinterpret_float_as_int()
9793 aarch64_float_const_zero_rtx_p (rtx x) in aarch64_float_const_zero_rtx_p() function
9822 if (aarch64_float_const_zero_rtx_p (x)) in aarch64_can_const_movi_rtx_p()
10555 || (CONST_DOUBLE_P (x) && aarch64_float_const_zero_rtx_p (x))) in aarch64_print_operand()
10646 if (aarch64_float_const_zero_rtx_p (x)) in aarch64_print_operand()
12378 else if (!aarch64_float_const_zero_rtx_p (x)) in aarch64_rtx_costs()
12580 if (CONST_DOUBLE_P (op1) && aarch64_float_const_zero_rtx_p (op1)) in aarch64_rtx_costs()
12595 if (aarch64_float_const_zero_rtx_p (op1)) in aarch64_rtx_costs()
18287 if (aarch64_float_const_zero_rtx_p (elt) in aarch64_simd_valid_immediate()
20271 if (aarch64_float_const_zero_rtx_p (info.u.mov.value)) in aarch64_output_simd_mov_immediate()
[all …]
H A Daarch64.md1422 && aarch64_float_const_zero_rtx_p (operands[1])))
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Dpredicates.md77 (match_test "aarch64_float_const_zero_rtx_p (op)"))))
105 (match_test "aarch64_float_const_zero_rtx_p (op)"))))
H A Daarch64-protos.h787 bool aarch64_float_const_zero_rtx_p (rtx);
H A Dconstraints.md136 (match_test "aarch64_float_const_zero_rtx_p (op)")))
H A Daarch64.cc11179 if (aarch64_float_const_zero_rtx_p (value)) in aarch64_reinterpret_float_as_int()
11243 aarch64_float_const_zero_rtx_p (rtx x) in aarch64_float_const_zero_rtx_p() function
11272 if (aarch64_float_const_zero_rtx_p (x)) in aarch64_can_const_movi_rtx_p()
12008 || (CONST_DOUBLE_P (x) && aarch64_float_const_zero_rtx_p (x))) in aarch64_print_operand()
12099 if (aarch64_float_const_zero_rtx_p (x)) in aarch64_print_operand()
13865 else if (!aarch64_float_const_zero_rtx_p (x)) in aarch64_rtx_costs()
14067 if (CONST_DOUBLE_P (op1) && aarch64_float_const_zero_rtx_p (op1)) in aarch64_rtx_costs()
14082 if (aarch64_float_const_zero_rtx_p (op1)) in aarch64_rtx_costs()
21433 if (aarch64_float_const_zero_rtx_p (elt) in aarch64_simd_valid_immediate()
23411 if (aarch64_float_const_zero_rtx_p (info.u.mov.value)) in aarch64_output_simd_mov_immediate()
[all …]
H A Daarch64.md1471 && aarch64_float_const_zero_rtx_p (operands[1])))
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201513938 * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p)
14108 * config/aarch64/aarch64.c (aarch64_float_const_zero_rtx_p): Likewise.
28018 aarch64_float_const_zero_rtx_p check before TFmode check.
H A DChangeLog-201340193 (aarch64_float_const_zero_rtx_p): ...this.
40200 (aarch64_float_const_zero_rtx_p): ...this.
H A DChangeLog-20165474 const_double code before calling aarch64_float_const_zero_rtx_p.
H A DChangeLog-201834783 to detect duplicated constants and use aarch64_float_const_zero_rtx_p