Lines Matching refs:Address
160 // in this case the a0+x should be past the "a4-32" address. This means:
161 // for x=128 the last "safe" a0 address is "a4-160". Alternatively, for
162 // x=64 the last "safe" a0 address is "a4-96". In the current version we
165 __ addu(a4, a0, a2); // a4 is the "past the end" address.
166 __ Subu(t9, a4, pref_limit); // t9 is the "last safe pref" address.
591 // Register ra contains the return address.
739 // Register ra contains the return address.
814 // src_elements: address of next element's upper 32 bit
991 DCHECK(ExternalReference::math_exp_constants(0).address() != NULL);
1021 (ExternalReference::math_exp_constants(8).address()) == 1);
1103 Address target_address = Assembler::target_address_at(
1124 // Load the stub address to t9 and call it,
1125 // GetCodeAgeAndParity() extracts the stub address from this instruction.