Home
last modified time | relevance | path

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

/external/libavc/common/armv8/
Dih264_ihadamard_scaling_av8.s111 ssubl v6.4s, v1.4h, v2.4h //x2 = x5 - x6
112 ssubl v7.4s, v0.4h, v3.4h //x3 = x4 - x7
225 ssubl v4.4s, v0.4h, v1.4h //i4_x1 = i4_x4 - i4_x5;...x3
Dih264_resi_trans_quant_av8.s530 ssubl v6.4s, v1.4h, v2.4h //x2 = x5 - x6;
531 ssubl v7.4s, v0.4h, v3.4h //x3 = x4 - x7;
678 ssubl v3.4s, v0.4h, v1.4h //x1 = x4 - x5; x3 = x6 - x7;
Dih264_iquant_itrans_recon_av8.s655 ssubl v22.4s, v13.4h, v11.4h
661 ssubl v26.4s, v15.4h, v9.4h
/external/libhevc/common/arm64/
Dihevc_itrans_recon_4x4.s150 ssubl v17.4s, v0.4h, v2.4h //pi2_src[0] - pi2_src[2]
184 ssubl v17.4s, v0.4h, v2.4h //pi2_src[0] - pi2_src[2]
/external/llvm/test/MC/AArch64/
Dneon-3vdiff.s49 ssubl v0.8h, v1.8b, v2.8b
50 ssubl v0.4s, v1.4h, v2.4h
51 ssubl v0.2d, v1.2s, v2.2s
Dneon-diagnostics.s2155 ssubl v0.8h, v1.8h, v2.8b
2156 ssubl v0.4s, v1.4s, v2.4h
2157 ssubl v0.2d, v1.2d, v2.2s
/external/llvm/test/CodeGen/AArch64/
Darm64-vsub.ll127 ;CHECK: ssubl.8h
138 ;CHECK: ssubl.4s
149 ;CHECK: ssubl.2d
Darm64-neon-3vdiff.ll301 ; CHECK: ssubl {{v[0-9]+}}.8h, {{v[0-9]+}}.8b, {{v[0-9]+}}.8b
311 ; CHECK: ssubl {{v[0-9]+}}.4s, {{v[0-9]+}}.4h, {{v[0-9]+}}.4h
321 ; CHECK: ssubl {{v[0-9]+}}.2d, {{v[0-9]+}}.2s, {{v[0-9]+}}.2s
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt1153 # CHECK: ssubl v0.8h, v1.8b, v2.8b
1154 # CHECK: ssubl v0.4s, v1.4h, v2.4h
1155 # CHECK: ssubl v0.2d, v1.2s, v2.2s
/external/vixl/src/vixl/a64/
Dsimulator-a64.h1991 LogicVRegister ssubl(VectorFormat vform,
Dmacro-assembler-a64.h2163 V(ssubl, Ssubl) \
Dassembler-a64.h3098 void ssubl(const VRegister& vd,
Dsimulator-a64.cc2763 case NEON_SSUBL: ssubl(vf_l, rd, rn, rm); break; in VisitNEON3Different()
Dlogic-a64.cc2919 LogicVRegister Simulator::ssubl(VectorFormat vform, in ssubl() function in vixl::Simulator
Dassembler-a64.cc2385 V(ssubl, NEON_SSUBL, vn.IsVector() && vn.IsD()) \
/external/vixl/test/
Dtest-simulator-a64.cc3818 DEFINE_TEST_NEON_3DIFF_LONG(ssubl, Basic)
/external/vixl/doc/
Dsupported-instructions.md3695 void ssubl(const VRegister& vd,
/external/valgrind/none/tests/arm64/
Dfp_and_simd.stdout.exp27387 ssubl v2.2d, v11.2s, v29.2s c0bf3e3313d664ac817f113b50530893 60921ac83a6c36e4107f13e2f25eff9a …
27389 ssubl v2.4s, v11.4h, v29.4h f4a07ceaa4f2b31ac7cc39b68cac9064 34056b98e5c065346d522f714eb25698 …
27391 ssubl v2.8h, v11.8b, v29.8b 1dd3711a86e3033416500deeec7fcde4 58840dd9b822ada82e148eb4a6b87abd …
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td3268 defm SSUBL : SIMDLongThreeVectorBHS<0, 0b0010, "ssubl",