Home
last modified time | relevance | path

Searched refs:lo_bound (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c13784 arm_sat_operator_match (rtx lo_bound, rtx hi_bound, in arm_sat_operator_match() argument
13794 if (INTVAL (lo_bound) == 0) in arm_sat_operator_match()
13804 if (INTVAL (lo_bound) == -INTVAL (hi_bound) - 1) in arm_sat_operator_match()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc13959 arm_sat_operator_match (rtx lo_bound, rtx hi_bound, in arm_sat_operator_match() argument
13969 if (INTVAL (lo_bound) == 0) in arm_sat_operator_match()
13979 if (INTVAL (lo_bound) == -INTVAL (hi_bound) - 1) in arm_sat_operator_match()