Home | History | Annotate | Download | only in mips64

Lines Matching defs:UseFixed

445 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
751 LOperand* context = UseFixed(instr->context(), cp);
752 LOperand* left_operand = UseFixed(left, a1);
753 LOperand* right_operand = UseFixed(right, a0);
981 LOperand* context = UseFixed(instr->context(), cp);
983 new(zone()) LInstanceOf(context, UseFixed(instr->left(), a0),
984 UseFixed(instr->right(), a1));
993 UseFixed(instr->context(), cp),
994 UseFixed(instr->left(), a0),
1009 LOperand* function = UseFixed(instr->function(), a1);
1010 LOperand* receiver = UseFixed(instr->receiver(), a0);
1011 LOperand* length = UseFixed(instr->length(), a2);
1012 LOperand* elements = UseFixed(instr->elements(), a3);
1067 LOperand* context = UseFixed(instr->context(), cp);
1074 LOperand* function = UseFixed(instr->function(), a1);
1091 UseFixed(instr->OperandAt(i), descriptor.GetParameterRegister(i - 1));
1103 LOperand* context = UseFixed(instr->context(), cp);
1105 UseFixed(instr->receiver(), LoadDescriptor::ReceiverRegister());
1107 UseFixed(instr->name(), LoadDescriptor::NameRegister());
1115 LOperand* context = UseFixed(instr->context(), cp);
1116 LOperand* function = UseFixed(instr->function(), a1);
1196 : UseFixed(instr->context(), cp);
1230 LOperand* context = UseFixed(instr->context(), cp);
1231 LOperand* constructor = UseFixed(instr->constructor(), a1);
1238 LOperand* context = UseFixed(instr->context(), cp);
1239 LOperand* constructor = UseFixed(instr->constructor(), a1);
1246 LOperand* context = UseFixed(instr->context(), cp);
1247 LOperand* function = UseFixed(instr->function(), a1);
1254 LOperand* context = UseFixed(instr->context(), cp);
1641 : UseFixed(instr->right(), MathPowTaggedDescriptor::exponent());
1652 LOperand* context = UseFixed(instr->context(), cp);
1653 LOperand* left = UseFixed(instr->left(), a1);
1654 LOperand* right = UseFixed(instr->right(), a0);
1737 LOperand* context = UseFixed(instr->context(), cp);
1738 LOperand* left = UseFixed(instr->left(), a1);
1739 LOperand* right = UseFixed(instr->right(), a0);
1786 LOperand* object = UseFixed(instr->value(), a0);
1806 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), cp) : NULL;
2023 ? UseFixed(instr->context(), cp)
2026 return new(zone()) LReturn(UseFixed(instr->value(), v0), context,
2059 LOperand* context = UseFixed(instr->context(), cp);
2061 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2118 LOperand* context = UseFixed(instr->context(), cp);
2120 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2185 LOperand* context = UseFixed(instr->context(), cp);
2187 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2188 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2247 LOperand* context = UseFixed(instr->context(), cp);
2249 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2250 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2251 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2271 LOperand* object = UseFixed(instr->object(), a0);
2272 LOperand* context = UseFixed(instr->context(), cp);
2324 LOperand* context = UseFixed(instr->context(), cp);
2326 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2327 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2335 LOperand* context = UseFixed(instr->context(), cp);
2336 LOperand* left = UseFixed(instr->left(), a1);
2337 LOperand* right = UseFixed(instr->right(), a0);
2375 LOperand* context = UseFixed(instr->context(), cp);
2382 LOperand* context = UseFixed(instr->context(), cp);
2431 LOperand* context = UseFixed(instr->context(), cp);
2463 LOperand* object = UseFixed(instr->value(), a0);
2470 LOperand* context = UseFixed(instr->context(), cp);
2471 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), a0));
2495 LOperand* context = UseFixed(instr->context(), cp);
2547 LOperand* context = UseFixed(instr->context(), cp);
2548 LOperand* object = UseFixed(instr->enumerable(), a0);
2584 LOperand* context = UseFixed(instr->context(), cp);