Searched refs:s390_hotpatch_hw_max (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/config/s390/
H A Ds390.c1012 static const int s390_hotpatch_hw_max = 1000000; variable
1042 || wi::gtu_p (expr, s390_hotpatch_hw_max))
1046 || wi::gtu_p (expr2, s390_hotpatch_hw_max))
1054 s390_hotpatch_hw_max);
13761 else if (val1 > s390_hotpatch_hw_max
13762 || val2 > s390_hotpatch_hw_max)
13765 "-mhotpatch=n,m", s390_hotpatch_hw_max);

Completed in 67 milliseconds