Home | History | Annotate | Download | only in x87

Lines Matching defs:UseFixed

487 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
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(instr->context(), esi),
1047 UseFixed(instr->left(), InstanceofStub::left()),
1064 LOperand* function = UseFixed(instr->function(), edi);
1065 LOperand* receiver = UseFixed(instr->receiver(), eax);
1066 LOperand* length = UseFixed
1067 LOperand* elements = UseFixed(instr->elements(), ecx);
1122 LOperand* context = UseFixed(instr->context(), esi);
1129 LOperand* function = UseFixed(instr->function(), edi);
1145 UseFixed(instr->OperandAt(i), descriptor.GetParameterRegister(i - 1));
1157 LOperand* context = UseFixed(instr->context(), esi);
1159 UseFixed(instr->receiver(), LoadDescriptor::ReceiverRegister());
1161 UseFixed(instr->name(), LoadDescriptor::NameRegister());
1169 LOperand* context = UseFixed(instr->context(), esi);
1170 LOperand* function = UseFixed(instr->function(), edi);
1270 LOperand* context = UseFixed(instr->context(), esi);
1271 LOperand* constructor = UseFixed(instr->constructor(), edi);
1278 LOperand* context = UseFixed(instr->context(), esi);
1279 LOperand* constructor = UseFixed(instr->constructor(), edi);
1286 LOperand* context = UseFixed(instr->context(), esi);
1287 LOperand* function = UseFixed(instr->function(), edi);
1294 LOperand* context = UseFixed(instr->context(), esi);
1375 LOperand* dividend = UseFixed(instr->left(), eax);
1451 LOperand* dividend = UseFixed(instr->left(), eax);
1513 LOperand* dividend = UseFixed(instr->left(), eax);
1669 LOperand* context = UseFixed(instr->context(), esi);
1670 LOperand* left = UseFixed(instr->left(), edx);
1671 LOperand* right = UseFixed(instr->right(), eax);
1761 LOperand* context = UseFixed(instr->context(), esi);
1762 LOperand* left = UseFixed(instr->left(), edx);
1763 LOperand* right = UseFixed(instr->right(), eax);
1814 LOperand* date = UseFixed(instr->value(), eax);
1831 return UseFixed(instr->value(), eax);
1851 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), esi) : NULL;
2051 LOperand* reg = UseFixed(value, eax);
2079 LOperand* context = info()->IsStub() ? UseFixed(instr->context(), esi) : NULL;
2082 UseFixed(instr->value(), eax), context, parameter_count);
2114 LOperand* context = UseFixed(instr->context(), esi);
2116 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2175 LOperand* context = UseFixed(instr->context(), esi);
2177 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2239 LOperand* context = UseFixed(instr->context(), esi);
2241 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2242 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2265 return UseFixed(instr->value(), eax);
2331 LOperand* context = UseFixed(instr->context(), esi);
2333 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2334 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2335 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2358 LOperand* object = UseFixed(instr->object(), eax);
2359 LOperand* context = UseFixed(instr->context(), esi);
2410 val = UseFixed(instr->value(), eax);
2434 LOperand* context = UseFixed(instr->context(), esi);
2436 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2437 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2446 LOperand* context = UseFixed(instr->context(), esi);
2447 LOperand* left = UseFixed(instr->left(), edx);
2448 LOperand* right = UseFixed(instr->right(), eax);
2486 LOperand* context = UseFixed(instr->context(), esi);
2493 LOperand* context = UseFixed(instr->context(), esi);
2547 LOperand* context = UseFixed(instr->context(), esi);
2587 LOperand* object = UseFixed(instr->value(), eax);
2594 LOperand* context = UseFixed(instr->context(), esi);
2621 LOperand* context = UseFixed(instr->context(), esi);
2672 LOperand* context = UseFixed(instr->context(), esi);
2673 LOperand* object = UseFixed(instr->enumerable(), eax);
2710 LOperand* context = UseFixed(instr->context(), esi);