HomeSort by relevance Sort by last modified time
    Searched refs:single_scratch (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 572 FPURegister single_scratch);
589 FPURegister single_scratch,
code-stubs-mips.cc 755 FPURegister single_scratch) {
760 __ mtc1(int_scratch, single_scratch);
761 __ cvt_d_w(double_dst, single_scratch);
778 FPURegister single_scratch,
791 dst_exponent, scratch2, single_scratch);
2124 FPURegister single_scratch = f6; local
2838 const FPURegister single_scratch = f8; local
6266 FPURegister single_scratch = f6; local
    [all...]
lithium-codegen-mips.cc 4579 FPURegister single_scratch = double_scratch0().low(); local
4585 __ mtc1(ToRegister(input), single_scratch); local
4587 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
4869 FPURegister single_scratch = double_scratch.low(); local
4983 FPURegister single_scratch = double_scratch0().low(); local
5024 FPURegister single_scratch = double_scratch0().low(); local
    [all...]
macro-assembler-mips.h 795 FPURegister single_scratch,
    [all...]
macro-assembler-mips.cc     [all...]
  /external/v8/src/arm/
lithium-codegen-arm.cc 3126 SwVfpRegister single_scratch = double_scratch0().low(); local
3893 SwVfpRegister single_scratch = double_scratch0().low(); local
3901 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); local
4099 SwVfpRegister single_scratch = double_scratch.low(); local
4225 SwVfpRegister single_scratch = double_scratch0().low(); local
    [all...]
code-stubs-arm.cc 678 SwVfpRegister single_scratch) {
687 __ vmov(single_scratch, int_scratch);
688 __ vcvt_f64_s32(double_dst, single_scratch);
754 SwVfpRegister single_scratch,
767 scratch2, single_scratch);
786 single_scratch,
852 SwVfpRegister single_scratch = double_scratch.low(); local
858 single_scratch,
867 __ vmov(dst, single_scratch);
2732 SwVfpRegister single_scratch = s3; local
3457 const SwVfpRegister single_scratch = s0; local
    [all...]
code-stubs-arm.h 765 SwVfpRegister single_scratch);
781 SwVfpRegister single_scratch,
    [all...]
macro-assembler-arm.cc     [all...]
macro-assembler-arm.h     [all...]
  /external/v8/src/mips/
lithium-codegen-mips.cc 3009 FPURegister single_scratch = double_scratch0().low(); local
3805 FPURegister single_scratch = double_scratch0().low(); local
3811 __ mtc1(ToRegister(input), single_scratch); local
3813 __ cvt_d_w(ToDoubleRegister(output), single_scratch); local
4002 FPURegister single_scratch = double_scratch.low(); local
4126 FPURegister single_scratch = double_scratch0().low(); local
    [all...]
code-stubs-mips.h 765 FPURegister single_scratch);
781 FPURegister single_scratch,
    [all...]
code-stubs-mips.cc 683 FPURegister single_scratch) {
692 __ mtc1(int_scratch, single_scratch);
693 __ cvt_d_w(double_dst, single_scratch);
767 FPURegister single_scratch,
780 scratch2, single_scratch);
799 single_scratch,
869 FPURegister single_scratch = double_scratch.low(); local
872 single_scratch,
2847 FPURegister single_scratch = f6; local
3594 const FPURegister single_scratch = f8; local
    [all...]
macro-assembler-mips.h 783 FPURegister single_scratch,
    [all...]
macro-assembler-mips.cc     [all...]
  /external/chromium_org/v8/src/arm/
code-stubs-arm.cc 2530 const SwVfpRegister single_scratch = s0; local
    [all...]
lithium-codegen-arm.cc 4628 SwVfpRegister single_scratch = double_scratch0().low(); local
4636 __ vcvt_f64_s32(ToDoubleRegister(output), single_scratch); local
    [all...]

Completed in 645 milliseconds