Home | History | Annotate | Download | only in arm

Lines Matching defs:r2

268           __ mov(r2, Operand(match_high_byte));
271 __ add(r3, r2, Operand(match_char & 0xff));
313 __ add(r2, end_of_input_address(), Operand(current_input_offset()));
318 // r2 - Address of current input position.
323 __ ldrb(r4, MemOperand(r2, char_size(), PostIndex));
347 __ sub(current_input_offset(), r2, end_of_input_address());
351 __ PrepareCallCFunction(argument_count, r2);
360 // r2: size_t byte_length - length of capture in bytes(!)
366 __ mov(r2, Operand(r1));
408 __ add(r2, end_of_input_address(), Operand(current_input_offset()));
415 __ ldrb(r4, MemOperand(r2, char_size(), PostIndex));
419 __ ldrh(r4, MemOperand(r2, char_size(), PostIndex));
427 __ sub(current_input_offset(), r2, end_of_input_address());
621 RegList argument_registers = r0.bit() | r1.bit() | r2.bit() | r3.bit();
685 __ mov(r2, Operand(num_saved_registers_));
689 __ sub(r2, r2, Operand(1), SetCC);
717 __ ldr(r2, MemOperand(frame_pointer(), kStartIndex));
724 __ add(r1, r1, Operand(r2));
732 __ ldr(r2, register_location(i));
735 __ add(r2, r1, Operand(r2, ASR, 1));
738 __ add(r2, r1, Operand(r2));
741 __ str(r2, MemOperand(r0, kPointerSize, PostIndex));
788 __ mov(r2, Operand(ExternalReference::isolate_address()));
1001 __ mov(r2, frame_pointer());