Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Dlogic-a64.cc2034 LogicVRegister Simulator::extractnarrow(VectorFormat dstform, in extractnarrow() function in vixl::Simulator
2111 return extractnarrow(vform, dst, true, src, true); in xtn()
2118 return extractnarrow(vform, dst, true, src, true).SignedSaturate(vform); in sqxtn()
2125 return extractnarrow(vform, dst, false, src, true).UnsignedSaturate(vform); in sqxtun()
2132 return extractnarrow(vform, dst, false, src, false).UnsignedSaturate(vform); in uqxtn()
2499 return extractnarrow(vform_dst, dst, false, shifted_src, false); in shrn()
2511 return extractnarrow(vformdst, dst, false, shifted_src, false); in shrn2()
2523 return extractnarrow(vformdst, dst, false, shifted_src, false); in rshrn()
2535 return extractnarrow(vformdst, dst, false, shifted_src, false); in rshrn2()
Dsimulator-a64.h2159 LogicVRegister extractnarrow(VectorFormat vform,