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

  /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...]
stub-cache-arm.cc     [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.cc     [all...]
macro-assembler-mips.h 783 FPURegister single_scratch,
    [all...]
stub-cache-mips.cc     [all...]

Completed in 1681 milliseconds