Searched refs:extractnarrow (Results 1 - 2 of 2) sorted by relevance

/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc2087 LogicVRegister Simulator::extractnarrow(VectorFormat dstform, function in class:vixl::aarch64::Simulator
2192 return extractnarrow(vform, dst, true, src, true);
2199 return extractnarrow(vform, dst, true, src, true).SignedSaturate(vform);
2206 return extractnarrow(vform, dst, false, src, true).UnsignedSaturate(vform);
2213 return extractnarrow(vform, dst, false, src, false).UnsignedSaturate(vform);
2572 return extractnarrow(vform_dst, dst, false, shifted_src, false);
2584 return extractnarrow(vformdst, dst, false, shifted_src, false);
2596 return extractnarrow(vformdst, dst, false, shifted_src, false);
2608 return extractnarrow(vformdst, dst, false, shifted_src, false);
H A Dsimulator-aarch64.h2624 LogicVRegister extractnarrow(VectorFormat vform,

Completed in 112 milliseconds