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 179 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
2779 Register dst_curr_addr = temp2.X(); local
    [all...]
intrinsics_arm_vixl.cc 197 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));
    [all...]
intrinsics_x86_64.cc 96 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));
    [all...]

Completed in 95 milliseconds