/external/v8/src/arm/ |
code-stubs-arm.cc | 745 const SwVfpRegister single_scratch = s6; local 769 __ vmov(single_scratch, scratch); 770 __ vcvt_f64_s32(double_base, single_scratch); 791 __ vcvt_u32_f64(single_scratch, double_exponent); 794 __ vcvt_f64_u32(double_scratch, single_scratch); 855 __ vcvt_u32_f64(single_scratch, double_exponent); 856 __ vmov(scratch, single_scratch); [all...] |
/external/v8/src/mips/ |
code-stubs-mips.cc | 807 const FPURegister single_scratch = f8; local 830 __ mtc1(scratch, single_scratch); 831 __ cvt_d_w(double_base, single_scratch); 3501 FPURegister single_scratch = f6; local [all...] |
/external/v8/src/mips64/ |
code-stubs-mips64.cc | 804 const FPURegister single_scratch = f8; local 827 __ mtc1(scratch, single_scratch); 828 __ cvt_d_w(double_base, single_scratch); 3533 FPURegister single_scratch = f6; local [all...] |
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.cc | 4410 SwVfpRegister single_scratch = double_scratch0().low(); local 4418 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); local [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.cc | 4388 FPURegister single_scratch = double_scratch0().low(); local 4394 __ mtc1(ToRegister(input), single_scratch); local 4396 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local [all...] |
/external/v8/src/crankshaft/mips64/ |
lithium-codegen-mips64.cc | 4622 FPURegister single_scratch = double_scratch0().low(); local 4628 __ mtc1(ToRegister(input), single_scratch); local 4630 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local [all...] |