Searched refs:ll_max (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/lldb/unittests/Instruction/ |
D | TestAArch64Emulator.cpp | 51 uint64_t ll_max = std::numeric_limits<int64_t>::max(); in TEST_F() local 53 ASSERT_EQ(emu.AddWithCarry(64, ll_max, 0, 0, pstate), ll_max); in TEST_F() 56 ASSERT_EQ(emu.AddWithCarry(64, ll_max, 1, 0, pstate), (uint64_t)(ll_max + 1)); in TEST_F() 59 ASSERT_EQ(emu.AddWithCarry(64, ll_max, 0, 1, pstate), (uint64_t)(ll_max + 1)); in TEST_F()
|