Home | History | Annotate | Download | only in mips

Lines Matching refs:Address

159     // in this case the a0+x should be past the "t0-32" address. This means:
160 // for x=128 the last "safe" a0 address is "t0-160". Alternatively, for
161 // x=64 the last "safe" a0 address is "t0-96". In the current version we
164 __ addu(t0, a0, a2); // t0 is the "past the end" address.
165 __ Subu(t9, t0, pref_limit); // t9 is the "last safe pref" address.
697 // Register ra contains the return address.
847 // Register ra contains the return address.
924 // src_elements: address of next element's upper 32 bit
1102 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL);
1133 (ExternalReference::math_exp_constants(8).address()) == 1);
1213 Address target_address = Assembler::target_address_at(
1234 // Load the stub address to t9 and call it,
1235 // GetCodeAgeAndParity() extracts the stub address from this instruction.