Searched refs:V8_2PART_INT64 (Results 1 – 1 of 1) sorted by relevance
/external/v8/test/cctest/compiler/ |
D | test-simplified-lowering.cc | 607 #define V8_2PART_INT64(a, b) (((static_cast<int64_t>(a) << 32) + 0x##b##u)) macro 612 int64_t data[] = {V8_2PART_INT64(0x10111213, 14151617), in TEST() 613 V8_2PART_INT64(0x20212223, 24252627), in TEST() 614 V8_2PART_INT64(0x30313233, 34353637), in TEST() 615 V8_2PART_INT64(0xa0a1a2a3, a4a5a6a7), in TEST() 616 V8_2PART_INT64(0xf0f1f2f3, f4f5f6f7)}; in TEST()
|