HomeSort by relevance Sort by last modified time
    Searched refs:dst_curr_addr (Results 1 - 3 of 3) sorted by null

  /art/compiler/optimizing/
intrinsics_arm64.cc 178 Register dst_curr_addr = XRegisterFrom(locations->GetTemp(1)); variable
201 DCHECK_NE(LocationFrom(dst_curr_addr).reg(), IP0);
212 __ Str(tmp_reg, MemOperand(dst_curr_addr, element_size, PostIndex));
2277 Register dst_curr_addr = WRegisterFrom(locations->GetTemp(1)); local
2726 Register dst_curr_addr = temp2.X(); local
    [all...]
intrinsics_arm_vixl.cc 196 vixl32::Register dst_curr_addr = RegisterFrom(locations->GetTemp(1)); variable
201 // Compute the base destination address in `dst_curr_addr`.
202 GenSystemArrayCopyBaseAddress(assembler, type, dest, dest_pos, dst_curr_addr);
222 DCHECK(!dst_curr_addr.Is(ip));
233 __ Str(tmp, MemOperand(dst_curr_addr, element_size, PostIndex));
    [all...]
intrinsics_x86_64.cc 95 CpuRegister dst_curr_addr = locations->GetTemp(1).AsRegister<CpuRegister>(); variable
112 __ movl(Address(dst_curr_addr, 0), CpuRegister(TMP));
114 __ addl(dst_curr_addr, Immediate(element_size));
    [all...]

Completed in 187 milliseconds