/external/llvm/test/MC/AArch64/ |
D | neon-scalar-shift-imm.s | 157 uqrshrn b10, h12, #5 158 uqrshrn h12, s10, #14 159 uqrshrn s10, d10, #25
|
D | neon-simd-shift.s | 385 uqrshrn v0.8b, v1.8h, #3 386 uqrshrn v0.4h, v1.4s, #3 387 uqrshrn v0.2s, v1.2d, #3
|
D | arm64-advsimd.s | 1382 uqrshrn b0, h0, #1 1383 uqrshrn h0, s0, #2 1384 uqrshrn s0, d0, #3 1431 ; CHECK: uqrshrn b0, h0, #1 ; encoding: [0x00,0x9c,0x0f,0x7f] 1432 ; CHECK: uqrshrn h0, s0, #2 ; encoding: [0x00,0x9c,0x1e,0x7f] 1433 ; CHECK: uqrshrn s0, d0, #3 ; encoding: [0x00,0x9c,0x3d,0x7f] 1569 uqrshrn.8b v0, v0, #1 1571 uqrshrn.4h v0, v0, #3 1573 uqrshrn.2s v0, v0, #5 1741 ; CHECK: uqrshrn.8b v0, v0, #1 ; encoding: [0x00,0x9c,0x0f,0x2f] [all …]
|
D | neon-diagnostics.s | 2010 uqrshrn v0.8b, v1.8b, #3 2011 uqrshrn v0.4h, v1.4h, #3 2012 uqrshrn v0.2s, v1.2s, #3 5149 uqrshrn b10, h12, #99 5150 uqrshrn h12, s10, #99 5151 uqrshrn s10, d10, #99
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | neon-scalar-shift-imm.s | 157 uqrshrn b10, h12, #5 158 uqrshrn h12, s10, #14 159 uqrshrn s10, d10, #25
|
D | neon-simd-shift.s | 385 uqrshrn v0.8b, v1.8h, #3 386 uqrshrn v0.4h, v1.4s, #3 387 uqrshrn v0.2s, v1.2d, #3
|
D | arm64-advsimd.s | 1382 uqrshrn b0, h0, #1 1383 uqrshrn h0, s0, #2 1384 uqrshrn s0, d0, #3 1431 ; CHECK: uqrshrn b0, h0, #1 ; encoding: [0x00,0x9c,0x0f,0x7f] 1432 ; CHECK: uqrshrn h0, s0, #2 ; encoding: [0x00,0x9c,0x1e,0x7f] 1433 ; CHECK: uqrshrn s0, d0, #3 ; encoding: [0x00,0x9c,0x3d,0x7f] 1569 uqrshrn.8b v0, v0, #1 1571 uqrshrn.4h v0, v0, #3 1573 uqrshrn.2s v0, v0, #5 1741 ; CHECK: uqrshrn.8b v0, v0, #1 ; encoding: [0x00,0x9c,0x0f,0x2f] [all …]
|
D | neon-diagnostics.s | 2015 uqrshrn v0.8b, v1.8b, #3 2016 uqrshrn v0.4h, v1.4h, #3 2017 uqrshrn v0.2s, v1.2s, #3 5089 uqrshrn b10, h12, #99 5090 uqrshrn h12, s10, #99 5091 uqrshrn s10, d10, #99
|
/external/capstone/suite/MC/AArch64/ |
D | neon-scalar-shift-imm.s.cs | 34 0x8a,0x9d,0x0b,0x7f = uqrshrn b10, h12, #5 35 0x4c,0x9d,0x12,0x7f = uqrshrn h12, s10, #14 36 0x4a,0x9d,0x27,0x7f = uqrshrn s10, d10, #25
|
D | neon-simd-shift.s.cs | 134 0x20,0x9c,0x0d,0x2f = uqrshrn v0.8b, v1.8h, #3 135 0x20,0x9c,0x1d,0x2f = uqrshrn v0.4h, v1.4s, #3 136 0x20,0x9c,0x3d,0x2f = uqrshrn v0.2s, v1.2d, #3
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-shift.ll | 534 %vqrshrn = tail call <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16> %b, i32 3) 545 %vqrshrn = tail call <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32> %b, i32 9) 557 %vqrshrn = tail call <2 x i32> @llvm.aarch64.neon.uqrshrn.v2i32(<2 x i64> %b, i32 19) 602 declare <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16>, i32) 604 declare <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32>, i32) 606 declare <2 x i32> @llvm.aarch64.neon.uqrshrn.v2i32(<2 x i64>, i32)
|
D | arm64-vshift.ll | 1008 ; CHECK: uqrshrn {{s[0-9]+}}, d0, #1 1009 %tmp = call i32 @llvm.aarch64.neon.uqrshrn.i32(i64 %A, i32 1) 1015 ;CHECK: uqrshrn.8b v0, {{v[0-9]+}}, #1 1017 %tmp3 = call <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16> %tmp1, i32 1) 1023 ;CHECK: uqrshrn.4h v0, {{v[0-9]+}}, #1 1025 %tmp3 = call <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32> %tmp1, i32 1) 1031 ;CHECK: uqrshrn.2s v0, {{v[0-9]+}}, #1 1033 %tmp3 = call <2 x i32> @llvm.aarch64.neon.uqrshrn.v2i32(<2 x i64> %tmp1, i32 1) 1042 %tmp3 = call <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16> %tmp1, i32 1) 1052 %tmp3 = call <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32> %tmp1, i32 1) [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-simd-shift.ll | 534 %vqrshrn = tail call <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16> %b, i32 3) 545 %vqrshrn = tail call <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32> %b, i32 9) 557 %vqrshrn = tail call <2 x i32> @llvm.aarch64.neon.uqrshrn.v2i32(<2 x i64> %b, i32 19) 602 declare <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16>, i32) 604 declare <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32>, i32) 606 declare <2 x i32> @llvm.aarch64.neon.uqrshrn.v2i32(<2 x i64>, i32)
|
D | arm64-vshift.ll | 1008 ; CHECK: uqrshrn {{s[0-9]+}}, d0, #1 1009 %tmp = call i32 @llvm.aarch64.neon.uqrshrn.i32(i64 %A, i32 1) 1015 ;CHECK: uqrshrn.8b v0, {{v[0-9]+}}, #1 1017 %tmp3 = call <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16> %tmp1, i32 1) 1023 ;CHECK: uqrshrn.4h v0, {{v[0-9]+}}, #1 1025 %tmp3 = call <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32> %tmp1, i32 1) 1031 ;CHECK: uqrshrn.2s v0, {{v[0-9]+}}, #1 1033 %tmp3 = call <2 x i32> @llvm.aarch64.neon.uqrshrn.v2i32(<2 x i64> %tmp1, i32 1) 1042 %tmp3 = call <8 x i8> @llvm.aarch64.neon.uqrshrn.v8i8(<8 x i16> %tmp1, i32 1) 1052 %tmp3 = call <4 x i16> @llvm.aarch64.neon.uqrshrn.v4i16(<4 x i32> %tmp1, i32 1) [all …]
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-advsimd.txt | 1835 # CHECK: uqrshrn b0, h0, #0x7 1836 # CHECK: uqrshrn h0, s0, #0xe 1837 # CHECK: uqrshrn s0, d0, #0x1d 2144 # CHECK: uqrshrn.8b v0, v0, #0x7 2146 # CHECK: uqrshrn.4h v0, v0, #0xd 2148 # CHECK: uqrshrn.2s v0, v0, #0x1b
|
D | neon-instructions.txt | 1066 # CHECK: uqrshrn v0.8b, v1.8h, #3 1067 # CHECK: uqrshrn v0.4h, v1.4s, #3 1068 # CHECK: uqrshrn v0.2s, v1.2d, #3 1948 # CHECK: uqrshrn b10, h12, #5 1949 # CHECK: uqrshrn h12, s10, #14 1950 # CHECK: uqrshrn s10, d10, #25
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-advsimd.txt | 1835 # CHECK: uqrshrn b0, h0, #0x7 1836 # CHECK: uqrshrn h0, s0, #0xe 1837 # CHECK: uqrshrn s0, d0, #0x1d 2144 # CHECK: uqrshrn.8b v0, v0, #0x7 2146 # CHECK: uqrshrn.4h v0, v0, #0xd 2148 # CHECK: uqrshrn.2s v0, v0, #0x1b
|
D | neon-instructions.txt | 1066 # CHECK: uqrshrn v0.8b, v1.8h, #3 1067 # CHECK: uqrshrn v0.4h, v1.4s, #3 1068 # CHECK: uqrshrn v0.2s, v1.2d, #3 1948 # CHECK: uqrshrn b10, h12, #5 1949 # CHECK: uqrshrn h12, s10, #14 1950 # CHECK: uqrshrn s10, d10, #25
|
/external/vixl/test/aarch64/ |
D | test-trace-aarch64.cc | 2325 __ uqrshrn(b11, h26, 4); in GenerateTestSequenceNEON() local 2326 __ uqrshrn(h7, s30, 5); in GenerateTestSequenceNEON() local 2327 __ uqrshrn(s10, d8, 21); in GenerateTestSequenceNEON() local 2328 __ uqrshrn(v15.V2S(), v6.V2D(), 11); in GenerateTestSequenceNEON() local 2329 __ uqrshrn(v5.V4H(), v26.V4S(), 12); in GenerateTestSequenceNEON() local 2330 __ uqrshrn(v28.V8B(), v25.V8H(), 5); in GenerateTestSequenceNEON() local
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 1980 0x~~~~~~~~~~~~~~~~ 7f0c9f4b uqrshrn b11, h26, #4 1981 0x~~~~~~~~~~~~~~~~ 7f1b9fc7 uqrshrn h7, s30, #5 1982 0x~~~~~~~~~~~~~~~~ 7f2b9d0a uqrshrn s10, d8, #21 1983 0x~~~~~~~~~~~~~~~~ 2f359ccf uqrshrn v15.2s, v6.2d, #11 1984 0x~~~~~~~~~~~~~~~~ 2f149f45 uqrshrn v5.4h, v26.4s, #12 1985 0x~~~~~~~~~~~~~~~~ 2f0b9f3c uqrshrn v28.8b, v25.8h, #5
|
D | log-disasm | 1980 0x~~~~~~~~~~~~~~~~ 7f0c9f4b uqrshrn b11, h26, #4 1981 0x~~~~~~~~~~~~~~~~ 7f1b9fc7 uqrshrn h7, s30, #5 1982 0x~~~~~~~~~~~~~~~~ 7f2b9d0a uqrshrn s10, d8, #21 1983 0x~~~~~~~~~~~~~~~~ 2f359ccf uqrshrn v15.2s, v6.2d, #11 1984 0x~~~~~~~~~~~~~~~~ 2f149f45 uqrshrn v5.4h, v26.4s, #12 1985 0x~~~~~~~~~~~~~~~~ 2f0b9f3c uqrshrn v28.8b, v25.8h, #5
|
D | log-cpufeatures-custom | 1979 0x~~~~~~~~~~~~~~~~ 7f0c9f4b uqrshrn b11, h26, #4 ### {NEON} ### 1980 0x~~~~~~~~~~~~~~~~ 7f1b9fc7 uqrshrn h7, s30, #5 ### {NEON} ### 1981 0x~~~~~~~~~~~~~~~~ 7f2b9d0a uqrshrn s10, d8, #21 ### {NEON} ### 1982 0x~~~~~~~~~~~~~~~~ 2f359ccf uqrshrn v15.2s, v6.2d, #11 ### {NEON} ### 1983 0x~~~~~~~~~~~~~~~~ 2f149f45 uqrshrn v5.4h, v26.4s, #12 ### {NEON} ### 1984 0x~~~~~~~~~~~~~~~~ 2f0b9f3c uqrshrn v28.8b, v25.8h, #5 ### {NEON} ###
|
D | log-cpufeatures-colour | 1979 0x~~~~~~~~~~~~~~~~ 7f0c9f4b uqrshrn b11, h26, #4 [1;35mNEON[0;m 1980 0x~~~~~~~~~~~~~~~~ 7f1b9fc7 uqrshrn h7, s30, #5 [1;35mNEON[0;m 1981 0x~~~~~~~~~~~~~~~~ 7f2b9d0a uqrshrn s10, d8, #21 [1;35mNEON[0;m 1982 0x~~~~~~~~~~~~~~~~ 2f359ccf uqrshrn v15.2s, v6.2d, #11 [1;35mNEON[0;m 1983 0x~~~~~~~~~~~~~~~~ 2f149f45 uqrshrn v5.4h, v26.4s, #12 [1;35mNEON[0;m 1984 0x~~~~~~~~~~~~~~~~ 2f0b9f3c uqrshrn v28.8b, v25.8h, #5 [1;35mNEON[0;m
|
D | log-cpufeatures | 1979 0x~~~~~~~~~~~~~~~~ 7f0c9f4b uqrshrn b11, h26, #4 // Needs: NEON 1980 0x~~~~~~~~~~~~~~~~ 7f1b9fc7 uqrshrn h7, s30, #5 // Needs: NEON 1981 0x~~~~~~~~~~~~~~~~ 7f2b9d0a uqrshrn s10, d8, #21 // Needs: NEON 1982 0x~~~~~~~~~~~~~~~~ 2f359ccf uqrshrn v15.2s, v6.2d, #11 // Needs: NEON 1983 0x~~~~~~~~~~~~~~~~ 2f149f45 uqrshrn v5.4h, v26.4s, #12 // Needs: NEON 1984 0x~~~~~~~~~~~~~~~~ 2f0b9f3c uqrshrn v28.8b, v25.8h, #5 // Needs: NEON
|
/external/capstone/arch/AArch64/ |
D | AArch64MappingInsnOp.inc | 8585 { /* AArch64_UQRSHRNb, ARM64_INS_UQRSHRN: uqrshrn $rd, $rn, $imm */ 8589 { /* AArch64_UQRSHRNh, ARM64_INS_UQRSHRN: uqrshrn $rd, $rn, $imm */ 8593 { /* AArch64_UQRSHRNs, ARM64_INS_UQRSHRN: uqrshrn $rd, $rn, $imm */ 8601 { /* AArch64_UQRSHRNv2i32_shift, ARM64_INS_UQRSHRN: uqrshrn.2s $rd, $rn, $imm */ 8605 { /* AArch64_UQRSHRNv4i16_shift, ARM64_INS_UQRSHRN: uqrshrn.4h $rd, $rn, $imm */ 8617 { /* AArch64_UQRSHRNv8i8_shift, ARM64_INS_UQRSHRN: uqrshrn.8b $rd, $rn, $imm */
|