/external/llvm/test/MC/AArch64/ |
D | neon-saturating-rounding-shift.s | 28 uqrshl v0.8b, v1.8b, v2.8b 29 uqrshl v0.16b, v1.16b, v2.16b 30 uqrshl v0.4h, v1.4h, v2.4h 31 uqrshl v0.8h, v1.8h, v2.8h 32 uqrshl v0.2s, v1.2s, v2.2s 33 uqrshl v0.4s, v1.4s, v2.4s 34 uqrshl v0.2d, v1.2d, v2.2d
|
D | neon-scalar-saturating-rounding-shift.s | 19 uqrshl b0, b1, b2 20 uqrshl h10, h11, h12 21 uqrshl s20, s21, s2 22 uqrshl d17, d31, d8
|
D | neon-diagnostics.s | 958 uqrshl v1.4h, v25.4h, v6.2d 1025 uqrshl h0, h1, b0 1027 uqrshl d0, d1, b0 define
|
D | arm64-advsimd.s | 365 uqrshl.8b v0, v0, v0 436 ; CHECK: uqrshl.8b v0, v0, v0 ; encoding: [0x00,0x5c,0x20,0x2e]
|
/external/capstone/suite/MC/AArch64/ |
D | neon-saturating-rounding-shift.s.cs | 9 0x20,0x5c,0x22,0x2e = uqrshl v0.8b, v1.8b, v2.8b 10 0x20,0x5c,0x22,0x6e = uqrshl v0.16b, v1.16b, v2.16b 11 0x20,0x5c,0x62,0x2e = uqrshl v0.4h, v1.4h, v2.4h 12 0x20,0x5c,0x62,0x6e = uqrshl v0.8h, v1.8h, v2.8h 13 0x20,0x5c,0xa2,0x2e = uqrshl v0.2s, v1.2s, v2.2s 14 0x20,0x5c,0xa2,0x6e = uqrshl v0.4s, v1.4s, v2.4s 15 0x20,0x5c,0xe2,0x6e = uqrshl v0.2d, v1.2d, v2.2d
|
D | neon-scalar-saturating-rounding-shift.s.cs | 6 0x20,0x5c,0x22,0x7e = uqrshl b0, b1, b2 7 0x6a,0x5d,0x6c,0x7e = uqrshl h10, h11, h12 8 0xb4,0x5e,0xa2,0x7e = uqrshl s20, s21, s2 9 0xf1,0x5f,0xe8,0x7e = uqrshl d17, d31, d8
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-vshift.ll | 324 ;CHECK: uqrshl.8b 327 %tmp3 = call <8 x i8> @llvm.aarch64.neon.uqrshl.v8i8(<8 x i8> %tmp1, <8 x i8> %tmp2) 333 ;CHECK: uqrshl.4h 336 %tmp3 = call <4 x i16> @llvm.aarch64.neon.uqrshl.v4i16(<4 x i16> %tmp1, <4 x i16> %tmp2) 342 ;CHECK: uqrshl.2s 345 %tmp3 = call <2 x i32> @llvm.aarch64.neon.uqrshl.v2i32(<2 x i32> %tmp1, <2 x i32> %tmp2) 387 ;CHECK: uqrshl.16b 390 %tmp3 = call <16 x i8> @llvm.aarch64.neon.uqrshl.v16i8(<16 x i8> %tmp1, <16 x i8> %tmp2) 396 ;CHECK: uqrshl.8h 399 %tmp3 = call <8 x i16> @llvm.aarch64.neon.uqrshl.v8i16(<8 x i16> %tmp1, <8 x i16> %tmp2) [all …]
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2314 __ uqrshl(b10, b22, b10); in GenerateTestSequenceNEON() local 2315 __ uqrshl(d29, d5, d11); in GenerateTestSequenceNEON() local 2316 __ uqrshl(h27, h24, h30); in GenerateTestSequenceNEON() local 2317 __ uqrshl(s10, s13, s8); in GenerateTestSequenceNEON() local 2318 __ uqrshl(v9.V16B(), v18.V16B(), v14.V16B()); in GenerateTestSequenceNEON() local 2319 __ uqrshl(v24.V2D(), v15.V2D(), v17.V2D()); in GenerateTestSequenceNEON() local 2320 __ uqrshl(v4.V2S(), v14.V2S(), v27.V2S()); in GenerateTestSequenceNEON() local 2321 __ uqrshl(v15.V4H(), v5.V4H(), v8.V4H()); in GenerateTestSequenceNEON() local 2322 __ uqrshl(v21.V4S(), v29.V4S(), v0.V4S()); in GenerateTestSequenceNEON() local 2323 __ uqrshl(v16.V8B(), v24.V8B(), v9.V8B()); in GenerateTestSequenceNEON() local [all …]
|
D | test-cpu-features-aarch64.cc | 2586 TEST_NEON(uqrshl_0, uqrshl(v0.V8B(), v1.V8B(), v2.V8B())) 2587 TEST_NEON(uqrshl_1, uqrshl(v0.V16B(), v1.V16B(), v2.V16B())) 2588 TEST_NEON(uqrshl_2, uqrshl(v0.V4H(), v1.V4H(), v2.V4H())) 2589 TEST_NEON(uqrshl_3, uqrshl(v0.V8H(), v1.V8H(), v2.V8H())) 2590 TEST_NEON(uqrshl_4, uqrshl(v0.V2S(), v1.V2S(), v2.V2S())) 2591 TEST_NEON(uqrshl_5, uqrshl(v0.V4S(), v1.V4S(), v2.V4S())) 2592 TEST_NEON(uqrshl_6, uqrshl(v0.V2D(), v1.V2D(), v2.V2D())) 2593 TEST_NEON(uqrshl_7, uqrshl(b0, b1, b2)) 2594 TEST_NEON(uqrshl_8, uqrshl(h0, h1, h2)) 2595 TEST_NEON(uqrshl_9, uqrshl(s0, s1, s2)) [all …]
|
D | test-simulator-aarch64.cc | 4601 DEFINE_TEST_NEON_3SAME(uqrshl, Basic) 4658 DEFINE_TEST_NEON_3SAME_SCALAR(uqrshl, Basic)
|
D | test-api-movprfx-aarch64.cc | 2349 __ uqrshl(z20.VnB(), p1.Merging(), z20.VnB(), z30.VnB()); in TEST() local 3527 __ uqrshl(z20.VnB(), p1.Merging(), z20.VnB(), z20.VnB()); in TEST() local 3667 __ uqrshl(z20.VnB(), p1.Merging(), z20.VnB(), z30.VnB()); in TEST() local
|
D | test-disasm-sve-aarch64.cc | 6700 COMPARE(uqrshl(z20.VnB(), p1.Merging(), z20.VnB(), z30.VnB()), in TEST() 6702 COMPARE(uqrshl(z20.VnD(), p1.Merging(), z20.VnD(), z30.VnD()), in TEST() 6704 COMPARE(uqrshl(z20.VnH(), p1.Merging(), z20.VnH(), z30.VnH()), in TEST() 6706 COMPARE(uqrshl(z20.VnS(), p1.Merging(), z20.VnS(), z30.VnS()), in TEST()
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 1969 0x~~~~~~~~~~~~~~~~ 7e2a5eca uqrshl b10, b22, b10 1970 0x~~~~~~~~~~~~~~~~ 7eeb5cbd uqrshl d29, d5, d11 1971 0x~~~~~~~~~~~~~~~~ 7e7e5f1b uqrshl h27, h24, h30 1972 0x~~~~~~~~~~~~~~~~ 7ea85daa uqrshl s10, s13, s8 1973 0x~~~~~~~~~~~~~~~~ 6e2e5e49 uqrshl v9.16b, v18.16b, v14.16b 1974 0x~~~~~~~~~~~~~~~~ 6ef15df8 uqrshl v24.2d, v15.2d, v17.2d 1975 0x~~~~~~~~~~~~~~~~ 2ebb5dc4 uqrshl v4.2s, v14.2s, v27.2s 1976 0x~~~~~~~~~~~~~~~~ 2e685caf uqrshl v15.4h, v5.4h, v8.4h 1977 0x~~~~~~~~~~~~~~~~ 6ea05fb5 uqrshl v21.4s, v29.4s, v0.4s 1978 0x~~~~~~~~~~~~~~~~ 2e295f10 uqrshl v16.8b, v24.8b, v9.8b [all …]
|
D | log-disasm | 1969 0x~~~~~~~~~~~~~~~~ 7e2a5eca uqrshl b10, b22, b10 1970 0x~~~~~~~~~~~~~~~~ 7eeb5cbd uqrshl d29, d5, d11 1971 0x~~~~~~~~~~~~~~~~ 7e7e5f1b uqrshl h27, h24, h30 1972 0x~~~~~~~~~~~~~~~~ 7ea85daa uqrshl s10, s13, s8 1973 0x~~~~~~~~~~~~~~~~ 6e2e5e49 uqrshl v9.16b, v18.16b, v14.16b 1974 0x~~~~~~~~~~~~~~~~ 6ef15df8 uqrshl v24.2d, v15.2d, v17.2d 1975 0x~~~~~~~~~~~~~~~~ 2ebb5dc4 uqrshl v4.2s, v14.2s, v27.2s 1976 0x~~~~~~~~~~~~~~~~ 2e685caf uqrshl v15.4h, v5.4h, v8.4h 1977 0x~~~~~~~~~~~~~~~~ 6ea05fb5 uqrshl v21.4s, v29.4s, v0.4s 1978 0x~~~~~~~~~~~~~~~~ 2e295f10 uqrshl v16.8b, v24.8b, v9.8b [all …]
|
D | log-cpufeatures-custom | 1968 0x~~~~~~~~~~~~~~~~ 7e2a5eca uqrshl b10, b22, b10 ### {NEON} ### 1969 0x~~~~~~~~~~~~~~~~ 7eeb5cbd uqrshl d29, d5, d11 ### {NEON} ### 1970 0x~~~~~~~~~~~~~~~~ 7e7e5f1b uqrshl h27, h24, h30 ### {NEON} ### 1971 0x~~~~~~~~~~~~~~~~ 7ea85daa uqrshl s10, s13, s8 ### {NEON} ### 1972 0x~~~~~~~~~~~~~~~~ 6e2e5e49 uqrshl v9.16b, v18.16b, v14.16b ### {NEON} ### 1973 0x~~~~~~~~~~~~~~~~ 6ef15df8 uqrshl v24.2d, v15.2d, v17.2d ### {NEON} ### 1974 0x~~~~~~~~~~~~~~~~ 2ebb5dc4 uqrshl v4.2s, v14.2s, v27.2s ### {NEON} ### 1975 0x~~~~~~~~~~~~~~~~ 2e685caf uqrshl v15.4h, v5.4h, v8.4h ### {NEON} ### 1976 0x~~~~~~~~~~~~~~~~ 6ea05fb5 uqrshl v21.4s, v29.4s, v0.4s ### {NEON} ### 1977 0x~~~~~~~~~~~~~~~~ 2e295f10 uqrshl v16.8b, v24.8b, v9.8b ### {NEON} ### [all …]
|
D | log-cpufeatures | 1968 0x~~~~~~~~~~~~~~~~ 7e2a5eca uqrshl b10, b22, b10 // Needs: NEON 1969 0x~~~~~~~~~~~~~~~~ 7eeb5cbd uqrshl d29, d5, d11 // Needs: NEON 1970 0x~~~~~~~~~~~~~~~~ 7e7e5f1b uqrshl h27, h24, h30 // Needs: NEON 1971 0x~~~~~~~~~~~~~~~~ 7ea85daa uqrshl s10, s13, s8 // Needs: NEON 1972 0x~~~~~~~~~~~~~~~~ 6e2e5e49 uqrshl v9.16b, v18.16b, v14.16b // Needs: NEON 1973 0x~~~~~~~~~~~~~~~~ 6ef15df8 uqrshl v24.2d, v15.2d, v17.2d // Needs: NEON 1974 0x~~~~~~~~~~~~~~~~ 2ebb5dc4 uqrshl v4.2s, v14.2s, v27.2s // Needs: NEON 1975 0x~~~~~~~~~~~~~~~~ 2e685caf uqrshl v15.4h, v5.4h, v8.4h // Needs: NEON 1976 0x~~~~~~~~~~~~~~~~ 6ea05fb5 uqrshl v21.4s, v29.4s, v0.4s // Needs: NEON 1977 0x~~~~~~~~~~~~~~~~ 2e295f10 uqrshl v16.8b, v24.8b, v9.8b // Needs: NEON [all …]
|
D | log-cpufeatures-colour | 1968 0x~~~~~~~~~~~~~~~~ 7e2a5eca uqrshl b10, b22, b10 [1;35mNEON[0;m 1969 0x~~~~~~~~~~~~~~~~ 7eeb5cbd uqrshl d29, d5, d11 [1;35mNEON[0;m 1970 0x~~~~~~~~~~~~~~~~ 7e7e5f1b uqrshl h27, h24, h30 [1;35mNEON[0;m 1971 0x~~~~~~~~~~~~~~~~ 7ea85daa uqrshl s10, s13, s8 [1;35mNEON[0;m 1972 0x~~~~~~~~~~~~~~~~ 6e2e5e49 uqrshl v9.16b, v18.16b, v14.16b [1;35mNEON[0;m 1973 0x~~~~~~~~~~~~~~~~ 6ef15df8 uqrshl v24.2d, v15.2d, v17.2d [1;35mNEON[0;m 1974 0x~~~~~~~~~~~~~~~~ 2ebb5dc4 uqrshl v4.2s, v14.2s, v27.2s [1;35mNEON[0;m 1975 0x~~~~~~~~~~~~~~~~ 2e685caf uqrshl v15.4h, v5.4h, v8.4h [1;35mNEON[0;m 1976 0x~~~~~~~~~~~~~~~~ 6ea05fb5 uqrshl v21.4s, v29.4s, v0.4s [1;35mNEON[0;m 1977 0x~~~~~~~~~~~~~~~~ 2e295f10 uqrshl v16.8b, v24.8b, v9.8b [1;35mNEON[0;m [all …]
|
D | log-all | 9192 0x~~~~~~~~~~~~~~~~ 7e2a5eca uqrshl b10, b22, b10 9194 0x~~~~~~~~~~~~~~~~ 7eeb5cbd uqrshl d29, d5, d11 9196 0x~~~~~~~~~~~~~~~~ 7e7e5f1b uqrshl h27, h24, h30 9198 0x~~~~~~~~~~~~~~~~ 7ea85daa uqrshl s10, s13, s8 9200 0x~~~~~~~~~~~~~~~~ 6e2e5e49 uqrshl v9.16b, v18.16b, v14.16b 9202 0x~~~~~~~~~~~~~~~~ 6ef15df8 uqrshl v24.2d, v15.2d, v17.2d 9204 0x~~~~~~~~~~~~~~~~ 2ebb5dc4 uqrshl v4.2s, v14.2s, v27.2s 9206 0x~~~~~~~~~~~~~~~~ 2e685caf uqrshl v15.4h, v5.4h, v8.4h 9208 0x~~~~~~~~~~~~~~~~ 6ea05fb5 uqrshl v21.4s, v29.4s, v0.4s 9210 0x~~~~~~~~~~~~~~~~ 2e295f10 uqrshl v16.8b, v24.8b, v9.8b [all …]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | neon-instructions.txt | 437 # CHECK: uqrshl v2.16b, v14.16b, v23.16b 439 # CHECK: uqrshl v4.8h, v12.8h, v25.8h 441 # CHECK: uqrshl v6.4s, v10.4s, v27.4s 442 # CHECK: uqrshl v6.4s, v10.4s, v27.4s 483 # CHECK: uqrshl s23, s20, s16 485 # CHECK: uqrshl b11, b20, b30
|
D | arm64-advsimd.txt | 348 # CHECK: uqrshl.8b v0, v0, v0
|
/external/capstone/arch/AArch64/ |
D | AArch64MappingInsnOp.inc | 8541 { /* AArch64_UQRSHLv16i8, ARM64_INS_UQRSHL: uqrshl.16b $rd, $rn, $rm| */ 8545 { /* AArch64_UQRSHLv1i16, ARM64_INS_UQRSHL: uqrshl $rd, $rn, $rm */ 8549 { /* AArch64_UQRSHLv1i32, ARM64_INS_UQRSHL: uqrshl $rd, $rn, $rm */ 8553 { /* AArch64_UQRSHLv1i64, ARM64_INS_UQRSHL: uqrshl $rd, $rn, $rm */ 8557 { /* AArch64_UQRSHLv1i8, ARM64_INS_UQRSHL: uqrshl $rd, $rn, $rm */ 8561 { /* AArch64_UQRSHLv2i32, ARM64_INS_UQRSHL: uqrshl.2s $rd, $rn, $rm| */ 8565 { /* AArch64_UQRSHLv2i64, ARM64_INS_UQRSHL: uqrshl.2d $rd, $rn, $rm| */ 8569 { /* AArch64_UQRSHLv4i16, ARM64_INS_UQRSHL: uqrshl.4h $rd, $rn, $rm| */ 8573 { /* AArch64_UQRSHLv4i32, ARM64_INS_UQRSHL: uqrshl.4s $rd, $rn, $rm| */ 8577 { /* AArch64_UQRSHLv8i16, ARM64_INS_UQRSHL: uqrshl.8h $rd, $rn, $rm| */ [all …]
|
/external/vixl/src/aarch64/ |
D | macro-assembler-sve-aarch64.cc | 680 V(Uqrshl, uqrshl) \
|
D | assembler-aarch64.h | 2705 void uqrshl(const VRegister& vd, const VRegister& vn, const VRegister& vm); 6722 void uqrshl(const ZRegister& zd,
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 12608 "decw\006uqincb\006uqincd\006uqinch\006uqincp\006uqincw\006uqrshl\007uqr" 19663 …{ 6593 /* uqrshl */, AArch64::UQRSHLv1i16, Convert__Reg1_0__Reg1_1__Reg1_2, AMFBS_HasNEON, { MCK_F… 19664 …{ 6593 /* uqrshl */, AArch64::UQRSHLv1i32, Convert__Reg1_0__Reg1_1__Reg1_2, AMFBS_HasNEON, { MCK_F… 19665 …{ 6593 /* uqrshl */, AArch64::UQRSHLv1i64, Convert__Reg1_0__Reg1_1__Reg1_2, AMFBS_HasNEON, { MCK_F… 19666 …{ 6593 /* uqrshl */, AArch64::UQRSHLv1i8, Convert__Reg1_0__Reg1_1__Reg1_2, AMFBS_HasNEON, { MCK_FP… 19667 …{ 6593 /* uqrshl */, AArch64::UQRSHLv16i8, Convert__VectorReg1281_0__VectorReg1281_2__VectorReg128… 19668 …{ 6593 /* uqrshl */, AArch64::UQRSHLv2i64, Convert__VectorReg1281_0__VectorReg1281_2__VectorReg128… 19669 …{ 6593 /* uqrshl */, AArch64::UQRSHLv4i32, Convert__VectorReg1281_0__VectorReg1281_2__VectorReg128… 19670 …{ 6593 /* uqrshl */, AArch64::UQRSHLv8i16, Convert__VectorReg1281_0__VectorReg1281_2__VectorReg128… 19671 …{ 6593 /* uqrshl */, AArch64::UQRSHLv2i32, Convert__VectorReg641_0__VectorReg641_2__VectorReg641_4… [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SVEInstrInfo.td | 1372 defm UQRSHL_ZPmZ : sve2_int_arith_pred<0b010110, "uqrshl">;
|