Home | History | Annotate | Download | only in arm

Lines Matching defs:UseFixed

438 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
741 LOperand* context = UseFixed(instr->context(), cp);
742 LOperand* left_operand = UseFixed(left, r1);
743 LOperand* right_operand = UseFixed(right, r0);
976 LOperand* context = UseFixed(instr->context(), cp);
978 new(zone()) LInstanceOf(context, UseFixed(instr->left(), r0),
979 UseFixed(instr->right(), r1));
988 UseFixed(instr->context(), cp),
989 UseFixed(instr->left(), r0),
1004 LOperand* function = UseFixed(instr->function(), r1);
1005 LOperand* receiver = UseFixed(instr->receiver(), r0);
1006 LOperand* length = UseFixed(instr->length(), r2);
1007 LOperand* elements = UseFixed(instr->elements(), r3);
1062 LOperand* context = UseFixed(instr->context(), cp);
1069 LOperand* function = UseFixed(instr->function(), r1);
1086 UseFixed(instr->OperandAt(i), descriptor.GetParameterRegister(i - 1));
1098 LOperand* context = UseFixed(instr->context(), cp);
1100 UseFixed(instr->receiver(), LoadDescriptor::ReceiverRegister());
1102 UseFixed(instr->name(), LoadDescriptor::NameRegister());
1110 LOperand* context = UseFixed(instr->context(), cp);
1111 LOperand* function = UseFixed(instr->function(), r1);
1170 : UseFixed(instr->context(), cp);
1222 LOperand* context = UseFixed(instr->context(), cp);
1223 LOperand* constructor = UseFixed(instr->constructor(), r1);
1230 LOperand* context = UseFixed(instr->context(), cp);
1231 LOperand* constructor = UseFixed(instr->constructor(), r1);
1238 LOperand* context = UseFixed(instr->context(), cp);
1239 LOperand* function = UseFixed(instr->function(), r1);
1246 LOperand* context = UseFixed(instr->context(), cp);
1691 : UseFixed(instr->right(), MathPowTaggedDescriptor::exponent());
1702 LOperand* context = UseFixed(instr->context(), cp);
1703 LOperand* left = UseFixed(instr->left(), r1);
1704 LOperand* right = UseFixed(instr->right(), r0);
1787 LOperand* context = UseFixed(instr->context(), cp);
1788 LOperand* left = UseFixed(instr->left(), r1);
1789 LOperand* right = UseFixed(instr->right(), r0);
1836 LOperand* object = UseFixed(instr->value(), r0);
1856 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), cp) : NULL;
2076 ? UseFixed(instr->context(), cp)
2079 return new(zone()) LReturn(UseFixed(instr->value(), r0), context,
2112 LOperand* context = UseFixed(instr->context(), cp);
2114 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2171 LOperand* context = UseFixed(instr->context(), cp);
2173 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2237 LOperand* context = UseFixed(instr->context(), cp);
2239 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2240 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2298 LOperand* context = UseFixed(instr->context(), cp);
2300 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2301 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2302 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2322 LOperand* object = UseFixed(instr->object(), r0);
2323 LOperand* context = UseFixed(instr->context(), cp);
2375 LOperand* context = UseFixed(instr->context(), cp);
2377 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2378 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2386 LOperand* context = UseFixed(instr->context(), cp);
2387 LOperand* left = UseFixed(instr->left(), r1);
2388 LOperand* right = UseFixed(instr->right(), r0);
2426 LOperand* context = UseFixed(instr->context(), cp);
2433 LOperand* context = UseFixed(instr->context(), cp);
2482 LOperand* context = UseFixed(instr->context(), cp);
2514 LOperand* object = UseFixed(instr->value(), r0);
2521 LOperand* context = UseFixed(instr->context(), cp);
2522 LTypeof* result = new(zone()) LTypeof(context, UseFixed(instr->value(), r0));
2546 LOperand* context = UseFixed(instr->context(), cp);
2598 LOperand* context = UseFixed(instr->context(), cp);
2599 LOperand* object = UseFixed(instr->enumerable(), r0);
2635 LOperand* context = UseFixed(instr->context(), cp);