Home | History | Annotate | Download | only in mips

Lines Matching refs:UseFixed

446 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
748 LOperand* context = UseFixed(instr->context(), cp);
749 LOperand* left_operand = UseFixed(left, a1);
750 LOperand* right_operand = UseFixed(right, a0);
976 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
978 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
979 LOperand* context = UseFixed(instr->context(), cp);
1004 LOperand* function = UseFixed(instr->function(), a1);
1005 LOperand* receiver = UseFixed(instr->receiver(), a0);
1006 LOperand* length = UseFixed(instr->length(), a2);
1007 LOperand* elements = UseFixed(instr->elements(), a3);
1062 LOperand* context = UseFixed(instr->context(), cp);
1069 LOperand* function = UseFixed(instr->function(), a1);
1086 LOperand* op = UseFixed(instr->OperandAt(1), cp);
1092 UseFixed(instr->OperandAt(i),
1105 LOperand* context = UseFixed(instr->context(), cp);
1106 LOperand* function = UseFixed(instr->function(), a1);
1186 : UseFixed(instr->context(), cp);
1220 LOperand* context = UseFixed(instr->context(), cp);
1221 LOperand* constructor = UseFixed(instr->constructor(), a1);
1228 LOperand* context = UseFixed(instr->context(), cp);
1229 LOperand* function = UseFixed(instr->function(), a1);
1244 LOperand* context = UseFixed(instr->context(), cp);
1639 : UseFixed(instr->right(), MathPowTaggedDescriptor::exponent());
1650 LOperand* context = UseFixed(instr->context(), cp);
1651 LOperand* left = UseFixed(instr->left(), a1);
1652 LOperand* right = UseFixed(instr->right(), a0);
1727 LOperand* context = UseFixed(instr->context(), cp);
1728 LOperand* left = UseFixed(instr->left(), a1);
1729 LOperand* right = UseFixed(instr->right(), a0);
1788 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), cp) : NULL;
2017 ? UseFixed(instr->context(), cp)
2020 return new(zone()) LReturn(UseFixed(instr->value(), v0), context,
2045 LOperand* context = UseFixed(instr->context(), cp);
2047 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2094 LOperand* context = UseFixed(instr->context(), cp);
2096 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2168 LOperand* context = UseFixed(instr->context(), cp);
2170 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2171 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2227 LOperand* context = UseFixed(instr->context(), cp);
2229 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2230 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2231 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2259 LOperand* object = UseFixed(instr->object(), a0);
2260 LOperand* context = UseFixed(instr->context(), cp);
2280 LOperand* context = UseFixed(instr->context(), cp);
2327 LOperand* context = UseFixed(instr->context(), cp);
2329 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2330 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2345 LOperand* context = UseFixed(instr->context(), cp);
2346 LOperand* left = UseFixed(instr->left(), a1);
2347 LOperand* right = UseFixed(instr->right(), a0);
2427 LOperand* context = UseFixed(instr->context(), cp);
2459 LOperand* object = UseFixed(instr->value(), a0);
2466 LOperand* context = UseFixed(instr->context(), cp);
2467 LOperand* value = UseFixed(instr->value(), a3);
2486 LOperand* context = UseFixed(instr->context(), cp);
2538 LOperand* context = UseFixed(instr->context(), cp);
2539 LOperand* object = UseFixed(instr->enumerable(), a0);
2576 LOperand* context = UseFixed(instr->context(), cp);