Home | History | Annotate | Download | only in x64

Lines Matching defs:UseFixed

464 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
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(instr->left(), rax),
1024 LOperand* function = UseFixed(instr->function(), rdi);
1025 LOperand* receiver = UseFixed(instr->receiver(), rax);
1026 LOperand* length = UseFixed(instr->length(), rbx);
1027 LOperand* elements = UseFixed(instr->elements(), rcx);
1082 LOperand* context = UseFixed(instr->context(), rsi);
1089 LOperand* function = UseFixed(instr->function(), rdi);
1106 UseFixed(instr->OperandAt(i), descriptor.GetParameterRegister(i - 1));
1118 LOperand* context = UseFixed(instr->context(), rsi);
1120 UseFixed(instr->receiver(), LoadDescriptor::ReceiverRegister());
1122 UseFixed(instr->name(), LoadDescriptor::NameRegister());
1130 LOperand* context = UseFixed(instr->context(), rsi);
1131 LOperand* function = UseFixed(instr->function(), rdi);
1238 LOperand* context = UseFixed(instr->context(), rsi);
1239 LOperand* constructor = UseFixed(instr->constructor(), rdi);
1246 LOperand* context = UseFixed(instr->context(), rsi);
1247 LOperand* constructor = UseFixed(instr->constructor(), rdi);
1254 LOperand* context = UseFixed(instr->context(), rsi);
1255 LOperand* function = UseFixed(instr->function(), rdi);
1262 LOperand* context = UseFixed(instr->context(), rsi);
1344 LOperand* dividend = UseFixed(instr->left(), rax);
1420 LOperand* dividend = UseFixed(instr->left(), rax);
1482 LOperand* dividend = UseFixed(instr->left(), rax);
1635 : UseFixed(instr->right(), MathPowTaggedDescriptor::exponent());
1645 LOperand* context = UseFixed(instr->context(), rsi);
1646 LOperand* left = UseFixed(instr->left(), rdx);
1647 LOperand* right = UseFixed(instr->right(), rax);
1736 LOperand* context = UseFixed(instr->context(), rsi);
1737 LOperand* left = UseFixed(instr->left(), rdx);
1738 LOperand* right = UseFixed(instr->right(), rax);
1787 LOperand* object = UseFixed(instr->value(), rax);
1808 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), rsi) : NULL;
2032 LOperand* context = info()->IsStub() ? UseFixed(instr->context(), rsi) : NULL;
2035 UseFixed(instr->value(), rax), context, parameter_count);
2068 LOperand* context = UseFixed(instr->context(), rsi);
2070 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2141 LOperand* context = UseFixed(instr->context(), rsi);
2143 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2233 LOperand* context = UseFixed(instr->context(), rsi);
2235 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2236 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2315 LOperand* context = UseFixed(instr->context(), rsi);
2317 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2318 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2319 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2341 LOperand* object = UseFixed(instr->object(), rax);
2342 LOperand* context = UseFixed(instr->context(), rsi);
2392 val = UseFixed(instr->value(), rax);
2411 LOperand* context = UseFixed(instr->context(), rsi);
2413 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2414 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2423 LOperand* context = UseFixed(instr->context(), rsi);
2424 LOperand* left = UseFixed(instr->left(), rdx);
2425 LOperand* right = UseFixed(instr->right(), rax);
2463 LOperand* context = UseFixed(instr->context(), rsi);
2470 LOperand* context = UseFixed(instr->context(), rsi);
2519 LOperand* context = UseFixed(instr->context(), rsi);
2559 LOperand* object = UseFixed(instr->value(), rax);
2566 LOperand* context = UseFixed(instr->context(), rsi);
2593 LOperand* context = UseFixed(instr->context(), rsi);
2645 LOperand* context = UseFixed(instr->context(), rsi);
2646 LOperand* object = UseFixed(instr->enumerable(), rax);
2683 LOperand* context = UseFixed(instr->context(), rsi);