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

/external/chromium_org/v8/src/arm/
H A Dcode-stubs-arm.cc774 const SwVfpRegister single_scratch = s6; local
798 __ vmov(single_scratch, scratch);
799 __ vcvt_f64_s32(double_base, single_scratch);
820 __ vcvt_u32_f64(single_scratch, double_exponent);
823 __ vcvt_f64_u32(double_scratch, single_scratch);
884 __ vcvt_u32_f64(single_scratch, double_exponent);
885 __ vmov(scratch, single_scratch);
923 __ vmov(single_scratch, exponent);
924 __ vcvt_f64_s32(double_exponent, single_scratch);
H A Dlithium-codegen-arm.cc4635 SwVfpRegister single_scratch = double_scratch0().low(); local
4639 __ vmov(single_scratch, scratch);
4641 __ vmov(single_scratch, ToRegister(input));
4643 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); local
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.cc848 const FPURegister single_scratch = f8; local
871 __ mtc1(scratch, single_scratch);
872 __ cvt_d_w(double_base, single_scratch);
1014 __ mtc1(exponent, single_scratch);
1015 __ cvt_d_w(double_exponent, single_scratch);
3519 FPURegister single_scratch = f6; local
3520 __ mtc1(a2, single_scratch);
3521 __ cvt_d_w(f2, single_scratch);
3532 single_scratch = f8;
3533 __ mtc1(a2, single_scratch);
[all...]
H A Dlithium-codegen-mips.cc4592 FPURegister single_scratch = double_scratch0().low(); local
4596 __ mtc1(scratch, single_scratch);
4598 __ mtc1(ToRegister(input), single_scratch); local
4600 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
/external/chromium_org/v8/src/mips64/
H A Dcode-stubs-mips64.cc843 const FPURegister single_scratch = f8; local
866 __ mtc1(scratch, single_scratch);
867 __ cvt_d_w(double_base, single_scratch);
1009 __ mtc1(exponent, single_scratch);
1010 __ cvt_d_w(double_exponent, single_scratch);
3556 FPURegister single_scratch = f6; local
3557 __ mtc1(a2, single_scratch);
3558 __ cvt_d_w(f2, single_scratch);
3569 single_scratch = f8;
3570 __ mtc1(a2, single_scratch);
[all...]
H A Dlithium-codegen-mips64.cc4656 FPURegister single_scratch = double_scratch0().low(); local
4660 __ mtc1(scratch, single_scratch);
4662 __ mtc1(ToRegister(input), single_scratch); local
4664 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local

Completed in 952 milliseconds