Home
last modified time | relevance | path

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

/external/llvm/test/MC/AArch64/
Dneon-3vdiff.s121 sabdl2 v0.8h, v1.16b, v2.16b
122 sabdl2 v0.4s, v1.8h, v2.8h
123 sabdl2 v0.2d, v1.4s, v2.4s
Dneon-diagnostics.s2281 sabdl2 v0.8h, v1.16h, v2.16b
2282 sabdl2 v0.4s, v1.8s, v2.8h
2283 sabdl2 v0.2d, v1.4d, v2.4s
/external/capstone/suite/MC/AArch64/
Dneon-3vdiff.s.cs41 0x20,0x70,0x22,0x4e = sabdl2 v0.8h, v1.16b, v2.16b
42 0x20,0x70,0x62,0x4e = sabdl2 v0.4s, v1.8h, v2.8h
43 0x20,0x70,0xa2,0x4e = sabdl2 v0.2d, v1.4s, v2.4s
/external/llvm/test/CodeGen/AArch64/
Darm64-vabs.ll36 ;CHECK: sabdl2.8h
48 ;CHECK: sabdl2.4s
60 ;CHECK: sabdl2.2d
861 ; CHECK: sabdl2.2d
Darm64-neon-3vdiff.ll1189 ; CHECK: sabdl2 {{v[0-9]+}}.8h, {{v[0-9]+}}.16b, {{v[0-9]+}}.16b
1200 ; CHECK: sabdl2 {{v[0-9]+}}.4s, {{v[0-9]+}}.8h, {{v[0-9]+}}.8h
1211 ; CHECK: sabdl2 {{v[0-9]+}}.2d, {{v[0-9]+}}.4s, {{v[0-9]+}}.4s
/external/llvm/test/MC/Disassembler/AArch64/
Dneon-instructions.txt1216 # CHECK: sabdl2 v0.8h, v1.16b, v2.16b
1217 # CHECK: sabdl2 v0.4s, v1.8h, v2.8h
1218 # CHECK: sabdl2 v0.2d, v1.4s, v2.4s
/external/vixl/test/aarch64/
Dtest-trace-aarch64.cc1373 __ sabdl2(v31.V2D(), v11.V4S(), v3.V4S()); in GenerateTestSequenceNEON() local
1374 __ sabdl2(v26.V4S(), v11.V8H(), v27.V8H()); in GenerateTestSequenceNEON() local
1375 __ sabdl2(v6.V8H(), v8.V16B(), v18.V16B()); in GenerateTestSequenceNEON() local
Dtest-cpu-features-aarch64.cc1586 TEST_NEON(sabdl2_0, sabdl2(v0.V8H(), v1.V16B(), v2.V16B()))
1587 TEST_NEON(sabdl2_1, sabdl2(v0.V4S(), v1.V8H(), v2.V8H()))
1588 TEST_NEON(sabdl2_2, sabdl2(v0.V2D(), v1.V4S(), v2.V4S()))
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour1137 0x~~~~~~~~~~~~~~~~ 4ea3717f sabdl2 v31.2d, v11.4s, v3.4s
1138 0x~~~~~~~~~~~~~~~~ 4e7b717a sabdl2 v26.4s, v11.8h, v27.8h
1139 0x~~~~~~~~~~~~~~~~ 4e327106 sabdl2 v6.8h, v8.16b, v18.16b
Dlog-disasm1137 0x~~~~~~~~~~~~~~~~ 4ea3717f sabdl2 v31.2d, v11.4s, v3.4s
1138 0x~~~~~~~~~~~~~~~~ 4e7b717a sabdl2 v26.4s, v11.8h, v27.8h
1139 0x~~~~~~~~~~~~~~~~ 4e327106 sabdl2 v6.8h, v8.16b, v18.16b
Dlog-cpufeatures-custom1136 0x~~~~~~~~~~~~~~~~ 4ea3717f sabdl2 v31.2d, v11.4s, v3.4s ### {NEON} ###
1137 0x~~~~~~~~~~~~~~~~ 4e7b717a sabdl2 v26.4s, v11.8h, v27.8h ### {NEON} ###
1138 0x~~~~~~~~~~~~~~~~ 4e327106 sabdl2 v6.8h, v8.16b, v18.16b ### {NEON} ###
Dlog-cpufeatures1136 0x~~~~~~~~~~~~~~~~ 4ea3717f sabdl2 v31.2d, v11.4s, v3.4s // Needs: NEON
1137 0x~~~~~~~~~~~~~~~~ 4e7b717a sabdl2 v26.4s, v11.8h, v27.8h // Needs: NEON
1138 0x~~~~~~~~~~~~~~~~ 4e327106 sabdl2 v6.8h, v8.16b, v18.16b // Needs: NEON
Dlog-cpufeatures-colour1136 0x~~~~~~~~~~~~~~~~ 4ea3717f sabdl2 v31.2d, v11.4s, v3.4s NEON
1137 0x~~~~~~~~~~~~~~~~ 4e7b717a sabdl2 v26.4s, v11.8h, v27.8h NEON
1138 0x~~~~~~~~~~~~~~~~ 4e327106 sabdl2 v6.8h, v8.16b, v18.16b NEON
Dlog-all5254 0x~~~~~~~~~~~~~~~~ 4ea3717f sabdl2 v31.2d, v11.4s, v3.4s
5256 0x~~~~~~~~~~~~~~~~ 4e7b717a sabdl2 v26.4s, v11.8h, v27.8h
5258 0x~~~~~~~~~~~~~~~~ 4e327106 sabdl2 v6.8h, v8.16b, v18.16b
/external/capstone/arch/AArch64/
DAArch64MappingInsnOp.inc4729 { /* AArch64_SABDLv16i8_v8i16, ARM64_INS_SABDL2: sabdl2.8h $rd, $rn, $rm */
4741 { /* AArch64_SABDLv4i32_v2i64, ARM64_INS_SABDL2: sabdl2.2d $rd, $rn, $rm */
4745 { /* AArch64_SABDLv8i16_v4i32, ARM64_INS_SABDL2: sabdl2.4s $rd, $rn, $rm */
/external/vixl/src/aarch64/
Dsimulator-aarch64.h4031 V(sabdl2) \
Dassembler-aarch64.h3292 void sabdl2(const VRegister& vd, const VRegister& vn, const VRegister& vm);
Dassembler-aarch64.cc2435 V(sabdl2, NEON_SABDL2, vn.IsVector() && vn.IsQ()) \
Dlogic-aarch64.cc3730 LogicVRegister Simulator::sabdl2(VectorFormat vform, in sabdl2() function in vixl::aarch64::Simulator
Dmacro-assembler-aarch64.h2738 V(sabdl2, Sabdl2) \
Dsimulator-aarch64.cc7489 sabdl2(vf_l, rd, rn, rm); in VisitNEON3Different()
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md4793 void sabdl2(const VRegister& vd, const VRegister& vn, const VRegister& vm)
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/
DAArch64GenAsmMatcher.inc12555 "\005sabal\006sabal2\006sabalb\006sabalt\004sabd\005sabdl\006sabdl2\006s"
17115 …{ 3971 /* sabdl2 */, AArch64::SABDLv4i32_v2i64, Convert__VectorReg1281_0__VectorReg1281_2__VectorR…
17116 …{ 3971 /* sabdl2 */, AArch64::SABDLv8i16_v4i32, Convert__VectorReg1281_0__VectorReg1281_2__VectorR…
17117 …{ 3971 /* sabdl2 */, AArch64::SABDLv16i8_v8i16, Convert__VectorReg1281_0__VectorReg1281_2__VectorR…
24488 …{ 3971 /* sabdl2 */, AArch64::SABDLv4i32_v2i64, Convert__VectorReg1281_1__VectorReg1281_2__VectorR…
24489 …{ 3971 /* sabdl2 */, AArch64::SABDLv8i16_v4i32, Convert__VectorReg1281_1__VectorReg1281_2__VectorR…
24490 …{ 3971 /* sabdl2 */, AArch64::SABDLv16i8_v8i16, Convert__VectorReg1281_1__VectorReg1281_2__VectorR…