Lines Matching defs:address
6427 // r (registers), used for address updates in NEON load/store
7023 const void *address = instr->GetLiteralAddress<const void *>();
7031 AppendCodeRelativeDataAddressToOutput(instr, address);
7034 // Use the prefetch hint to decide how to print the address.
7038 AppendCodeRelativeDataAddressToOutput(instr, address);
7041 AppendCodeRelativeCodeAddressToOutput(instr, address);
7044 AppendCodeRelativeAddressToOutput(instr, address);
7134 // Compute the target address based on the effective address (after applying
7549 int64_t address = CodeRelativeAddress(instr);
7554 if (address < 0) {
7556 abs_address = UnsignedNegate(static_cast<uint64_t>(address));
7560 abs_address = address;
7564 abs_address = address;