Searched refs:TempRegister (Results 1 - 25 of 39) sorted by relevance

12

/external/v8/src/crankshaft/arm64/
H A Dlithium-arm64.cc484 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
845 LOperand* temp1 = TempRegister();
846 LOperand* temp2 = TempRegister();
853 LOperand* temp3 = instr->MustPrefillWithFiller() ? TempRegister() : NULL;
876 LOperand* temp = instr->from_inlined() ? NULL : TempRegister();
960 return new(zone()) LBranch(UseRegister(value), TempRegister(), NULL);
965 LOperand* temp1 = needs_temps ? TempRegister() : NULL;
966 LOperand* temp2 = needs_temps ? TempRegister() : NULL;
1049 LOperand* temp = TempRegister();
1067 LOperand* temp1 = TempRegister();
[all...]
/external/v8/src/crankshaft/x87/
H A Dlithium-x87.cc637 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
949 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
990 LOperand* temp = TempRegister();
1000 LOperand* temp = TempRegister();
1373 NULL : TempRegister();
1494 temp = TempRegister();
1585 LOperand* scratch = TempRegister();
1673 LOperand* temp = TempRegister();
1688 UseRegisterAtStart(instr->value()), TempRegister());
1712 TempRegister());
[all...]
/external/v8/src/crankshaft/ia32/
H A Dlithium-ia32.cc632 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
934 LOperand* temp = !easy_case && expected.NeedsMap() ? TempRegister() : NULL;
973 LOperand* temp = TempRegister();
983 LOperand* temp = TempRegister();
1214 LOperand* temp = TempRegister();
1366 NULL : TempRegister();
1487 temp = TempRegister();
1670 LOperand* temp = TempRegister();
1685 UseRegisterAtStart(instr->value()), TempRegister());
1709 TempRegister());
[all...]
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc546 __ PrepareCallCFunction(num_parameters, i.TempRegister(0));
629 Register scratch0 = i.TempRegister(0);
630 Register scratch1 = i.TempRegister(1);
803 __ Move(i.TempRegister(0), i.InputRegister(0));
804 __ add(i.TempRegister(0), i.InputRegister(2));
813 __ Move(i.OutputRegister(0), i.TempRegister(0));
828 __ Move(i.TempRegister(0), i.InputRegister(0));
829 __ sub(i.TempRegister(0), i.InputRegister(2));
838 __ Move(i.OutputRegister(0), i.TempRegister(0));
844 __ mov(i.TempRegister(
[all...]
H A Dinstruction-selector-ia32.cc286 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
555 InstructionOperand temps[] = {g.TempRegister(eax)};
564 InstructionOperand temps[] = {g.TempRegister(edx)};
573 InstructionOperand temps[] = {g.TempRegister(eax)};
635 InstructionOperand temps[] = {g.TempRegister()};
653 InstructionOperand temps[] = {g.TempRegister()};
671 InstructionOperand temps[] = {g.TempRegister(edx)};
841 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
[all...]
/external/v8/src/compiler/ppc/
H A Dcode-generator-ppc.cc807 i.TempRegister(0), i.TempRegister(1),
808 i.TempRegister(2));
866 i.TempRegister(0), i.TempRegister(1),
867 i.TempRegister(2));
957 Register scratch0 = i.TempRegister(0);
958 Register scratch1 = i.TempRegister(1);
1070 __ mullw(i.TempRegister(0), i.InputRegister(0), i.InputRegister(3));
1071 __ mullw(i.TempRegister(
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc594 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
924 LOperand* temp = TempRegister();
1164 LOperand* temp = TempRegister();
1275 LOperand* temp = TempRegister();
1329 NULL : TempRegister();
1645 LOperand* temp = TempRegister();
1661 UseRegisterAtStart(instr->value()), TempRegister());
1707 TempRegister());
1793 LOperand* temp1 = TempRegister();
1805 LOperand* temp1 = TempRegister();
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc599 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
934 LOperand* temp = TempRegister();
1344 : TempRegister();
1676 LOperand* temp = TempRegister();
1691 return new (zone()) LIsUndetectableAndBranch(value, TempRegister());
1737 return new (zone()) LClassOfTestAndBranch(value, TempRegister());
1823 LOperand* temp1 = TempRegister();
1835 LOperand* temp1 = TempRegister();
1836 LOperand* temp2 = TempRegister();
1837 LUnallocated* result_temp = TempRegister();
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc536 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
853 LOperand* temp = TempRegister();
1216 : TempRegister();
1528 LOperand* temp = TempRegister();
1541 return new (zone()) LIsUndetectableAndBranch(value, TempRegister());
1582 return new (zone()) LClassOfTestAndBranch(value, TempRegister());
1661 LOperand* temp1 = TempRegister();
1673 LOperand* temp1 = TempRegister();
1674 LOperand* temp2 = TempRegister();
1675 LUnallocated* result_temp = TempRegister();
[all...]
/external/v8/src/compiler/mips/
H A Dinstruction-selector-mips.cc170 InstructionOperand addr_reg = g.TempRegister();
213 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
249 InstructionOperand addr_reg = g.TempRegister();
544 InstructionOperand temp = g.TempRegister();
1336 index_operand = g.TempRegister();
1477 InstructionOperand temps[] = {g.TempRegister()};
1506 InstructionOperand addr_reg = g.TempRegister();
1541 InstructionOperand addr_reg = g.TempRegister();
H A Dcode-generator-mips.cc589 i.TempRegister(0), i.TempRegister(1),
590 i.TempRegister(2));
638 i.TempRegister(0), i.TempRegister(1),
639 i.TempRegister(2));
725 Register scratch0 = i.TempRegister(0);
726 Register scratch1 = i.TempRegister(1);
1319 Register scratch0 = i.TempRegister(0);
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc587 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
919 LOperand* temp = TempRegister();
1323 NULL : TempRegister();
1699 LOperand* temp = TempRegister();
1714 return new(zone()) LIsUndetectableAndBranch(value, TempRegister());
1760 return new(zone()) LClassOfTestAndBranch(value, TempRegister());
1846 LOperand* temp1 = TempRegister();
1858 LOperand* temp1 = TempRegister();
1859 LOperand* temp2 = TempRegister();
1860 LUnallocated* result_temp = TempRegister();
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc594 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
924 LOperand* temp = TempRegister();
1164 LOperand* temp = TempRegister();
1276 ? NULL : TempRegister();
1330 NULL : TempRegister();
1651 LOperand* temp = TempRegister();
1667 UseRegisterAtStart(instr->value()), TempRegister());
1713 TempRegister());
1799 LOperand* temp1 = TempRegister();
1811 LOperand* temp1 = TempRegister();
[all...]
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h164 InstructionOperand TempRegister() { function in class:v8::internal::compiler::OperandGenerator
179 InstructionOperand TempRegister(Register reg) { function in class:v8::internal::compiler::OperandGenerator
H A Dcode-generator-impl.h92 Register TempRegister(size_t index) { function in class:v8::internal::compiler::InstructionOperandConverter
/external/v8/src/compiler/x87/
H A Dinstruction-selector-x87.cc247 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
516 InstructionOperand temps[] = {g.TempRegister(eax)};
525 InstructionOperand temps[] = {g.TempRegister(edx)};
534 InstructionOperand temps[] = {g.TempRegister(eax)};
596 InstructionOperand temps[] = {g.TempRegister()};
614 InstructionOperand temps[] = {g.TempRegister()};
632 InstructionOperand temps[] = {g.TempRegister(edx)};
960 InstructionOperand temps[] = {g.TempRegister(eax)};
1112 InstructionOperand temps[] = {g.TempRegister()};
[all...]
H A Dcode-generator-x87.cc609 __ PrepareCallCFunction(num_parameters, i.TempRegister(0));
728 Register scratch0 = i.TempRegister(0);
729 Register scratch1 = i.TempRegister(1);
910 __ Move(i.TempRegister(0), i.InputRegister(0));
911 __ add(i.TempRegister(0), i.InputRegister(2));
920 __ Move(i.OutputRegister(0), i.TempRegister(0));
935 __ Move(i.TempRegister(0), i.InputRegister(0));
936 __ sub(i.TempRegister(0), i.InputRegister(2));
945 __ Move(i.OutputRegister(0), i.TempRegister(0));
951 __ mov(i.TempRegister(
[all...]
/external/v8/src/crankshaft/x64/
H A Dlithium-x64.cc623 LUnallocated* LChunkBuilder::TempRegister() { function in class:v8::internal::LChunkBuilder
1364 NULL : TempRegister();
1675 LOperand* temp = TempRegister();
1690 LOperand* temp = TempRegister();
1739 TempRegister(),
1740 TempRegister());
1845 LOperand* temp = TempRegister();
1846 LUnallocated* result_temp = TempRegister();
1868 LOperand* temp1 = TempRegister();
1874 LOperand* temp1 = SmiValuesAre32Bits() ? NULL : TempRegister();
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc702 i.TempRegister(0), i.TempRegister(1),
703 i.TempRegister(2));
750 i.TempRegister(0), i.TempRegister(1),
751 i.TempRegister(2));
847 Register scratch0 = i.TempRegister(0);
848 Register scratch1 = i.TempRegister(1);
1423 i.TempRegister(0));
1432 i.TempRegister(
[all...]
H A Dinstruction-selector-x64.cc224 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
851 InstructionOperand temps[] = {g.TempRegister(rax)};
861 InstructionOperand temps[] = {g.TempRegister(rdx)};
870 InstructionOperand temps[] = {g.TempRegister(rax)};
1205 InstructionOperand temps[] = {g.TempRegister()};
1213 InstructionOperand temps[] = {g.TempRegister()};
1337 InstructionOperand temps[] = {g.TempRegister(rax)};
1832 InstructionOperand index_operand = g.TempRegister();
/external/v8/src/compiler/mips64/
H A Dinstruction-selector-mips64.cc177 InstructionOperand addr_reg = g.TempRegister();
220 InstructionOperand temps[] = {g.TempRegister(), g.TempRegister()};
258 InstructionOperand addr_reg = g.TempRegister();
706 InstructionOperand temp = g.TempRegister();
764 InstructionOperand temp = g.TempRegister();
1793 index_operand = g.TempRegister();
2012 InstructionOperand addr_reg = g.TempRegister();
2047 InstructionOperand addr_reg = g.TempRegister();
H A Dcode-generator-mips64.cc600 i.TempRegister(0), i.TempRegister(1),
601 i.TempRegister(2));
647 i.TempRegister(0), i.TempRegister(1),
648 i.TempRegister(2));
734 Register scratch0 = i.TempRegister(0);
735 Register scratch1 = i.TempRegister(1);
/external/v8/src/compiler/arm/
H A Dcode-generator-arm.cc494 i.TempRegister(0), i.TempRegister(1),
495 i.TempRegister(2));
546 i.TempRegister(0), i.TempRegister(1),
547 i.TempRegister(2));
641 Register scratch0 = i.TempRegister(0);
642 Register scratch1 = i.TempRegister(1);
/external/v8/src/compiler/arm64/
H A Dcode-generator-arm64.cc626 i.TempRegister(0), i.TempRegister(1),
627 i.TempRegister(2));
692 i.TempRegister(0), i.TempRegister(1),
693 i.TempRegister(2));
787 Register scratch0 = i.TempRegister(0);
788 Register scratch1 = i.TempRegister(1);
/external/v8/src/compiler/s390/
H A Dcode-generator-s390.cc655 i.TempRegister(0), i.TempRegister(1),
656 i.TempRegister(2));
710 i.TempRegister(0), i.TempRegister(1),
711 i.TempRegister(2));
792 Register scratch0 = i.TempRegister(0);
793 Register scratch1 = i.TempRegister(1);

Completed in 760 milliseconds

12