Searched refs:helper_check_signed_overflow (Results 1 – 1 of 1) sorted by relevance
| /frameworks/compile/mclinker/lib/Target/ARM/ |
| D | ARMRelocationFactory.cpp | 375 helper_check_signed_overflow(ARMRelocationFactory::DWord pValue, in helper_check_signed_overflow() function 548 assert(!helper_check_signed_overflow(X, 26) && "Jump or Call target too far!"); in call() 598 if (helper_check_signed_overflow(X, 24)) { in thm_call() 645 if (helper_check_signed_overflow(X, 16)) { in movw_abs_nc() 667 if (helper_check_signed_overflow(X, 16)) { in movw_prel_nc() 735 if (helper_check_signed_overflow(X, 16)) { in thm_movw_abs_nc() 759 if (helper_check_signed_overflow(X, 16)) { in thm_movw_prel_nc() 787 if (helper_check_signed_overflow(X, 16)) { in thm_movt_abs() 811 if (helper_check_signed_overflow(X, 16)) { in thm_movt_prel() 840 if(helper_check_signed_overflow(X, 31)) in prel31()
|