Home | History | Annotate | Download | only in arm

Lines Matching defs:UseFixed

439 LOperand* LChunkBuilder::UseFixed(HValue* value, Register fixed_register) {
738 LOperand* context = UseFixed(instr->context(), cp);
739 LOperand* left_operand = UseFixed(left, r1);
740 LOperand* right_operand = UseFixed(right, r0);
971 UseFixed(instr->left(), InstanceOfDescriptor::LeftRegister());
973 UseFixed(instr->right(), InstanceOfDescriptor::RightRegister());
974 LOperand* context = UseFixed(instr->context(), cp);
999 LOperand* function = UseFixed(instr->function(), r1);
1000 LOperand* receiver = UseFixed(instr->receiver(), r0);
1001 LOperand* length = UseFixed(instr->length(), r2);
1002 LOperand* elements = UseFixed(instr->elements(), r3);
1057 LOperand* context = UseFixed(instr->context(), cp);
1064 LOperand* function = UseFixed(instr->function(), r1);
1081 LOperand* op = UseFixed
1087 UseFixed(instr->OperandAt(i),
1100 LOperand* context = UseFixed(instr->context(), cp);
1101 LOperand* function = UseFixed(instr->function(), r1);
1160 : UseFixed(instr->context(), cp);
1212 LOperand* context = UseFixed(instr->context(), cp);
1213 LOperand* constructor = UseFixed(instr->constructor(), r1);
1220 LOperand* context = UseFixed(instr->context(), cp);
1221 LOperand* function = UseFixed(instr->function(), r1);
1236 LOperand* context = UseFixed(instr->context(), cp);
1692 : UseFixed(instr->right(), MathPowTaggedDescriptor::exponent());
1703 LOperand* context = UseFixed(instr->context(), cp);
1704 LOperand* left = UseFixed(instr->left(), r1);
1705 LOperand* right = UseFixed(instr->right(), r0);
1780 LOperand* context = UseFixed(instr->context(), cp);
1781 LOperand* left = UseFixed(instr->left(), r1);
1782 LOperand* right = UseFixed(instr->right(), r0);
1841 LOperand* context = FLAG_debug_code ? UseFixed(instr->context(), cp) : NULL;
2070 ? UseFixed(instr->context(), cp)
2073 return new(zone()) LReturn(UseFixed(instr->value(), r0), context,
2098 LOperand* context = UseFixed(instr->context(), cp);
2100 UseFixed(instr->global_object(), LoadDescriptor::ReceiverRegister());
2147 LOperand* context = UseFixed(instr->context(), cp);
2149 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2221 LOperand* context = UseFixed(instr->context(), cp);
2223 UseFixed(instr->object(), LoadDescriptor::ReceiverRegister());
2224 LOperand* key = UseFixed(instr->key(), LoadDescriptor::NameRegister());
2280 LOperand* context = UseFixed(instr->context(), cp);
2282 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2283 LOperand* key = UseFixed(instr->key(), StoreDescriptor::NameRegister());
2284 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2312 LOperand* object = UseFixed(instr->object(), r0);
2313 LOperand* context = UseFixed(instr->context(), cp);
2333 LOperand* context = UseFixed(instr->context(), cp);
2380 LOperand* context = UseFixed(instr->context(), cp);
2382 UseFixed(instr->object(), StoreDescriptor::ReceiverRegister());
2383 LOperand* val = UseFixed(instr->value(), StoreDescriptor::ValueRegister());
2398 LOperand* context = UseFixed(instr->context(), cp);
2399 LOperand* left = UseFixed(instr->left(), r1);
2400 LOperand* right = UseFixed(instr->right(), r0);
2480 LOperand* context = UseFixed(instr->context(), cp);
2512 LOperand* object = UseFixed(instr->value(), r0);
2519 LOperand* context = UseFixed(instr->context(), cp);
2520 LOperand* value = UseFixed(instr->value(), r3);
2539 LOperand* context = UseFixed(instr->context(), cp);
2591 LOperand* context = UseFixed(instr->context(), cp);
2592 LOperand* object = UseFixed(instr->enumerable(), r0);
2628 LOperand* context = UseFixed(instr->context(), cp);