HomeSort by relevance Sort by last modified time
    Searched full:sqshl (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /external/capstone/suite/MC/AArch64/
neon-scalar-saturating-shift.s.cs 2 0x20,0x4c,0x22,0x5e = sqshl b0, b1, b2
3 0x6a,0x4d,0x6c,0x5e = sqshl h10, h11, h12
4 0xb4,0x4e,0xa2,0x5e = sqshl s20, s21, s2
5 0xf1,0x4f,0xe8,0x5e = sqshl d17, d31, d8
neon-saturating-shift.s.cs 2 0x20,0x4c,0x22,0x0e = sqshl v0.8b, v1.8b, v2.8b
3 0x20,0x4c,0x22,0x4e = sqshl v0.16b, v1.16b, v2.16b
4 0x20,0x4c,0x62,0x0e = sqshl v0.4h, v1.4h, v2.4h
5 0x20,0x4c,0x62,0x4e = sqshl v0.8h, v1.8h, v2.8h
6 0x20,0x4c,0xa2,0x0e = sqshl v0.2s, v1.2s, v2.2s
7 0x20,0x4c,0xa2,0x4e = sqshl v0.4s, v1.4s, v2.4s
8 0x20,0x4c,0xe2,0x4e = sqshl v0.2d, v1.2d, v2.2d
neon-scalar-shift-imm.s.cs 11 0x6b,0x76,0x0f,0x5f = sqshl b11, b19, #7
12 0x4d,0x76,0x1b,0x5f = sqshl h13, h18, #11
13 0x2e,0x76,0x36,0x5f = sqshl s14, s17, #22
14 0x0f,0x76,0x73,0x5f = sqshl d15, d16, #51
neon-simd-shift.s.cs 78 0x20,0x74,0x0b,0x0f = sqshl v0.8b, v1.8b, #3
79 0x20,0x74,0x13,0x0f = sqshl v0.4h, v1.4h, #3
80 0x20,0x74,0x23,0x0f = sqshl v0.2s, v1.2s, #3
81 0x20,0x74,0x0b,0x4f = sqshl v0.16b, v1.16b, #3
82 0x20,0x74,0x13,0x4f = sqshl v0.8h, v1.8h, #3
83 0x20,0x74,0x23,0x4f = sqshl v0.4s, v1.4s, #3
84 0x20,0x74,0x43,0x4f = sqshl v0.2d, v1.2d, #3
  /external/llvm/test/CodeGen/AArch64/
arm64-sqshl-uqshl-i64Contant.ll 3 ; Check if sqshl/uqshl with constant shift amout can be selected.
6 ; CHECK: sqshl {{d[0-9]+}}, {{d[0-9]+}}, #36
7 %1 = tail call i64 @llvm.aarch64.neon.sqshl.i64(i64 %a, i64 36)
19 declare i64 @llvm.aarch64.neon.sqshl.i64(i64, i64)
arm64-vshift.ll 5 ;CHECK: sqshl.8b
8 %tmp3 = call <8 x i8> @llvm.aarch64.neon.sqshl.v8i8(<8 x i8> %tmp1, <8 x i8> %tmp2)
14 ;CHECK: sqshl.4h
17 %tmp3 = call <4 x i16> @llvm.aarch64.neon.sqshl.v4i16(<4 x i16> %tmp1, <4 x i16> %tmp2)
23 ;CHECK: sqshl.2s
26 %tmp3 = call <2 x i32> @llvm.aarch64.neon.sqshl.v2i32(<2 x i32> %tmp1, <2 x i32> %tmp2)
59 ;CHECK: sqshl.16b
62 %tmp3 = call <16 x i8> @llvm.aarch64.neon.sqshl.v16i8(<16 x i8> %tmp1, <16 x i8> %tmp2)
68 ;CHECK: sqshl.8h
71 %tmp3 = call <8 x i16> @llvm.aarch64.neon.sqshl.v8i16(<8 x i16> %tmp1, <8 x i16> %tmp2
    [all...]
  /external/llvm/test/MC/AArch64/
neon-saturating-shift.s 9 sqshl v0.8b, v1.8b, v2.8b
10 sqshl v0.16b, v1.16b, v2.16b
11 sqshl v0.4h, v1.4h, v2.4h
12 sqshl v0.8h, v1.8h, v2.8h
13 sqshl v0.2s, v1.2s, v2.2s
14 sqshl v0.4s, v1.4s, v2.4s
15 sqshl v0.2d, v1.2d, v2.2d
17 // CHECK: sqshl v0.8b, v1.8b, v2.8b // encoding: [0x20,0x4c,0x22,0x0e]
18 // CHECK: sqshl v0.16b, v1.16b, v2.16b // encoding: [0x20,0x4c,0x22,0x4e]
19 // CHECK: sqshl v0.4h, v1.4h, v2.4h // encoding: [0x20,0x4c,0x62,0x0e
    [all...]
neon-scalar-saturating-shift.s 6 sqshl b0, b1, b2
7 sqshl h10, h11, h12
8 sqshl s20, s21, s2
9 sqshl d17, d31, d8
11 // CHECK: sqshl b0, b1, b2 // encoding: [0x20,0x4c,0x22,0x5e]
12 // CHECK: sqshl h10, h11, h12 // encoding: [0x6a,0x4d,0x6c,0x5e]
13 // CHECK: sqshl s20, s21, s2 // encoding: [0xb4,0x4e,0xa2,0x5e]
14 // CHECK: sqshl d17, d31, d8 // encoding: [0xf1,0x4f,0xe8,0x5e]
neon-scalar-shift-imm.s 71 sqshl b11, b19, #7
72 sqshl h13, h18, #11
73 sqshl s14, s17, #22
74 sqshl d15, d16, #51
76 // CHECK: sqshl b11, b19, #7 // encoding: [0x6b,0x76,0x0f,0x5f]
77 // CHECK: sqshl h13, h18, #11 // encoding: [0x4d,0x76,0x1b,0x5f]
78 // CHECK: sqshl s14, s17, #22 // encoding: [0x2e,0x76,0x36,0x5f]
79 // CHECK: sqshl d15, d16, #51 // encoding: [0x0f,0x76,0x73,0x5f]
neon-simd-shift.s 221 sqshl v0.8b, v1.8b, #3
222 sqshl v0.4h, v1.4h, #3
223 sqshl v0.2s, v1.2s, #3
224 sqshl v0.16b, v1.16b, #3
225 sqshl v0.8h, v1.8h, #3
226 sqshl v0.4s, v1.4s, #3
227 sqshl v0.2d, v1.2d, #3
229 // CHECK: sqshl v0.8b, v1.8b, #3 // encoding: [0x20,0x74,0x0b,0x0f]
230 // CHECK: sqshl v0.4h, v1.4h, #3 // encoding: [0x20,0x74,0x13,0x0f]
231 // CHECK: sqshl v0.2s, v1.2s, #3 // encoding: [0x20,0x74,0x23,0x0f
    [all...]
arm64-advsimd.s 350 sqshl.8b v0, v0, v0
421 ; CHECK: sqshl.8b v0, v0, v0 ; encoding: [0x00,0x4c,0x20,0x0e]
    [all...]
  /external/libxaac/decoder/armv8/
ixheaacd_overlap_add1.s 100 SQSHL V15.4S, V15.4S, V11.4S
110 SQSHL V13.4S, V13.4S, #2
117 SQSHL V12.4S, V12.4S, V11.4S
139 SQSHL V9.4S, V9.4S, #2
165 SQSHL V15.4S, V15.4S, V11.4S
167 SQSHL V12.4S, V12.4S, V11.4S
204 SQSHL V13.4S, V13.4S, #2
205 SQSHL V9.4S, V9.4S, #2
221 SQSHL V15.4S, V15.4S, V11.4S
223 SQSHL V12.4S, V12.4S, V11.4
    [all...]
ixheaacd_no_lap1.s 65 SQSHL V25.4S, V0.4S, V31.4S
77 SQSHL V22.4S, V29.4S, V31.4S
90 SQSHL V25.4S, V0.4S, V31.4S
107 SQSHL V22.4S, V29.4S, V31.4S
ixheaacd_post_twiddle_overlap.s 268 sQshL v8.2s, v8.2s, #2
475 sQshL v28.4s, v28.4s, v0.4s
545 sQshL v0.4s, v0.4s, v26.4s
581 sQshL v4.4s, v4.4s, v16.4s
582 sQshL v6.4s, v6.4s, v16.4s
660 sQshL v4.4s, v4.4s, #2
669 sQshL v6.4s, v6.4s, #2
705 sQshL v8.4s, v8.4s, v16.4s
710 sQshL v30.4s, v30.4s, v16.4s
730 sQshL v30.4s, v8.4s, #
    [all...]
ixheaacd_shiftrountine_with_round.s 57 SQSHL v1.4s, v1.4s, v3.4s
ixheaacd_shiftrountine_with_round_eld.s 63 SQSHL v1.4s, v1.4s, v3.4s
ixheaacd_sbr_qmfsyn64_winadd.s 145 sQshL v26.4s, v26.4s, v22.4s
241 sQshL v26.4s, v26.4s, v22.4s
301 sQshL v26.4s, v26.4s, v22.4s
387 sQshL v26.4s, v26.4s, v22.4s
  /external/valgrind/none/tests/arm64/
fp_and_simd.c     [all...]
  /external/vixl/test/aarch64/
test-simulator-traces-aarch64.h     [all...]
test-trace-aarch64.cc     [all...]
  /external/llvm/test/MC/Disassembler/AArch64/
arm64-advsimd.txt 333 # CHECK: sqshl.8b v0, v0, v0
    [all...]
  /external/vixl/test/test-trace-reference/
log-disasm     [all...]
log-disasm-colour     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 330 SQSHL
799 SQSHL: "SQSHL",
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/arm64/arm64asm/
tables.go 330 SQSHL
799 SQSHL: "SQSHL",
    [all...]

Completed in 2477 milliseconds

1 2 3 4