Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm.cc13959 arm_sat_operator_match (rtx lo_bound, rtx hi_bound, in arm_sat_operator_match() argument
13963 int log = exact_log2 (INTVAL (hi_bound) + 1); in arm_sat_operator_match()
13979 if (INTVAL (lo_bound) == -INTVAL (hi_bound) - 1) in arm_sat_operator_match()