Home
last modified time | relevance | path

Searched refs:smlsl2 (Results 1 – 23 of 23) sorted by relevance

/external/libavc/common/armv8/
Dih264_inter_pred_luma_horz_hpel_vert_hpel_av8.s145 smlsl2 v23.4s, v24.8h, v30.8h
170 smlsl2 v22.4s, v24.8h, v30.8h
226 smlsl2 v23.4s, v24.8h, v30.8h
252 smlsl2 v22.4s, v24.8h, v30.8h
305 smlsl2 v23.4s, v24.8h, v30.8h
331 smlsl2 v22.4s, v24.8h, v30.8h
387 smlsl2 v23.4s, v24.8h, v30.8h
412 smlsl2 v22.4s, v24.8h, v30.8h
497 smlsl2 v22.4s, v18.8h, v24.8h
528 smlsl2 v22.4s, v18.8h, v24.8h
[all …]
Dih264_inter_pred_luma_horz_qpel_vert_hpel_av8.s208 smlsl2 v22.4s, v24.8h, v30.8h
233 smlsl2 v22.4s, v24.8h, v30.8h
295 smlsl2 v22.4s, v24.8h, v30.8h
321 smlsl2 v22.4s, v24.8h, v30.8h
379 smlsl2 v22.4s, v24.8h, v30.8h
405 smlsl2 v22.4s, v24.8h, v30.8h
466 smlsl2 v22.4s, v24.8h, v30.8h
491 smlsl2 v22.4s, v24.8h, v30.8h
582 smlsl2 v22.4s, v18.8h, v24.8h
613 smlsl2 v22.4s, v18.8h, v24.8h
[all …]
Dih264_inter_pred_luma_horz_hpel_vert_qpel_av8.s269 smlsl2 v6.4s, v28.8h, v24.8h
306 smlsl2 v6.4s, v28.8h, v24.8h
347 smlsl2 v6.4s, v26.8h, v24.8h
372 smlsl2 v6.4s, v10.8h, v24.8h
518 smlsl2 v6.4s, v28.8h, v24.8h
552 smlsl2 v6.4s, v28.8h, v24.8h
591 smlsl2 v6.4s, v26.8h, v24.8h
617 smlsl2 v6.4s, v10.8h, v24.8h
762 smlsl2 v6.4s, v28.8h, v24.8h
802 smlsl2 v6.4s, v28.8h, v24.8h
[all …]
/external/llvm/test/MC/AArch64/
Dneon-2velem.s102 smlsl2 v0.4s, v1.8h, v1.h[2]
103 smlsl2 v0.2d, v1.4s, v1.s[2]
104 smlsl2 v0.2d, v1.4s, v22.s[2]
Dneon-3vdiff.s185 smlsl2 v0.8h, v1.16b, v2.16b
186 smlsl2 v0.4s, v1.8h, v2.8h
187 smlsl2 v0.2d, v1.4s, v2.4s
Dneon-diagnostics.s2393 smlsl2 v0.8h, v1.16h, v2.16b
2394 smlsl2 v0.4s, v1.8s, v2.8h
2395 smlsl2 v0.2d, v1.4d, v2.4s
3141 smlsl2 v0.4h, v1.8h, v1.h[2]
3142 smlsl2 v0.4s, v1.8h, v1.h[8]
3143 smlsl2 v0.4s, v1.8h, v16.h[2]
3144 smlsl2 v0.2s, v1.4s, v1.s[2]
3145 smlsl2 v0.2d, v1.4s, v1.s[4]
3146 smlsl2 v0.2d, v1.4s, v22.s[4]
Darm64-advsimd.s1234 smlsl2.4s v0, v0, v0[1]
1236 smlsl2.2d v0, v0, v0[3]
1303 ; CHECK: smlsl2.4s v0, v0, v0[1] ; encoding: [0x00,0x60,0x50,0x4f]
1305 ; CHECK: smlsl2.2d v0, v0, v0[3] ; encoding: [0x00,0x68,0xa0,0x4f]
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-2velem-high.ll319 ; CHECK-NEXT: smlsl2 {{v[0-9]+}}.4s, {{v[0-9]+}}.8h, [[REPLICATE]].8h
335 ; CHECK-NEXT: smlsl2 {{v[0-9]+}}.4s, {{v[0-9]+}}.8h, [[REPLICATE]].8h
347 ; CHECK-NEXT: smlsl2 {{v[0-9]+}}.2d, {{v[0-9]+}}.4s, [[REPLICATE]].4s
361 ; CHECK-NEXT: smlsl2 {{v[0-9]+}}.2d, {{v[0-9]+}}.4s, [[REPLICATE]].4s
Darm64-neon-3vdiff.ll1609 ; CHECK: smlsl2 {{v[0-9]+}}.8h, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
1620 ; CHECK: smlsl2 {{v[0-9]+}}.4s, {{v[0-9]+}}.8h, {{v[0-9]+}}.8h
1631 ; CHECK: smlsl2 {{v[0-9]+}}.2d, {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
/external/vixl/src/aarch64/
Dassembler-aarch64.h1627 void smlsl2(const VRegister& vd,
2376 void smlsl2(const VRegister& vd, const VRegister& vn, const VRegister& vm);
Dsimulator-aarch64.h2053 LogicVRegister smlsl2(VectorFormat vform,
2687 V(smlsl2) \
Dlogic-aarch64.cc997 LogicVRegister Simulator::smlsl2(VectorFormat vform, in smlsl2() function in vixl::aarch64::Simulator
1005 return smlsl2(vform, dst, src1, dup_element(indexform, temp, src2, index)); in smlsl2()
3207 LogicVRegister Simulator::smlsl2(VectorFormat vform, in smlsl2() function in vixl::aarch64::Simulator
Dmacro-assembler-aarch64.h2186 V(smlsl2, Smlsl2) \
2383 V(smlsl2, Smlsl2) \
Dsimulator-aarch64.cc3589 smlsl2(vf_l, rd, rn, rm); in VisitNEON3Different()
3807 Op = &Simulator::smlsl2; in VisitNEONByIndexedElement()
Dassembler-aarch64.cc1914 V(smlsl2, NEON_SMLSL2, vn.IsVector() && vn.IsQ()) \
3013 V(smlsl2, NEON_SMLSL_byelement, vn.IsVector() && vn.IsQ()) \ in NEON_FPBYELEMENT_LIST()
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc1492 __ smlsl2(v14.V2D(), v14.V4S(), v5.V4S()); in GenerateTestSequenceNEON() local
1493 __ smlsl2(v15.V2D(), v5.V4S(), v0.S(), 1); in GenerateTestSequenceNEON() local
1494 __ smlsl2(v29.V4S(), v17.V8H(), v31.V8H()); in GenerateTestSequenceNEON() local
1495 __ smlsl2(v6.V4S(), v15.V8H(), v9.H(), 6); in GenerateTestSequenceNEON() local
1496 __ smlsl2(v30.V8H(), v15.V16B(), v15.V16B()); in GenerateTestSequenceNEON() local
/external/vixl/test/test-trace-reference/
Dlog-disasm1258 0x~~~~~~~~~~~~~~~~ 4ea5a1ce smlsl2 v14.2d, v14.4s, v5.4s
1259 0x~~~~~~~~~~~~~~~~ 4fa060af smlsl2 v15.2d, v5.4s, v0.s[1]
1260 0x~~~~~~~~~~~~~~~~ 4e7fa23d smlsl2 v29.4s, v17.8h, v31.8h
1261 0x~~~~~~~~~~~~~~~~ 4f6969e6 smlsl2 v6.4s, v15.8h, v9.h[6]
1262 0x~~~~~~~~~~~~~~~~ 4e2fa1fe smlsl2 v30.8h, v15.16b, v15.16b
Dlog-disasm-colour1258 0x~~~~~~~~~~~~~~~~ 4ea5a1ce smlsl2 v14.2d, v14.4s, v5.4s
1259 0x~~~~~~~~~~~~~~~~ 4fa060af smlsl2 v15.2d, v5.4s, v0.s[1]
1260 0x~~~~~~~~~~~~~~~~ 4e7fa23d smlsl2 v29.4s, v17.8h, v31.8h
1261 0x~~~~~~~~~~~~~~~~ 4f6969e6 smlsl2 v6.4s, v15.8h, v9.h[6]
1262 0x~~~~~~~~~~~~~~~~ 4e2fa1fe smlsl2 v30.8h, v15.16b, v15.16b
Dlog-all3339 0x~~~~~~~~~~~~~~~~ 4ea5a1ce smlsl2 v14.2d, v14.4s, v5.4s
3341 0x~~~~~~~~~~~~~~~~ 4fa060af smlsl2 v15.2d, v5.4s, v0.s[1]
3343 0x~~~~~~~~~~~~~~~~ 4e7fa23d smlsl2 v29.4s, v17.8h, v31.8h
3345 0x~~~~~~~~~~~~~~~~ 4f6969e6 smlsl2 v6.4s, v15.8h, v9.h[6]
3347 0x~~~~~~~~~~~~~~~~ 4e2fa1fe smlsl2 v30.8h, v15.16b, v15.16b
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt1273 # CHECK: smlsl2 v0.8h, v1.16b, v2.16b
1274 # CHECK: smlsl2 v0.4s, v1.8h, v2.8h
1275 # CHECK: smlsl2 v0.2d, v1.4s, v2.4s
Darm64-advsimd.txt1719 # CHECK: smlsl2.4s v0, v0, v0[1]
1721 # CHECK: smlsl2.2d v0, v0, v0[3]
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md3255 void smlsl2(const VRegister& vd,
3264 void smlsl2(const VRegister& vd,
/external/valgrind/none/tests/arm64/
Dfp_and_simd.stdout.exp27819 smlsl2 v29.2d, v20.4s, v3.s[1] f8d4e96271b7f37524abb4c40c2dfa08 67720974fd759b571d2ac12c7167b331…
27820 smlsl2 v29.2d, v20.4s, v3.s[2] f67e7d2c19a1fa6d7f2ff1f49c9a1275 8e1e3f430933aab8dca8905eea09c92e…
27823 smlsl2 v29.4s, v20.8h, v3.h[1] c6ee1015ab5394ea8403ef74284a6b58 5ca59d2c0d3500241201a657f1ae45f0…
27824 smlsl2 v29.4s, v20.8h, v3.h[1] 0b7b2c68f3a26c9d394fa8712dc00885 21ecf37c9190f8b88400894eb692f923…
27863 smlsl2 v2.2d, v11.4s, v29.4s a7b6fe3ebc7e1eff8d73e3583631dcab 5110095b66fda2bc57a6cbdc80b5c787 …
27865 smlsl2 v2.4s, v11.8h, v29.8h 65852347a28b8aa1cc5c9ab5bf7127ff e1a6004bc5f4beb5b405ab8b07a492f4 …
27867 smlsl2 v2.8h, v11.16b, v29.16b d9fc079f1e241693aab306afb41f95ab ce951b1e2ea6447307e9be421f8d8f26…