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

  /art/compiler/optimizing/
code_generator_vector_arm64.cc 35 using helpers::VRegisterFrom;
84 VRegister dst = VRegisterFrom(locations->Out());
126 __ Dup(dst.V4S(), VRegisterFrom(src_loc).V4S(), 0);
134 __ Dup(dst.V2D(), VRegisterFrom(src_loc).V2D(), 0);
169 VRegister src = VRegisterFrom(locations->InAt(0));
224 VRegister src = VRegisterFrom(locations->InAt(0));
264 VRegister src = VRegisterFrom(locations->InAt(0));
265 VRegister dst = VRegisterFrom(locations->Out());
282 VRegister src = VRegisterFrom(locations->InAt(0));
283 VRegister dst = VRegisterFrom(locations->Out())
    [all...]
common_arm64.h 100 inline vixl::aarch64::FPRegister VRegisterFrom(Location location) {

Completed in 89 milliseconds