Home | History | Annotate | Download | only in ia32

Lines Matching defs:UseFixed

476 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
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(instr->context(), esi),
1028 UseFixed(instr->left(), InstanceofStub::left()),
1045 LOperand* function = UseFixed(instr->function(), edi);
1046 LOperand* receiver = UseFixed(instr->receiver(), eax);
1047 LOperand* length = UseFixed(instr->length(), ebx);
1048 LOperand* elements = UseFixed(instr->elements(), ecx);
1103 LOperand* context = UseFixed(instr->context(), esi);
1110 LOperand* function = UseFixed(instr->function(), edi);
1126 UseFixed(instr->OperandAt(i), descriptor.GetParameterRegister(i - 1));
1138 LOperand* context = UseFixed(instr->context(), esi);
1140 UseFixed(instr->receiver(), LoadDescriptor::ReceiverRegister());
1142 UseFixed(instr->name(), LoadDescriptor::NameRegister());
1150 LOperand* context = UseFixed(instr->context(), esi);
1151 LOperand* function = UseFixed(instr->function(), edi);
1259 LOperand* context = UseFixed(instr->context(), esi);
1260 LOperand* constructor = UseFixed(instr->constructor(), edi);
1267 LOperand* context = UseFixed(instr->context(), esi);
1268 LOperand* constructor = UseFixed(instr->constructor(), edi);
1275 LOperand* context = UseFixed(instr->context(), esi);
1276 LOperand* function = UseFixed(instr->function(), edi);
1283 LOperand* context = UseFixed(instr->context(), esi);
1364 LOperand* dividend = UseFixed(instr->left(), eax);
1440 LOperand* dividend = UseFixed(instr->left(), eax);
1502 LOperand* dividend = UseFixed(instr->left(), eax);
1652 : UseFixed(instr->right(), MathPowTaggedDescriptor::exponent());
1662 LOperand* context = UseFixed(instr->context(), esi);
1663 LOperand* left = UseFixed(instr->left(), edx);
1664 LOperand* right = UseFixed(instr->right(), eax);
1755 LOperand* context = UseFixed(instr->context(), esi);
1756 LOperand* left = UseFixed(instr->left(), edx);
1757 LOperand* right = UseFixed(instr->right(), eax);
1808 LOperand* date = UseFixed(instr->value(), eax);
1825 return UseFixed(instr->value(), eax);
1845 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), esi) : NULL;
2049 LOperand* reg = UseFixed(value, eax);
2053 LOperand* reg = UseFixed(value, eax);
2078 LOperand* context = info()->IsStub() ? UseFixed(instr->context(), esi) : NULL;
2081 UseFixed(instr->value(), eax), context, parameter_count);
2116 LOperand* context = UseFixed(instr->context(), esi);
2118 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2177 LOperand* context = UseFixed(instr->context(), esi);
2179 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2241 LOperand* context = UseFixed(instr->context(), esi);
2243 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2244 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2267 return UseFixed(instr->value(), eax);
2327 LOperand* context = UseFixed(instr->context(), esi);
2329 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2330 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2331 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2354 LOperand* object = UseFixed(instr->object(), eax);
2355 LOperand* context = UseFixed(instr->context(), esi);
2406 val = UseFixed(instr->value(), eax);
2430 LOperand* context = UseFixed(instr->context(), esi);
2432 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2433 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2442 LOperand* context = UseFixed(instr->context(), esi);
2443 LOperand* left = UseFixed(instr->left(), edx);
2444 LOperand* right = UseFixed(instr->right(), eax);
2482 LOperand* context = UseFixed(instr->context(), esi);
2489 LOperand* context = UseFixed(instr->context(), esi);
2543 LOperand* context = UseFixed(instr->context(), esi);
2583 LOperand* object = UseFixed(instr->value(), eax);
2590 LOperand* context = UseFixed(instr->context(), esi);
2617 LOperand* context = UseFixed(instr->context(), esi);
2668 LOperand* context = UseFixed(instr->context(), esi);
2669 LOperand* object = UseFixed(instr->enumerable(), eax);
2706 LOperand* context = UseFixed(instr->context(), esi);