Searched refs:single_scratch (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/arm/ |
D | macro-assembler-arm.cc | 1712 SwVfpRegister single_scratch = SwVfpRegister::no_reg(); in TryInlineTruncateDoubleToI() local 1714 single_scratch = temps.AcquireS(); in TryInlineTruncateDoubleToI() 1721 single_scratch = double_scratch.low(); in TryInlineTruncateDoubleToI() 1723 vcvt_s32_f64(single_scratch, double_input); in TryInlineTruncateDoubleToI() 1724 vmov(result, single_scratch); in TryInlineTruncateDoubleToI()
|
/external/v8/src/builtins/arm/ |
D | builtins-arm.cc | 2515 const SwVfpRegister single_scratch = s6; in Generate_MathPowInternal() local 2566 __ vmov(single_scratch, integer_exponent); in Generate_MathPowInternal() 2567 __ vcvt_f64_s32(double_exponent, single_scratch); in Generate_MathPowInternal()
|
/external/v8/src/builtins/mips/ |
D | builtins-mips.cc | 2610 const FPURegister single_scratch = f8; in Generate_MathPowInternal() local 2686 __ mtc1(exponent, single_scratch); in Generate_MathPowInternal() 2687 __ cvt_d_w(double_exponent, single_scratch); in Generate_MathPowInternal()
|
/external/v8/src/builtins/mips64/ |
D | builtins-mips64.cc | 2629 const FPURegister single_scratch = f8; in Generate_MathPowInternal() local 2705 __ mtc1(exponent, single_scratch); in Generate_MathPowInternal() 2706 __ cvt_d_w(double_exponent, single_scratch); in Generate_MathPowInternal()
|
/external/v8/src/mips/ |
D | macro-assembler-mips.cc | 2702 DoubleRegister single_scratch = kScratchDoubleReg.low(); in TryInlineTruncateDoubleToI() local 2711 trunc_w_d(single_scratch, double_input); in TryInlineTruncateDoubleToI() 2712 mfc1(result, single_scratch); in TryInlineTruncateDoubleToI()
|
/external/v8/src/mips64/ |
D | macro-assembler-mips64.cc | 3198 DoubleRegister single_scratch = kScratchDoubleReg.low(); in TryInlineTruncateDoubleToI() local 3208 trunc_w_d(single_scratch, double_input); in TryInlineTruncateDoubleToI() 3209 mfc1(result, single_scratch); in TryInlineTruncateDoubleToI()
|