Home | History | Annotate | Download | only in x87

Lines Matching defs:UseFixed

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);
1059 LOperand* receiver = UseFixed(instr->receiver(), eax);
1060 LOperand* length = UseFixed(instr->length(), ebx);
1061 LOperand* elements = UseFixed(instr->elements(), ecx);
1116 LOperand* context = UseFixed(instr->context(), esi);
1123 LOperand* function = UseFixed(instr->function(), edi);
1139 LOperand* op = UseFixed(instr->OperandAt(1), esi);
1145 UseFixed(instr->OperandAt(i),
1158 LOperand* context = UseFixed(instr->context(), esi);
1159 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* 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);
1657 LOperand* context = UseFixed(instr->context(), esi);
1658 LOperand* left = UseFixed(instr->left(), edx);
1659 LOperand* right = UseFixed(instr->right(), eax);
1742 LOperand* context = UseFixed(instr->context(), esi);
1743 LOperand* left = UseFixed(instr->left(), edx);
1744 LOperand* right = UseFixed(instr->right(), eax);
1804 return UseFixed(instr->value(), eax);
1824 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), esi) : NULL;
2034 LOperand* reg = UseFixed(value, eax);
2062 LOperand* context = info()->IsStub() ? UseFixed(instr->context(), esi) : NULL;
2065 UseFixed(instr->value(), eax), context, parameter_count);
2089 LOperand* context = UseFixed(instr->context(), esi);
2091 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2143 LOperand* context = UseFixed(instr->context(), esi);
2145 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2215 LOperand* context = UseFixed(instr->context(), esi);
2217 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2218 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2238 return UseFixed(instr->value(), eax);
2302 LOperand* context = UseFixed(instr->context(), esi);
2304 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2305 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2306 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2336 LOperand* object = UseFixed(instr->object(), eax);
2337 LOperand* context = UseFixed(instr->context(), esi);
2357 LOperand* context = UseFixed(instr->context(), esi);
2403 val = UseFixed(instr->value(), eax);
2427 LOperand* context = UseFixed(instr->context(), esi);
2429 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2430 LOperand* value = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2445 LOperand* context = UseFixed(instr->context(), esi);
2446 LOperand* left = UseFixed(instr->left(), edx);
2447 LOperand* right = UseFixed(instr->right(), eax);
2532 LOperand* context = UseFixed(instr->context(), esi);
2572 LOperand* object = UseFixed(instr->value(), eax);
2579 LOperand* context = UseFixed(instr->context(), esi);
2580 LOperand* value = UseFixed(instr->value(), ebx);
2600 LOperand* context = UseFixed(instr->context(), esi);
2651 LOperand* context = UseFixed(instr->context(), esi);
2652 LOperand* object = UseFixed(instr->enumerable(), eax);
2689 LOperand* context = UseFixed(instr->context(), esi);