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

/art/compiler/optimizing/
H A Dcodegen_test.cc466 #define NOT_LONG_TEST(TEST_NAME, INPUT, EXPECTED_OUTPUT) \ macro
481 NOT_LONG_TEST(ReturnNotLongMinus2, INT64_C(-2), INT64_C(1))
482 NOT_LONG_TEST(ReturnNotLongMinus1, INT64_C(-1), INT64_C(0))
483 NOT_LONG_TEST(ReturnNotLong0, INT64_C(0), INT64_C(-1))
484 NOT_LONG_TEST(ReturnNotLong1, INT64_C(1), INT64_C(-2))
486 NOT_LONG_TEST(ReturnNotLongINT32_MIN,
489 NOT_LONG_TEST(ReturnNotLongINT32_MINPlus1,
492 NOT_LONG_TEST(ReturnNotLongINT32_MAXMinus1,
495 NOT_LONG_TEST(ReturnNotLongINT32_MAX,
502 NOT_LONG_TEST(ReturnNotINT64_MI
515 #undef NOT_LONG_TEST macro
[all...]

Completed in 121 milliseconds