Searched refs:UseFixed (Results 1 - 19 of 19) sorted by relevance

/external/v8/src/ia32/
H A Dlithium-ia32.cc476 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
537 : UseFixed(value, fixed_register);
734 right = UseFixed(right_value, ecx);
781 LOperand* context = UseFixed(instr->context(), esi);
782 LOperand* left_operand = UseFixed(left, edx);
783 LOperand* right_operand = UseFixed(right, eax);
1015 LOperand* left = UseFixed(instr->left(), InstanceofStub::left());
1016 LOperand* right = UseFixed(instr->right(), InstanceofStub::right());
1017 LOperand* context = UseFixed(instr->context(), esi);
1027 UseFixed(inst
[all...]
H A Dlithium-ia32.h2793 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
/external/v8/src/x87/
H A Dlithium-x87.cc487 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
543 : UseFixed(value, fixed_register);
733 right = UseFixed(right_value, ecx);
780 LOperand* context = UseFixed(instr->context(), esi);
781 LOperand* left_operand = UseFixed(left, edx);
782 LOperand* right_operand = UseFixed(right, eax);
1034 LOperand* left = UseFixed(instr->left(), InstanceofStub::left());
1035 LOperand* right = UseFixed(instr->right(), InstanceofStub::right());
1036 LOperand* context = UseFixed(instr->context(), esi);
1046 UseFixed(inst
[all...]
H A Dlithium-x87.h2809 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
/external/v8/src/x64/
H A Dlithium-x64.cc464 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
717 right = UseFixed(right_value, rcx);
764 LOperand* context = UseFixed(instr->context(), rsi);
765 LOperand* left_operand = UseFixed(left, rdx);
766 LOperand* right_operand = UseFixed(right, rax);
997 LOperand* left = UseFixed(instr->left(), rax);
998 LOperand* right = UseFixed(instr->right(), rdx);
999 LOperand* context = UseFixed(instr->context(), rsi);
1008 new(zone()) LInstanceOfKnownGlobal(UseFixed(instr->context(), rsi),
1009 UseFixed(inst
[all...]
H A Dlithium-x64.h2792 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
/external/v8/src/arm/
H A Dlithium-arm.cc438 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
741 LOperand* context = UseFixed(instr->context(), cp);
742 LOperand* left_operand = UseFixed(left, r1);
743 LOperand* right_operand = UseFixed(right, r0);
976 LOperand* context = UseFixed(instr->context(), cp);
978 new(zone()) LInstanceOf(context, UseFixed(instr->left(), r0),
979 UseFixed(instr->right(), r1));
988 UseFixed(instr->context(), cp),
989 UseFixed(instr->left(), r0),
1004 LOperand* function = UseFixed(inst
[all...]
H A Dlithium-arm.h2807 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
/external/v8/src/arm64/
H A Dlithium-arm64.cc379 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
817 LOperand* context = UseFixed(instr->context(), cp);
818 LOperand* left_operand = UseFixed(left, x1);
819 LOperand* right_operand = UseFixed(right, x0);
902 LOperand* function = UseFixed(instr->function(), x1);
903 LOperand* receiver = UseFixed(instr->receiver(), x0);
904 LOperand* length = UseFixed(instr->length(), x2);
905 LOperand* elements = UseFixed(instr->elements(), x3);
1023 LOperand* function = UseFixed(instr->function(), x1);
1040 UseFixed(inst
[all...]
H A Dlithium-arm64.h3130 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
/external/v8/src/mips/
H A Dlithium-mips.cc445 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
751 LOperand* context = UseFixed(instr->context(), cp);
752 LOperand* left_operand = UseFixed(left, a1);
753 LOperand* right_operand = UseFixed(right, a0);
981 LOperand* context = UseFixed(instr->context(), cp);
983 new(zone()) LInstanceOf(context, UseFixed(instr->left(), a0),
984 UseFixed(instr->right(), a1));
993 UseFixed(instr->context(), cp),
994 UseFixed(instr->left(), a0),
1009 LOperand* function = UseFixed(inst
[all...]
H A Dlithium-mips.h2765 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
/external/v8/src/mips64/
H A Dlithium-mips64.cc445 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) { function in class:v8::internal::LChunkBuilder
751 LOperand* context = UseFixed(instr->context(), cp);
752 LOperand* left_operand = UseFixed(left, a1);
753 LOperand* right_operand = UseFixed(right, a0);
981 LOperand* context = UseFixed(instr->context(), cp);
983 new(zone()) LInstanceOf(context, UseFixed(instr->left(), a0),
984 UseFixed(instr->right(), a1));
993 UseFixed(instr->context(), cp),
994 UseFixed(instr->left(), a0),
1009 LOperand* function = UseFixed(inst
[all...]
H A Dlithium-mips64.h2749 MUST_USE_RESULT LOperand* UseFixed(HValue* value, Register fixed_register);
/external/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc21 return UseFixed(node, edx);
108 Emit(kIA32StoreWriteBarrier, NULL, g.UseFixed(base, ebx),
109 g.UseFixed(index, ecx), g.UseFixed(value, edx), arraysize(temps),
256 g.UseFixed(right, ecx));
321 g.UseFixed(node->InputAt(0), eax),
342 g.UseFixed(node->InputAt(0), eax),
/external/v8/src/compiler/x64/
H A Dinstruction-selector-x64.cc25 return UseFixed(node, rdx);
121 Emit(kX64StoreWriteBarrier, NULL, g.UseFixed(base, rbx),
122 g.UseFixed(index, rcx), g.UseFixed(value, rdx), arraysize(temps),
289 g.UseFixed(right, rcx));
315 g.UseFixed(right, rcx));
426 opcode, g.DefineAsFixed(node, rax), g.UseFixed(node->InputAt(0), rax),
456 opcode, g.DefineAsFixed(node, rdx), g.UseFixed(node->InputAt(0), rax),
/external/v8/src/compiler/
H A Dinstruction-selector-impl.h81 InstructionOperand* UseFixed(Node* node, Register reg) { function in class:v8::internal::compiler::OperandGenerator
87 InstructionOperand* UseFixed(Node* node, DoubleRegister reg) { function in class:v8::internal::compiler::OperandGenerator
/external/v8/src/compiler/arm64/
H A Dinstruction-selector-arm64.cc221 Emit(kArm64StoreWriteBarrier, NULL, g.UseFixed(base, x10),
222 g.UseFixed(index, x11), g.UseFixed(value, x12), arraysize(temps),
504 g.UseFixed(node->InputAt(0), d0),
505 g.UseFixed(node->InputAt(1), d1))->MarkAsCall();
/external/v8/src/compiler/arm/
H A Dinstruction-selector-arm.cc339 Emit(kArmStoreWriteBarrier, NULL, g.UseFixed(base, r4),
340 g.UseFixed(index, r5), g.UseFixed(value, r6), arraysize(temps),
767 Emit(kArmVmodF64, g.DefineAsFixed(node, d0), g.UseFixed(node->InputAt(0), d0),
768 g.UseFixed(node->InputAt(1), d1))->MarkAsCall();

Completed in 188 milliseconds