HomeSort by relevance Sort by last modified time
    Searched refs:double_scratch (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium_org/v8/src/x64/
codegen-x64.h 98 XMMRegister double_scratch,
codegen-x64.cc 630 XMMRegister double_scratch,
634 ASSERT(!input.is(double_scratch));
635 ASSERT(!result.is(double_scratch));
642 __ movsd(double_scratch, Operand(kScratchRegister, 0 * kDoubleSize));
644 __ ucomisd(double_scratch, input);
649 __ movsd(double_scratch, Operand(kScratchRegister, 3 * kDoubleSize));
651 __ mulsd(double_scratch, input);
652 __ addsd(double_scratch, result);
653 __ movq(temp2, double_scratch);
654 __ subsd(double_scratch, result)
    [all...]
code-stubs-x64.cc 1786 const XMMRegister double_scratch = xmm4; local
    [all...]
  /external/chromium_org/v8/src/ia32/
codegen-ia32.h 97 XMMRegister double_scratch,
codegen-ia32.cc     [all...]
code-stubs-ia32.cc 2643 const XMMRegister double_scratch = xmm4; local
    [all...]
  /external/chromium_org/v8/src/arm/
macro-assembler-arm.cc 878 LowDwVfpRegister double_scratch,
886 vmov(double_scratch.low(), scratch);
887 vcvt_f64_s32(double_dst, double_scratch.low());
897 TestDoubleIsInt32(double_dst, double_scratch);
    [all...]
macro-assembler-arm.h 525 LowDwVfpRegister double_scratch,
806 LowDwVfpRegister double_scratch,
    [all...]
code-stubs-arm.cc 1888 LowDwVfpRegister double_scratch = d0; local
2529 const DwVfpRegister double_scratch = d0; local
    [all...]
lithium-codegen-arm.cc 4904 LowDwVfpRegister double_scratch = double_scratch0(); local
5023 LowDwVfpRegister double_scratch = double_scratch0(); local
5051 LowDwVfpRegister double_scratch = double_scratch0(); local
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 637 DwVfpRegister double_scratch,
655 double_scratch,
829 DwVfpRegister double_scratch,
852 SwVfpRegister single_scratch = double_scratch.low();
855 __ vldr(double_scratch, scratch1, HeapNumber::kValueOffset);
859 double_scratch,
2731 DwVfpRegister double_scratch = d0; local
3456 const DoubleRegister double_scratch = d0; local
    [all...]
code-stubs-arm.h 751 DwVfpRegister double_scratch,
797 DwVfpRegister double_scratch,
    [all...]
lithium-codegen-arm.cc 1014 DwVfpRegister double_scratch = dividend; local
4098 DwVfpRegister double_scratch = double_scratch0(); local
    [all...]
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h     [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 642 FPURegister double_scratch,
659 double_scratch,
843 DoubleRegister double_scratch,
867 __ ldc1(double_scratch, FieldMemOperand(object, HeapNumber::kValueOffset));
869 FPURegister single_scratch = double_scratch.low();
873 double_scratch,
2846 FPURegister double_scratch = f0; local
3593 const DoubleRegister double_scratch = f6; local
    [all...]
code-stubs-mips.h 751 FPURegister double_scratch,
797 FPURegister double_scratch,
    [all...]
macro-assembler-mips.cc     [all...]
macro-assembler-mips.h 746 // to not_int32 label. If FPU is available double_scratch is used but not
752 FPURegister double_scratch,
    [all...]
  /external/chromium_org/v8/src/mips/
code-stubs-mips.cc 716 FPURegister double_scratch,
731 double_scratch,
772 DoubleRegister double_scratch,
809 double_scratch,
2123 FPURegister double_scratch = f0; local
2837 const DoubleRegister double_scratch = f6; local
    [all...]
code-stubs-mips.h 558 FPURegister double_scratch,
583 FPURegister double_scratch,
macro-assembler-mips.cc     [all...]
macro-assembler-mips.h 756 // to not_int32 label. If FPU is available double_scratch is used but not
762 FPURegister double_scratch,
774 DoubleRegister double_scratch,
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 2010 const XMMRegister double_scratch = xmm4; local
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 2950 const XMMRegister double_scratch = xmm4; local
    [all...]

Completed in 3436 milliseconds

1 2