Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc1899 LogicVRegister Simulator::extractnarrow(VectorFormat dstform, in extractnarrow() function in vixl::aarch64::Simulator
2004 return extractnarrow(vform, dst, true, src, true); in xtn()
2011 return extractnarrow(vform, dst, true, src, true).SignedSaturate(vform); in sqxtn()
2018 return extractnarrow(vform, dst, false, src, true).UnsignedSaturate(vform); in sqxtun()
2025 return extractnarrow(vform, dst, false, src, false).UnsignedSaturate(vform); in uqxtn()
2579 return extractnarrow(vform_dst, dst, false, shifted_src, false); in shrn()
2591 return extractnarrow(vformdst, dst, false, shifted_src, false); in shrn2()
2603 return extractnarrow(vformdst, dst, false, shifted_src, false); in rshrn()
2615 return extractnarrow(vformdst, dst, false, shifted_src, false); in rshrn2()
Dsimulator-aarch64.h2614 LogicVRegister extractnarrow(VectorFormat vform,