Home | History | Annotate | Download | only in mips64

Lines Matching refs:register_location

189     __ ld(a0, register_location(reg));
191 __ sd(a0, register_location(reg));
256 __ ld(a0, register_location(start_reg)); // Index of start of capture.
257 __ ld(a1, register_location(start_reg + 1)); // Index of end of capture.
326 __ ld(t1, register_location(start_reg)); // Index of start of capture.
327 __ ld(a2, register_location(start_reg + 1)); // Index of end of capture.
405 __ ld(a0, register_location(start_reg));
406 __ ld(a1, register_location(start_reg + 1));
452 __ ld(t1, register_location(start_reg)); // Index of start of capture.
453 __ ld(a2, register_location(start_reg + 1)); // Index of end of capture.
758 __ sd(a0, register_location(i));
792 __ ld(a2, register_location(i));
793 __ ld(a3, register_location(i + 1));
964 __ ld(a0, register_location(reg));
972 __ ld(a0, register_location(reg));
979 __ ld(a0, register_location(reg));
1013 __ sd(a0, register_location(register_index));
1049 __ ld(a0, register_location(register_index));
1056 __ ld(current_input_offset(), register_location(reg));
1061 __ ld(backtrack_stackpointer(), register_location(reg));
1085 __ sd(a0, register_location(register_index));
1098 __ sd(current_input_offset(), register_location(reg));
1101 __ sd(a0, register_location(reg));
1110 __ sd(a0, register_location(reg));
1118 __ sd(a0, register_location(reg));
1209 MemOperand RegExpMacroAssemblerMIPS::register_location(int register_index) {