Home | History | Annotate | Download | only in mips

Lines Matching refs:register_location

153     __ lw(a0, register_location(reg));
155 __ sw(a0, register_location(reg));
220 __ lw(a0, register_location(start_reg)); // Index of start of capture.
221 __ lw(a1, register_location(start_reg + 1)); // Index of end of capture.
290 __ lw(t0, register_location(start_reg)); // Index of start of capture.
291 __ lw(t5, register_location(start_reg + 1)); // Index of end of capture.
369 __ lw(a0, register_location(start_reg));
370 __ lw(a1, register_location(start_reg + 1));
422 __ lw(t0, register_location(start_reg)); // Index of start of capture.
423 __ lw(t5, register_location(start_reg + 1)); // Index of end of capture.
722 __ sw(a0, register_location(i));
756 __ lw(a2, register_location(i));
757 __ lw(a3, register_location(i + 1));
927 __ lw(a0, register_location(reg));
935 __ lw(a0, register_location(reg));
942 __ lw(a0, register_location(reg));
976 __ sw(a0, register_location(register_index));
1012 __ lw(a0, register_location(register_index));
1019 __ lw(current_input_offset(), register_location(reg));
1024 __ lw(backtrack_stackpointer(), register_location(reg));
1048 __ sw(a0, register_location(register_index));
1061 __ sw(current_input_offset(), register_location(reg));
1064 __ sw(a0, register_location(reg));
1073 __ sw(a0, register_location(reg));
1081 __ sw(a0, register_location(reg));
1172 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) {