Home
last modified time | relevance | path

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

/external/libavc/common/armv8/
Dih264_inter_pred_luma_horz_hpel_vert_hpel_av8.s141 smlsl2 v23.4s, v24.8h, v30.8h
166 smlsl2 v22.4s, v24.8h, v30.8h
222 smlsl2 v23.4s, v24.8h, v30.8h
248 smlsl2 v22.4s, v24.8h, v30.8h
301 smlsl2 v23.4s, v24.8h, v30.8h
327 smlsl2 v22.4s, v24.8h, v30.8h
383 smlsl2 v23.4s, v24.8h, v30.8h
408 smlsl2 v22.4s, v24.8h, v30.8h
493 smlsl2 v22.4s, v18.8h, v24.8h
524 smlsl2 v22.4s, v18.8h, v24.8h
[all …]
Dih264_inter_pred_luma_horz_qpel_vert_hpel_av8.s204 smlsl2 v22.4s, v24.8h, v30.8h
229 smlsl2 v22.4s, v24.8h, v30.8h
291 smlsl2 v22.4s, v24.8h, v30.8h
317 smlsl2 v22.4s, v24.8h, v30.8h
375 smlsl2 v22.4s, v24.8h, v30.8h
401 smlsl2 v22.4s, v24.8h, v30.8h
462 smlsl2 v22.4s, v24.8h, v30.8h
487 smlsl2 v22.4s, v24.8h, v30.8h
578 smlsl2 v22.4s, v18.8h, v24.8h
609 smlsl2 v22.4s, v18.8h, v24.8h
[all …]
Dih264_inter_pred_luma_horz_hpel_vert_qpel_av8.s264 smlsl2 v6.4s, v28.8h, v24.8h
301 smlsl2 v6.4s, v28.8h, v24.8h
342 smlsl2 v6.4s, v26.8h, v24.8h
367 smlsl2 v6.4s, v10.8h, v24.8h
513 smlsl2 v6.4s, v28.8h, v24.8h
547 smlsl2 v6.4s, v28.8h, v24.8h
586 smlsl2 v6.4s, v26.8h, v24.8h
612 smlsl2 v6.4s, v10.8h, v24.8h
757 smlsl2 v6.4s, v28.8h, v24.8h
797 smlsl2 v6.4s, v28.8h, v24.8h
[all …]
/external/llvm/test/MC/AArch64/
Dneon-2velem.s94 smlsl2 v0.4s, v1.8h, v1.h[2]
95 smlsl2 v0.2d, v1.4s, v1.s[2]
96 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.s1083 smlsl2.4s v0, v0, v0[1]
1085 smlsl2.2d v0, v0, v0[3]
1152 ; CHECK: smlsl2.4s v0, v0, v0[1] ; encoding: [0x00,0x60,0x50,0x4f]
1154 ; CHECK: smlsl2.2d v0, v0, v0[3] ; encoding: [0x00,0x68,0xa0,0x4f]
/external/llvm/test/CodeGen/AArch64/
Darm64-neon-2velem-high.ll189 ; CHECK: smlsl2 {{v[0-9]+}}.4s, {{v[0-9]+}}.8h, {{v[0-9]+}}.8h
203 ; CHECK: smlsl2 {{v[0-9]+}}.2d, {{v[0-9]+}}.4s, {{v[0-9]+}}.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/vixl/a64/
Dsimulator-a64.h1660 LogicVRegister smlsl2(VectorFormat vform,
2290 V(smlsl2) \
Dmacro-assembler-a64.h2145 V(smlsl2, Smlsl2) \
2347 V(smlsl2, Smlsl2) \
Dassembler-a64.h2335 void smlsl2(const VRegister& vd,
3389 void smlsl2(const VRegister& vd,
Dlogic-a64.cc971 LogicVRegister Simulator::smlsl2(VectorFormat vform, in smlsl2() function in vixl::Simulator
979 return smlsl2(vform, dst, src1, dup_element(indexform, temp, src2, index)); in smlsl2()
3145 LogicVRegister Simulator::smlsl2(VectorFormat vform, in smlsl2() function in vixl::Simulator
Dsimulator-a64.cc2778 case NEON_SMLSL2: smlsl2(vf_l, rd, rn, rm); break; in VisitNEON3Different()
2902 Op = &Simulator::smlsl2; in VisitNEONByIndexedElement()
Dassembler-a64.cc2378 V(smlsl2, NEON_SMLSL2, vn.IsVector() && vn.IsQ()) \
3545 V(smlsl2, NEON_SMLSL_byelement, vn.IsVector() && vn.IsQ()) \ in NEON_FPBYELEMENT_LIST()
/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/
Dsupported-instructions.md3213 void smlsl2(const VRegister& vd,
3222 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…