Searched defs:dst_curr_addr (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dintrinsics_arm64.cc179 Register dst_curr_addr = XRegisterFrom(locations->GetTemp(1)); variable
202 DCHECK_NE(LocationFrom(dst_curr_addr).reg(), IP0);
213 __ Str(tmp_reg, MemOperand(dst_curr_addr, element_size, PostIndex));
2330 Register dst_curr_addr = WRegisterFrom(locations->GetTemp(1)); local
2350 dst_curr_addr = dst_curr_addr.X();
2361 dst_curr_addr,
2373 __ Strh(tmp, MemOperand(dst_curr_addr, char_size, PostIndex));
2779 Register dst_curr_addr = temp2.X(); local
2853 dst_curr_addr,
[all...]
H A Dintrinsics_arm_vixl.cc197 vixl32::Register dst_curr_addr = RegisterFrom(locations->GetTemp(1)); variable
202 // Compute the base destination address in `dst_curr_addr`.
203 GenSystemArrayCopyBaseAddress(assembler, type, dest, dest_pos, dst_curr_addr);
223 DCHECK(!dst_curr_addr.Is(ip));
234 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex));
H A Dintrinsics_x86_64.cc96 CpuRegister dst_curr_addr = locations->GetTemp(1).AsRegister<CpuRegister>(); variable
113 __ movl(Address(dst_curr_addr, 0), CpuRegister(TMP));
115 __ addl(dst_curr_addr, Immediate(element_size));

Completed in 81 milliseconds