Searched defs:TryDoubleToInt32Exact (Results 1 – 9 of 9) sorted by relevance
| /external/v8/src/crankshaft/s390/ |
| D | lithium-codegen-s390.cc | 4762 __ TryDoubleToInt32Exact(input_reg, double_scratch2, scratch1, in DoShiftI() local 4833 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local 4857 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local
|
| /external/v8/src/crankshaft/arm/ |
| D | lithium-codegen-arm.cc | 4550 __ TryDoubleToInt32Exact(input_reg, double_scratch2, double_scratch); in DoDeferredTaggedToI() local 4625 __ TryDoubleToInt32Exact(result_reg, double_input, double_scratch); in DoDoubleToI() local 4650 __ TryDoubleToInt32Exact(result_reg, double_input, double_scratch); in DoDoubleToSmi() local
|
| /external/v8/src/crankshaft/ppc/ |
| D | lithium-codegen-ppc.cc | 4826 __ TryDoubleToInt32Exact(input_reg, double_scratch2, scratch1, in DoShiftI() local 4900 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local 4925 __ TryDoubleToInt32Exact(result_reg, double_input, scratch1, in DoShiftI() local
|
| /external/v8/src/arm/ |
| D | macro-assembler-arm.cc | 2541 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler
|
| D | code-stubs-arm.cc | 716 __ TryDoubleToInt32Exact(scratch, double_exponent, double_scratch); in Generate() local
|
| /external/v8/src/ppc/ |
| D | macro-assembler-ppc.cc | 2398 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler
|
| D | code-stubs-ppc.cc | 757 __ TryDoubleToInt32Exact(scratch, double_exponent, scratch2, in Generate() local
|
| /external/v8/src/s390/ |
| D | macro-assembler-s390.cc | 2168 void MacroAssembler::TryDoubleToInt32Exact(Register result, in TryDoubleToInt32Exact() function in v8::internal::MacroAssembler
|
| D | code-stubs-s390.cc | 734 __ TryDoubleToInt32Exact(scratch, double_exponent, scratch2, in Generate() local
|