Searched refs:FloatingPointHelper (Results 1 - 18 of 18) sorted by relevance

/external/v8/src/arm/
H A Dcodegen-arm.cc201 FloatingPointHelper::ConvertIntToDouble(masm,
203 FloatingPointHelper::kCoreRegisters,
H A Dcode-stubs-arm.h709 class FloatingPointHelper : public AllStatic { class in namespace:v8::internal
735 FloatingPointHelper::Destination destination,
839 FloatingPointHelper::Destination destination,
H A Dcode-stubs-arm.cc518 void FloatingPointHelper::LoadSmis(MacroAssembler* masm,
519 FloatingPointHelper::Destination destination,
550 void FloatingPointHelper::LoadOperands(
552 FloatingPointHelper::Destination destination,
568 void FloatingPointHelper::LoadNumber(MacroAssembler* masm,
630 void FloatingPointHelper::ConvertNumberToInt32(MacroAssembler* masm,
671 void FloatingPointHelper::ConvertIntToDouble(MacroAssembler* masm,
745 void FloatingPointHelper::LoadNumberAsInt32Double(MacroAssembler* masm,
822 void FloatingPointHelper::LoadNumberAsInt32(MacroAssembler* masm,
901 void FloatingPointHelper
[all...]
H A Dstub-cache-arm.cc3503 FloatingPointHelper::Destination dest =
3504 FloatingPointHelper::kCoreRegisters;
3505 FloatingPointHelper::ConvertIntToDouble(masm,
3778 FloatingPointHelper::Destination destination;
3780 destination = FloatingPointHelper::kVFPRegisters;
3782 destination = FloatingPointHelper::kCoreRegisters;
3784 FloatingPointHelper::ConvertIntToDouble(
3788 if (destination == FloatingPointHelper::kVFPRegisters) {
H A Dmacro-assembler-arm.cc1964 FloatingPointHelper::Destination destination;
1966 destination = FloatingPointHelper::kVFPRegisters;
1968 destination = FloatingPointHelper::kCoreRegisters;
1973 FloatingPointHelper::ConvertIntToDouble(this,
1981 if (destination == FloatingPointHelper::kVFPRegisters) {
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc576 class FloatingPointHelper : public AllStatic { class in namespace:v8::internal
789 FloatingPointHelper::CheckSSE2OperandIsInt32(
1164 FloatingPointHelper::LoadSSE2Smis(masm, ebx);
1174 FloatingPointHelper::LoadFloatSmis(masm, ebx);
1379 FloatingPointHelper::LoadSSE2Operands(masm, &not_floats);
1380 FloatingPointHelper::CheckSSE2OperandIsInt32(
1382 FloatingPointHelper::CheckSSE2OperandIsInt32(
1401 FloatingPointHelper::CheckSSE2OperandIsInt32(
1409 FloatingPointHelper::CheckFloatOperands(masm, &not_floats, ebx);
1410 FloatingPointHelper
[all...]
/external/v8/src/ia32/
H A Dcode-stubs-ia32.cc592 class FloatingPointHelper : public AllStatic { class in namespace:v8::internal
1536 FloatingPointHelper::LoadSSE2Smis(masm, ebx);
1546 FloatingPointHelper::LoadFloatSmis(masm, ebx);
1698 FloatingPointHelper::LoadSSE2Operands(masm, &not_floats);
1699 FloatingPointHelper::CheckSSE2OperandsAreInt32(masm, &not_int32, ecx);
1719 FloatingPointHelper::CheckFloatOperands(masm, &not_floats, ebx);
1720 FloatingPointHelper::LoadFloatOperands(
1723 FloatingPointHelper::ARGS_IN_REGISTERS);
1724 FloatingPointHelper::CheckFloatOperandsAreInt32(masm, &not_int32);
1763 FloatingPointHelper
[all...]
/external/chromium_org/v8/src/mips/
H A Dcode-stubs-mips.h530 class FloatingPointHelper : public AllStatic { class in namespace:v8::internal
632 FloatingPointHelper::Destination destination,
H A Dcode-stubs-mips.cc641 void FloatingPointHelper::LoadSmis(MacroAssembler* masm,
642 FloatingPointHelper::Destination destination,
658 void FloatingPointHelper::LoadNumber(MacroAssembler* masm,
709 void FloatingPointHelper::ConvertNumberToInt32(MacroAssembler* masm,
748 void FloatingPointHelper::ConvertIntToDouble(MacroAssembler* masm,
768 void FloatingPointHelper::LoadNumberAsInt32Double(MacroAssembler* masm,
822 void FloatingPointHelper::LoadNumberAsInt32(MacroAssembler* masm,
877 void FloatingPointHelper::CallCCodeForDoubleOperation(
1821 FloatingPointHelper::Destination destination =
1823 FloatingPointHelper
[all...]
H A Dstub-cache-mips.cc3359 FloatingPointHelper::Destination destination;
3360 destination = FloatingPointHelper::kFPURegisters;
3361 FloatingPointHelper::ConvertIntToDouble(
H A Dmacro-assembler-mips.cc3488 FloatingPointHelper::Destination destination;
3489 destination = FloatingPointHelper::kFPURegisters;
3493 FloatingPointHelper::ConvertIntToDouble(this,
3501 if (destination == FloatingPointHelper::kFPURegisters) {
/external/v8/src/mips/
H A Dcodegen-mips.cc205 FloatingPointHelper::ConvertIntToDouble(masm,
207 FloatingPointHelper::kCoreRegisters,
H A Dcode-stubs-mips.h709 class FloatingPointHelper : public AllStatic { class in namespace:v8::internal
735 FloatingPointHelper::Destination destination,
839 FloatingPointHelper::Destination destination,
H A Dcode-stubs-mips.cc518 void FloatingPointHelper::LoadSmis(MacroAssembler* masm,
519 FloatingPointHelper::Destination destination,
550 void FloatingPointHelper::LoadOperands(
552 FloatingPointHelper::Destination destination,
568 void FloatingPointHelper::LoadNumber(MacroAssembler* masm,
635 void FloatingPointHelper::ConvertNumberToInt32(MacroAssembler* masm,
676 void FloatingPointHelper::ConvertIntToDouble(MacroAssembler* masm,
758 void FloatingPointHelper::LoadNumberAsInt32Double(MacroAssembler* masm,
836 void FloatingPointHelper::LoadNumberAsInt32(MacroAssembler* masm,
919 void FloatingPointHelper
[all...]
H A Dstub-cache-mips.cc3505 FloatingPointHelper::Destination dest =
3506 FloatingPointHelper::kCoreRegisters;
3507 FloatingPointHelper::ConvertIntToDouble(masm,
3802 FloatingPointHelper::Destination destination;
3804 destination = FloatingPointHelper::kFPURegisters;
3806 destination = FloatingPointHelper::kCoreRegisters;
3808 FloatingPointHelper::ConvertIntToDouble(
3812 if (destination == FloatingPointHelper::kFPURegisters) {
H A Dmacro-assembler-mips.cc3434 FloatingPointHelper::Destination destination;
3436 destination = FloatingPointHelper::kFPURegisters;
3438 destination = FloatingPointHelper::kCoreRegisters;
3443 FloatingPointHelper::ConvertIntToDouble(this,
3451 if (destination == FloatingPointHelper::kFPURegisters) {
/external/v8/src/x64/
H A Dcode-stubs-x64.cc557 class FloatingPointHelper : public AllStatic { class in namespace:v8::internal
1116 FloatingPointHelper::LoadSSE2SmiOperands(masm);
1140 FloatingPointHelper::NumbersToSmis(masm, left, right, rbx, rdi, rcx,
1155 FloatingPointHelper::LoadSSE2UnknownOperands(masm, non_numeric_failure);
1183 FloatingPointHelper::LoadAsIntegers(masm, non_numeric_failure,
1803 void FloatingPointHelper::LoadNumbersAsIntegers(MacroAssembler* masm) {
1832 void FloatingPointHelper::LoadAsIntegers(MacroAssembler* masm,
1881 void FloatingPointHelper::LoadSSE2SmiOperands(MacroAssembler* masm) {
1889 void FloatingPointHelper::LoadSSE2NumberOperands(MacroAssembler* masm) {
1913 void FloatingPointHelper
[all...]
/external/chromium_org/v8/src/x64/
H A Dcode-stubs-x64.cc552 class FloatingPointHelper : public AllStatic { class in namespace:v8::internal
821 FloatingPointHelper::LoadSSE2SmiOperands(masm);
845 FloatingPointHelper::ConvertUndefined convert_undefined =
846 FloatingPointHelper::BAILOUT_ON_UNDEFINED;
854 convert_undefined = FloatingPointHelper::CONVERT_UNDEFINED_TO_ZERO;
856 FloatingPointHelper::NumbersToSmis(masm, left, right, rbx, rdi, rcx,
878 FloatingPointHelper::LoadSSE2UnknownOperands(masm, non_numeric_failure);
907 FloatingPointHelper::LoadAsIntegers(masm, non_numeric_failure,
1551 void FloatingPointHelper::LoadNumbersAsIntegers(MacroAssembler* masm) {
1586 void FloatingPointHelper
[all...]

Completed in 1222 milliseconds