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

/art/runtime/interpreter/mterp/mips64/
H A Dop_double_to_int.S11 li t0, INT_MIN
H A Dop_float_to_int.S11 li t0, INT_MIN
H A Dheader.S273 #define INT_MIN 0x80000000 define
/art/runtime/
H A Dreflection_test.cc186 args[0].i = INT_MIN;
188 EXPECT_EQ(INT_MIN, result.GetI());
235 args[1].i = INT_MIN;
272 args[1].i = INT_MIN;
314 args[1].i = INT_MIN;
316 args[3].i = INT_MIN;
361 args[1].i = INT_MIN;
363 args[3].i = INT_MIN;
/art/runtime/interpreter/mterp/out/
H A Dmterp_mips64.S280 #define INT_MIN 0x80000000 define
3920 li t0, INT_MIN
4038 li t0, INT_MIN
4211 * *don't* check for (INT_MIN / -1) here, because the CPU handles it
4247 * *don't* check for (INT_MIN / -1) here, because the CPU handles it
4283 * *don't* check for (INT_MIN / -1) here, because the CPU handles it
4319 * *don't* check for (INT_MIN / -1) here, because the CPU handles it
4355 * *don't* check for (INT_MIN / -1) here, because the CPU handles it
4391 * *don't* check for (INT_MIN / -1) here, because the CPU handles it
4427 * *don't* check for (INT_MIN /
[all...]

Completed in 2341 milliseconds