Searched refs:V8_INT64_C (Results 1 – 9 of 9) sorted by relevance
188 # define V8_INT64_C(x) (x ## I64) macro198 # define V8_INT64_C(x) (x ## LL) macro204 # define V8_INT64_C(x) (x ## LL) macro207 # define V8_INT64_C(x) (x ## L) macro213 # define V8_INT64_C(x) (x ## LL) macro
303 static const int64_t kTimeToEpochInMicroseconds = V8_INT64_C(11644473600000000);
47 __ li(a0, Operand(V8_INT64_C(0))); in GenerateLoadViaGetter()
173 const intptr_t kIntptrSignBit = V8_INT64_C(0x8000000000000000);
3363 static int64_t one_half = V8_INT64_C(0x3FE0000000000000); // 0.5 in DoMathRoundI()3364 static int64_t minus_one_half = V8_INT64_C(0xBFE0000000000000); // -0.5 in DoMathRoundI()3447 __ movq(kScratchRegister, V8_INT64_C(0xFFF0000000000000)); in DoMathPowHalf()
39 (bit_cast<int64_t>(GetFloatConstantValue(node)) == V8_INT64_C(0)))) { in UseRegisterOrImmediateZero()
45 (bit_cast<int64_t>(GetFloatConstantValue(node)) == V8_INT64_C(0)))) { in UseRegisterOrImmediateZero()
3904 movq(kScratchRegister, V8_INT64_C(0x0000000100000000)); in AssertZeroExtended()