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

/art/runtime/interpreter/mterp/mips64/
H A Dop_double_to_long.S11 dli t0, LONG_MIN
H A Dop_float_to_long.S11 dli t0, LONG_MIN
H A Dheader.S276 #define LONG_MIN 0x8000000000000000 define
/art/runtime/interpreter/
H A Dunstarted_runtime.cc1323 (errno == ERANGE && l == LONG_MIN) || l < std::numeric_limits<int32_t>::min()) {
1368 (errno == ERANGE && l == LONG_MIN) || l < std::numeric_limits<int32_t>::min()) {
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips64.S283 #define LONG_MIN 0x8000000000000000 define
3955 dli t0, LONG_MIN
4073 dli t0, LONG_MIN
4607 * *don't* check for (LONG_MIN / -1) here, because the CPU handles it
4643 * *don't* check for (LONG_MIN / -1) here, because the CPU handles it
4679 * *don't* check for (LONG_MIN / -1) here, because the CPU handles it
4715 * *don't* check for (LONG_MIN / -1) here, because the CPU handles it
4751 * *don't* check for (LONG_MIN / -1) here, because the CPU handles it
4787 * *don't* check for (LONG_MIN / -1) here, because the CPU handles it
4823 * *don't* check for (LONG_MIN /
[all...]

Completed in 83 milliseconds