Home
last modified time | relevance | path

Searched refs:uqxtn2 (Results 1 – 22 of 22) sorted by relevance

/external/capstone/suite/MC/AArch64/
Dneon-simd-misc.s.cs122 0xe0,0x4b,0x21,0x6e = uqxtn2 v0.16b, v31.8h
123 0x82,0x48,0x61,0x6e = uqxtn2 v2.8h, v4.4s
124 0x06,0x49,0xa1,0x6e = uqxtn2 v6.4s, v8.2d
/external/llvm/test/CodeGen/AArch64/
Darm64-vmovn.ll151 ;CHECK: uqxtn2.16b v0, v1
161 ;CHECK: uqxtn2.8h v0, v1
171 ;CHECK: uqxtn2.4s v0, v1
/external/llvm/test/MC/AArch64/
Dneon-simd-misc.s387 uqxtn2 v0.16b, v31.8h
388 uqxtn2 v2.8h, v4.4s
389 uqxtn2 v6.4s, v8.2d
Dneon-diagnostics.s5726 uqxtn2 v1.8b, v9.8h
5727 uqxtn2 v13.4h, v21.4s
5728 uqxtn2 v4.2s, v0.2d
/external/llvm-project/llvm/test/CodeGen/AArch64/
Darm64-vmovn.ll151 ;CHECK: uqxtn2.16b v0, v1
161 ;CHECK: uqxtn2.8h v0, v1
171 ;CHECK: uqxtn2.4s v0, v1
/external/llvm-project/llvm/test/MC/AArch64/
Dneon-simd-misc.s387 uqxtn2 v0.16b, v31.8h
388 uqxtn2 v2.8h, v4.4s
389 uqxtn2 v6.4s, v8.2d
Dneon-diagnostics.s5666 uqxtn2 v1.8b, v9.8h
5667 uqxtn2 v13.4h, v21.4s
5668 uqxtn2 v4.2s, v0.2d
/external/libavc/common/armv8/
Dih264_resi_trans_quant_av8.s549 uqxtn2 v14.8h, v15.4s
551 uqxtn2 v16.8h, v17.4s
659 uqxtn2 v2.8h, v3.4s
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc2382 __ uqxtn2(v29.V16B(), v3.V8H()); in GenerateTestSequenceNEON() local
2383 __ uqxtn2(v13.V4S(), v17.V2D()); in GenerateTestSequenceNEON() local
2384 __ uqxtn2(v28.V8H(), v11.V4S()); in GenerateTestSequenceNEON() local
Dtest-cpu-features-aarch64.cc2651 TEST_NEON(uqxtn2_0, uqxtn2(v0.V16B(), v1.V8H()))
2652 TEST_NEON(uqxtn2_1, uqxtn2(v0.V8H(), v1.V4S()))
2653 TEST_NEON(uqxtn2_2, uqxtn2(v0.V4S(), v1.V2D()))
/external/vixl/test/test-trace-reference/
Dlog-disasm2037 0x~~~~~~~~~~~~~~~~ 6e21487d uqxtn2 v29.16b, v3.8h
2038 0x~~~~~~~~~~~~~~~~ 6ea14a2d uqxtn2 v13.4s, v17.2d
2039 0x~~~~~~~~~~~~~~~~ 6e61497c uqxtn2 v28.8h, v11.4s
Dlog-disasm-colour2037 0x~~~~~~~~~~~~~~~~ 6e21487d uqxtn2 v29.16b, v3.8h
2038 0x~~~~~~~~~~~~~~~~ 6ea14a2d uqxtn2 v13.4s, v17.2d
2039 0x~~~~~~~~~~~~~~~~ 6e61497c uqxtn2 v28.8h, v11.4s
Dlog-cpufeatures-custom2036 0x~~~~~~~~~~~~~~~~ 6e21487d uqxtn2 v29.16b, v3.8h ### {NEON} ###
2037 0x~~~~~~~~~~~~~~~~ 6ea14a2d uqxtn2 v13.4s, v17.2d ### {NEON} ###
2038 0x~~~~~~~~~~~~~~~~ 6e61497c uqxtn2 v28.8h, v11.4s ### {NEON} ###
Dlog-cpufeatures2036 0x~~~~~~~~~~~~~~~~ 6e21487d uqxtn2 v29.16b, v3.8h // Needs: NEON
2037 0x~~~~~~~~~~~~~~~~ 6ea14a2d uqxtn2 v13.4s, v17.2d // Needs: NEON
2038 0x~~~~~~~~~~~~~~~~ 6e61497c uqxtn2 v28.8h, v11.4s // Needs: NEON
Dlog-cpufeatures-colour2036 0x~~~~~~~~~~~~~~~~ 6e21487d uqxtn2 v29.16b, v3.8h NEON
2037 0x~~~~~~~~~~~~~~~~ 6ea14a2d uqxtn2 v13.4s, v17.2d NEON
2038 0x~~~~~~~~~~~~~~~~ 6e61497c uqxtn2 v28.8h, v11.4s NEON
Dlog-all9328 0x~~~~~~~~~~~~~~~~ 6e21487d uqxtn2 v29.16b, v3.8h
9330 0x~~~~~~~~~~~~~~~~ 6ea14a2d uqxtn2 v13.4s, v17.2d
9332 0x~~~~~~~~~~~~~~~~ 6e61497c uqxtn2 v28.8h, v11.4s
/external/capstone/arch/AArch64/
DAArch64MappingInsnOp.inc8789 { /* AArch64_UQXTNv16i8, ARM64_INS_UQXTN2: uqxtn2.16b $rd, $rn */
8813 { /* AArch64_UQXTNv4i32, ARM64_INS_UQXTN2: uqxtn2.4s $rd, $rn */
8817 { /* AArch64_UQXTNv8i16, ARM64_INS_UQXTN2: uqxtn2.8h $rd, $rn */
/external/vixl/src/aarch64/
Dassembler-aarch64.h2788 void uqxtn2(const VRegister& vd, const VRegister& vn);
Dassembler-aarch64.cc4403 void Assembler::uqxtn2(const VRegister& vd, const VRegister& vn) { in uqxtn2() function in vixl::aarch64::Assembler
Dmacro-assembler-aarch64.h2903 V(uqxtn2, Uqxtn2) \
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md6025 void uqxtn2(const VRegister& vd, const VRegister& vn)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12611 "uqxtn2\006uqxtnb\006uqxtnt\006urecpe\006urhadd\005urshl\006urshlr\005ur"
19779 …{ 6706 /* uqxtn2 */, AArch64::UQXTNv16i8, Convert__VectorReg1281_0__Tie0_1_1__VectorReg1281_2, AMF…
19780 …{ 6706 /* uqxtn2 */, AArch64::UQXTNv4i32, Convert__VectorReg1281_0__Tie0_1_1__VectorReg1281_2, AMF…
19781 …{ 6706 /* uqxtn2 */, AArch64::UQXTNv8i16, Convert__VectorReg1281_0__Tie0_1_1__VectorReg1281_2, AMF…
27152 …{ 6706 /* uqxtn2 */, AArch64::UQXTNv16i8, Convert__VectorReg1281_1__Tie0_2_2__VectorReg1281_2, AMF…
27153 …{ 6706 /* uqxtn2 */, AArch64::UQXTNv4i32, Convert__VectorReg1281_1__Tie0_2_2__VectorReg1281_2, AMF…
27154 …{ 6706 /* uqxtn2 */, AArch64::UQXTNv8i16, Convert__VectorReg1281_1__Tie0_2_2__VectorReg1281_2, AMF…