Searched defs:ConvertIntToDouble (Results 1 – 10 of 10) sorted by relevance
| /external/v8/src/s390/ |
| D | codegen-s390.cc | 184 __ ConvertIntToDouble(r14, d0); in GenerateSmiToDouble() local
|
| D | code-stubs-s390.cc | 746 __ ConvertIntToDouble(scratch, double_base); in Generate() local 846 __ ConvertIntToDouble(scratch2, double_result); in Generate() local 874 __ ConvertIntToDouble(scratch2, double_result); in Generate() local 884 __ ConvertIntToDouble(exponent, double_exponent); in Generate() local
|
| D | macro-assembler-s390.cc | 654 void MacroAssembler::ConvertIntToDouble(Register src, DoubleRegister dst) { in ConvertIntToDouble() function in v8::internal::MacroAssembler
|
| /external/v8/src/ppc/ |
| D | codegen-ppc.cc | 192 __ ConvertIntToDouble(scratch3, d0); in GenerateSmiToDouble() local
|
| D | code-stubs-ppc.cc | 769 __ ConvertIntToDouble(scratch, double_base); in Generate() local 867 __ ConvertIntToDouble(scratch2, double_result); in Generate() local 897 __ ConvertIntToDouble(scratch2, double_scratch); in Generate() local 905 __ ConvertIntToDouble(exponent, double_exponent); in Generate() local
|
| D | macro-assembler-ppc.cc | 732 void MacroAssembler::ConvertIntToDouble(Register src, DoubleRegister dst) { in ConvertIntToDouble() function in v8::internal::MacroAssembler
|
| /external/v8/src/compiler/ppc/ |
| D | code-generator-ppc.cc | 1483 __ ConvertIntToDouble(i.InputRegister(0), i.OutputDoubleRegister()); in AssembleArchInstruction() local
|
| /external/v8/src/crankshaft/s390/ |
| D | lithium-codegen-s390.cc | 4563 __ ConvertIntToDouble(scratch, ToDoubleRegister(output)); in DoShiftI() local 4565 __ ConvertIntToDouble(ToRegister(input), ToDoubleRegister(output)); in DoShiftI() local 4648 __ ConvertIntToDouble(src, dbl_scratch); in DoShiftI() local 4819 __ ConvertIntToDouble(scratch, result_reg); in DoShiftI() local
|
| /external/v8/src/crankshaft/ppc/ |
| D | lithium-codegen-ppc.cc | 4636 __ ConvertIntToDouble(scratch, ToDoubleRegister(output)); in DoShiftI() local 4638 __ ConvertIntToDouble(ToRegister(input), ToDoubleRegister(output)); in DoShiftI() local 4724 __ ConvertIntToDouble(src, dbl_scratch); in DoShiftI() local 4903 __ ConvertIntToDouble(scratch, result_reg); in DoShiftI() local
|
| /external/v8/src/compiler/s390/ |
| D | code-generator-s390.cc | 1468 __ ConvertIntToDouble(i.InputRegister(0), i.OutputDoubleRegister()); in AssembleArchInstruction() local
|