Home | History | Annotate | Download | only in gold

Lines Matching defs:check_overflow

4276   check_overflow(Valtype value)
4467 return check_overflow<16>(x);
4698 return check_overflow<18>(x);
4729 return check_overflow<23>(x);
4760 return check_overflow<28>(x);
4791 return check_overflow<21>(x);
4822 return check_overflow<21>(x);
4934 return check_overflow<8>(x);
4963 return check_overflow<11>(x);
4992 return check_overflow<17>(x);
5063 return (is_gp_disp ? check_overflow<16>(x)
5114 return check_overflow<16>(x);
5250 return check_overflow<16>(x);
5269 return check_overflow<32>(x);
5300 return check_overflow<16>(x);
5341 return check_overflow<16>(x);
5433 if (check_overflow<16>(x) == This::STATUS_OVERFLOW)