Home
last modified time | relevance | path

Searched defs:TryDoubleToInt32Exact (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/crankshaft/ppc/
Dlithium-codegen-ppc.cc4853 __ TryDoubleToInt32Exact(input_reg, double_scratch2, scratch1, in DoShiftI() local
4927 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local
4952 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local
/external/v8/src/crankshaft/arm/
Dlithium-codegen-arm.cc4554 __ TryDoubleToInt32Exact(input_reg, double_scratch2, double_scratch); in DoDeferredTaggedToI() local
4629 __ TryDoubleToInt32Exact(result_reg, double_input, double_scratch); in DoDoubleToI() local
4654 __ TryDoubleToInt32Exact(result_reg, double_input, double_scratch); in DoDoubleToSmi() local
/external/v8/src/crankshaft/s390/
Dlithium-codegen-s390.cc4778 __ TryDoubleToInt32Exact(input_reg, double_scratch2, scratch1, in DoShiftI() local
4849 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local
4873 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local
/external/v8/src/arm/
Dmacro-assembler-arm.cc2455 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler
Dcode-stubs-arm.cc702 __ TryDoubleToInt32Exact(scratch, double_exponent, double_scratch); in Generate() local
/external/v8/src/ppc/
Dmacro-assembler-ppc.cc2205 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler
Dcode-stubs-ppc.cc743 __ TryDoubleToInt32Exact(scratch, double_exponent, scratch2, in Generate() local
/external/v8/src/s390/
Dcode-stubs-s390.cc720 __ TryDoubleToInt32Exact(scratch, double_exponent, scratch2, in Generate() local
Dmacro-assembler-s390.cc2009 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler