Home | History | Annotate | Download | only in x64

Lines Matching refs:V8_INT64_C

3780   static int64_t one_half = V8_INT64_C(0x3FE0000000000000);  // 0.5
3781 static int64_t minus_one_half = V8_INT64_C(0xBFE0000000000000); // -0.5
3864 __ movq(kScratchRegister, V8_INT64_C(0xFFF0000000000000));