Home
last modified time | relevance | path

Searched refs:TryDoubleToInt32Exact (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/arm/
Dmacro-assembler-arm.h1002 void TryDoubleToInt32Exact(Register result,
Dmacro-assembler-arm.cc2301 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler
2331 TryDoubleToInt32Exact(result, double_input, double_scratch); in TryInt32Floor()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h863 void TryDoubleToInt32Exact(Register result, DoubleRegister double_input,
Dmacro-assembler-ppc.cc2114 TryDoubleToInt32Exact(scratch1, double_input, scratch2, double_scratch); in TestDoubleIsInt32()
2118 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler
Dcode-stubs-ppc.cc826 __ TryDoubleToInt32Exact(scratch, double_exponent, scratch2, in Generate() local
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc4758 __ TryDoubleToInt32Exact(input_reg, double_scratch2, double_scratch); in DoDeferredTaggedToI() local
4833 __ TryDoubleToInt32Exact(result_reg, double_input, double_scratch); in DoDoubleToI() local
4858 __ TryDoubleToInt32Exact(result_reg, double_input, double_scratch); in DoDoubleToSmi() local
/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc5018 __ TryDoubleToInt32Exact(input_reg, double_scratch2, scratch1, in DoShiftI() local
5095 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local
5125 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local