Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dlogic-aarch64.cc2087 LogicVRegister Simulator::extractnarrow(VectorFormat dstform, in extractnarrow() function in vixl::aarch64::Simulator
2192 return extractnarrow(vform, dst, true, src, true); in xtn()
2199 return extractnarrow(vform, dst, true, src, true).SignedSaturate(vform); in sqxtn()
2206 return extractnarrow(vform, dst, false, src, true).UnsignedSaturate(vform); in sqxtun()
2213 return extractnarrow(vform, dst, false, src, false).UnsignedSaturate(vform); in uqxtn()
2572 return extractnarrow(vform_dst, dst, false, shifted_src, false); in shrn()
2584 return extractnarrow(vformdst, dst, false, shifted_src, false); in shrn2()
2596 return extractnarrow(vformdst, dst, false, shifted_src, false); in rshrn()
2608 return extractnarrow(vformdst, dst, false, shifted_src, false); in rshrn2()
Dsimulator-aarch64.h2556 LogicVRegister extractnarrow(VectorFormat vform,