Home
last modified time | relevance | path

Searched refs:single_scratch (Results 1 – 10 of 10) sorted by relevance

/external/v8/src/arm/
Dcode-stubs-arm.cc678 SwVfpRegister single_scratch) { in ConvertIntToDouble() argument
687 __ vmov(single_scratch, int_scratch); in ConvertIntToDouble()
688 __ vcvt_f64_s32(double_dst, single_scratch); in ConvertIntToDouble()
754 SwVfpRegister single_scratch, in LoadNumberAsInt32Double() argument
767 scratch2, single_scratch); in LoadNumberAsInt32Double()
786 single_scratch, in LoadNumberAsInt32Double()
852 SwVfpRegister single_scratch = double_scratch.low(); in LoadNumberAsInt32() local
858 single_scratch, in LoadNumberAsInt32()
867 __ vmov(dst, single_scratch); in LoadNumberAsInt32()
2732 SwVfpRegister single_scratch = s3; in GenerateInt32Stub() local
[all …]
Dcode-stubs-arm.h765 SwVfpRegister single_scratch);
781 SwVfpRegister single_scratch,
Dlithium-codegen-arm.cc3126 SwVfpRegister single_scratch = double_scratch0().low(); in DoMathFloor() local
3131 single_scratch, in DoMathFloor()
3138 __ vmov(result, single_scratch); in DoMathFloor()
3893 SwVfpRegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble() local
3897 __ vmov(single_scratch, scratch); in DoInteger32ToDouble()
3899 __ vmov(single_scratch, ToRegister(input)); in DoInteger32ToDouble()
3901 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); in DoInteger32ToDouble()
4099 SwVfpRegister single_scratch = double_scratch.low(); in DoDeferredTaggedToI() local
4141 single_scratch, in DoDeferredTaggedToI()
4154 single_scratch, in DoDeferredTaggedToI()
[all …]
Dmacro-assembler-arm.cc2537 SwVfpRegister single_scratch, in EmitECMATruncate() argument
2548 ASSERT(!single_scratch.is(double_input.low()) && in EmitECMATruncate()
2549 !single_scratch.is(double_input.high())); in EmitECMATruncate()
2556 vcvt_s32_f64(single_scratch, double_input); in EmitECMATruncate()
2557 vmov(result, single_scratch); in EmitECMATruncate()
Dmacro-assembler-arm.h953 SwVfpRegister single_scratch,
/external/v8/src/mips/
Dcode-stubs-mips.h765 FPURegister single_scratch);
781 FPURegister single_scratch,
Dcode-stubs-mips.cc683 FPURegister single_scratch) { in ConvertIntToDouble() argument
692 __ mtc1(int_scratch, single_scratch); in ConvertIntToDouble()
693 __ cvt_d_w(double_dst, single_scratch); in ConvertIntToDouble()
767 FPURegister single_scratch, in LoadNumberAsInt32Double() argument
780 scratch2, single_scratch); in LoadNumberAsInt32Double()
799 single_scratch, in LoadNumberAsInt32Double()
869 FPURegister single_scratch = double_scratch.low(); in LoadNumberAsInt32() local
872 single_scratch, in LoadNumberAsInt32()
881 __ mfc1(dst, single_scratch); in LoadNumberAsInt32()
2847 FPURegister single_scratch = f6; in GenerateInt32Stub() local
[all …]
Dlithium-codegen-mips.cc3009 FPURegister single_scratch = double_scratch0().low(); in DoMathFloor() local
3014 single_scratch, in DoMathFloor()
3023 __ mfc1(result, single_scratch); in DoMathFloor()
3805 FPURegister single_scratch = double_scratch0().low(); in DoInteger32ToDouble() local
3809 __ mtc1(scratch, single_scratch); in DoInteger32ToDouble()
3811 __ mtc1(ToRegister(input), single_scratch); in DoInteger32ToDouble()
3813 __ cvt_d_w(ToDoubleRegister(output), single_scratch); in DoInteger32ToDouble()
4002 FPURegister single_scratch = double_scratch.low(); in DoDeferredTaggedToI() local
4039 single_scratch, in DoDeferredTaggedToI()
4053 single_scratch, in DoDeferredTaggedToI()
[all …]
Dmacro-assembler-mips.h783 FPURegister single_scratch,
Dmacro-assembler-mips.cc1527 FPURegister single_scratch, in EmitECMATruncate() argument
1538 ASSERT(!single_scratch.is(double_input)); in EmitECMATruncate()
1547 trunc_w_d(single_scratch, double_input); in EmitECMATruncate()
1548 mfc1(result, single_scratch); in EmitECMATruncate()