Searched defs:single_scratch (Results 1 - 6 of 6) sorted by relevance

/external/v8/src/arm/
H A Dcode-stubs-arm.cc687 const SwVfpRegister single_scratch = s6; local
752 __ vmov(single_scratch, exponent);
753 __ vcvt_f64_s32(double_exponent, single_scratch);
/external/v8/src/mips/
H A Dcode-stubs-mips.cc757 const FPURegister single_scratch = f8; local
851 __ mtc1(exponent, single_scratch);
852 __ cvt_d_w(double_exponent, single_scratch);
2145 FPURegister single_scratch = f6; local
2146 __ mtc1(a2, single_scratch);
2147 __ cvt_d_w(f2, single_scratch);
2158 single_scratch = f8;
2159 __ mtc1(a2, single_scratch);
2160 __ cvt_d_w(f0, single_scratch);
/external/v8/src/mips64/
H A Dcode-stubs-mips64.cc754 const FPURegister single_scratch = f8; local
848 __ mtc1(exponent, single_scratch);
849 __ cvt_d_w(double_exponent, single_scratch);
2152 FPURegister single_scratch = f6; local
2153 __ mtc1(a2, single_scratch);
2154 __ cvt_d_w(f2, single_scratch);
2165 single_scratch = f8;
2166 __ mtc1(a2, single_scratch);
2167 __ cvt_d_w(f0, single_scratch);
/external/v8/src/crankshaft/arm/
H A Dlithium-codegen-arm.cc4241 SwVfpRegister single_scratch = double_scratch0().low(); local
4245 __ vmov(single_scratch, scratch);
4247 __ vmov(single_scratch, ToRegister(input));
4249 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); local
/external/v8/src/crankshaft/mips/
H A Dlithium-codegen-mips.cc4214 FPURegister single_scratch = double_scratch0().low(); local
4218 __ mtc1(scratch, single_scratch);
4220 __ mtc1(ToRegister(input), single_scratch); local
4222 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
/external/v8/src/crankshaft/mips64/
H A Dlithium-codegen-mips64.cc4434 FPURegister single_scratch = double_scratch0().low(); local
4438 __ mtc1(scratch, single_scratch);
4440 __ mtc1(ToRegister(input), single_scratch); local
4442 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local

Completed in 336 milliseconds