HomeSort by relevance Sort by last modified time
    Searched defs:UseFixed (Results 1 - 9 of 9) sorted by null

  /external/v8/src/compiler/
instruction-selector-impl.h 120 InstructionOperand UseFixed(Node* node, Register reg) {
125 InstructionOperand UseFixed(Node* node, DoubleRegister reg) {
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 439 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
738 LOperand* context = UseFixed(instr->context(), cp);
739 LOperand* left_operand = UseFixed(left, r1);
740 LOperand* right_operand = UseFixed(right, r0);
971 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
973 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
974 LOperand* context = UseFixed(instr->context(), cp);
999 LOperand* function = UseFixed(instr->function(), r1);
1000 LOperand* receiver = UseFixed(instr->receiver(), r0);
1001 LOperand* length = UseFixed(instr->length(), r2)
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 380 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
815 LOperand* context = UseFixed(instr->context(), cp);
816 LOperand* left_operand = UseFixed(left, x1);
817 LOperand* right_operand = UseFixed(right, x0);
899 LOperand* function = UseFixed(instr->function(), x1);
900 LOperand* receiver = UseFixed(instr->receiver(), x0);
901 LOperand* length = UseFixed(instr->length(), x2);
902 LOperand* elements = UseFixed(instr->elements(), x3);
1020 LOperand* function = UseFixed(instr->function(), x1);
1037 LOperand* op = UseFixed(instr->OperandAt(1), cp)
    [all...]
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 475 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
536 : UseFixed(value, fixed_register);
733 right = UseFixed(right_value, ecx);
777 LOperand* context = UseFixed(instr->context(), esi);
778 LOperand* left_operand = UseFixed(left, edx);
779 LOperand* right_operand = UseFixed(right, eax);
1009 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
1011 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
1012 LOperand* context = UseFixed(instr->context(), esi);
1040 LOperand* function = UseFixed(instr->function(), edi)
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 446 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
748 LOperand* context = UseFixed(instr->context(), cp);
749 LOperand* left_operand = UseFixed(left, a1);
750 LOperand* right_operand = UseFixed(right, a0);
976 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
978 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
979 LOperand* context = UseFixed(instr->context(), cp);
1004 LOperand* function = UseFixed(instr->function(), a1);
1005 LOperand* receiver = UseFixed(instr->receiver(), a0);
1006 LOperand* length = UseFixed(instr->length(), a2)
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 446 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
748 LOperand* context = UseFixed(instr->context(), cp);
749 LOperand* left_operand = UseFixed(left, a1);
750 LOperand* right_operand = UseFixed(right, a0);
976 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
978 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
979 LOperand* context = UseFixed(instr->context(), cp);
1004 LOperand* function = UseFixed(instr->function(), a1);
1005 LOperand* receiver = UseFixed(instr->receiver(), a0);
1006 LOperand* length = UseFixed(instr->length(), a2)
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 452 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
752 LOperand* context = UseFixed(instr->context(), cp);
753 LOperand* left_operand = UseFixed(left, r4);
754 LOperand* right_operand = UseFixed(right, r3);
985 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
987 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
988 LOperand* context = UseFixed(instr->context(), cp);
1013 LOperand* function = UseFixed(instr->function(), r4);
1014 LOperand* receiver = UseFixed(instr->receiver(), r3);
1015 LOperand* length = UseFixed(instr->length(), r5)
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 465 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
718 right = UseFixed(right_value, rcx);
762 LOperand* context = UseFixed(instr->context(), rsi);
763 LOperand* left_operand = UseFixed(left, rdx);
764 LOperand* right_operand = UseFixed(right, rax);
993 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
995 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
996 LOperand* context = UseFixed(instr->context(), rsi);
1021 LOperand* function = UseFixed(instr->function(), rdi);
1022 LOperand* receiver = UseFixed(instr->receiver(), rax)
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 486 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
542 : UseFixed(value, fixed_register);
732 right = UseFixed(right_value, ecx);
775 LOperand* context = UseFixed(instr->context(), esi);
776 LOperand* left_operand = UseFixed(left, edx);
777 LOperand* right_operand = UseFixed(right, eax);
1027 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
1029 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
1030 LOperand* context = UseFixed(instr->context(), esi);
1058 LOperand* function = UseFixed(instr->function(), edi)
    [all...]

Completed in 219 milliseconds