Home
last modified time | relevance | path

Searched refs:arm_const_double_rtx (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/gcc/gcc/config/arm/
Darm-protos.h67 extern int arm_const_double_rtx (rtx);
Dpredicates.md133 (match_test "TARGET_FPA && arm_const_double_rtx (op)"))))
143 (match_test "arm_const_double_rtx (op)"))))
Dconstraints.md125 (match_test "TARGET_ARM && arm_const_double_rtx (op)")))
Darm.c4450 && arm_const_double_rtx (XEXP (x, 1)))) in arm_rtx_costs_1()
4454 && arm_const_double_rtx (XEXP (x, 0)))) in arm_rtx_costs_1()
4487 && arm_const_double_rtx (XEXP (x, 1)))) in arm_rtx_costs_1()
4622 if (arm_const_double_rtx (x)) in arm_rtx_costs_1()
5278 arm_const_double_rtx (rtx x) in arm_const_double_rtx() function