Home | History | Annotate | Download | only in arm

Lines Matching refs:register_location

146     __ ldr(r0, register_location(reg));
148 __ str(r0, register_location(reg));
214 __ ldr(r0, register_location(start_reg)); // Index of start of capture
215 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
286 __ ldr(r0, register_location(start_reg)); // Index of start of capture
287 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
357 __ ldr(r0, register_location(start_reg));
358 __ ldr(r1, register_location(start_reg + 1));
404 __ ldr(r0, register_location(start_reg)); // Index of start of capture
405 __ ldr(r1, register_location(start_reg + 1)); // Index of end of capture
723 __ str(r0, register_location(i));
756 __ ldr(r2, register_location(i));
757 __ ldr(r3, register_location(i + 1));
907 __ ldr(r0, register_location(reg));
916 __ ldr(r0, register_location(reg));
924 __ ldr(r0, register_location(reg));
959 __ str(r0, register_location(register_index));
977 __ ldr(r0, register_location(register_index));
984 __ ldr(current_input_offset(), register_location(reg));
989 __ ldr(backtrack_stackpointer(), register_location(reg));
1011 __ str(r0, register_location(register_index));
1024 __ str(current_input_offset(), register_location(reg));
1027 __ str(r0, register_location(reg));
1036 __ str(r0, register_location(reg));
1044 __ str(r0, register_location(reg));
1108 MemOperand RegExpMacroAssemblerARM::register_location(int register_index) {