Home
last modified time | relevance | path

Searched defs:Uqxtn (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/arm64/
Dcode-generator-arm64.cc1913 __ Uqxtn(dst.V4H(), src0.V4S()); in AssembleArchInstruction() local
1998 __ Uqxtn(dst.V8B(), src0.V8H()); in AssembleArchInstruction() local
/external/vixl/test/aarch64/
Dtest-assembler-aarch64.cc21880 __ Uqxtn(v16.V8B(), v0.V8H()); in TEST() local
21882 __ Uqxtn(v17.V4H(), v1.V4S()); in TEST() local
21884 __ Uqxtn(v18.V2S(), v3.V2D()); in TEST() local
21886 __ Uqxtn(b19, h0); in TEST() local
21887 __ Uqxtn(h20, s0); in TEST() local
21888 __ Uqxtn(s21, d0); in TEST() local