Searched refs:uaddlv (Results 1 - 12 of 12) sorted by relevance

/external/llvm/test/MC/AArch64/
H A Dneon-across.s21 uaddlv h0, v1.8b
22 uaddlv h0, v1.16b
23 uaddlv s0, v1.4h
24 uaddlv s0, v1.8h
25 uaddlv d0, v1.4s
27 // CHECK: uaddlv h0, v1.8b // encoding: [0x20,0x38,0x30,0x2e]
28 // CHECK: uaddlv h0, v1.16b // encoding: [0x20,0x38,0x30,0x6e]
29 // CHECK: uaddlv s0, v1.4h // encoding: [0x20,0x38,0x70,0x2e]
30 // CHECK: uaddlv s0, v1.8h // encoding: [0x20,0x38,0x70,0x6e]
31 // CHECK: uaddlv d
[all...]
H A Dneon-diagnostics.s3743 uaddlv b0, v1.8b
3744 uaddlv b0, v1.16b
3745 uaddlv h0, v1.4h
3746 uaddlv h0, v1.8h
3747 uaddlv s0, v1.2s
3748 uaddlv s0, v1.4s
3749 uaddlv d0, v1.2s
3752 // CHECK-ERROR: uaddlv b0, v1.8b
3755 // CHECK-ERROR: uaddlv b0, v1.16b
3758 // CHECK-ERROR: uaddlv h
[all...]
/external/capstone/suite/MC/AArch64/
H A Dneon-across.s.cs7 0x20,0x38,0x30,0x2e = uaddlv h0, v1.8b
8 0x20,0x38,0x30,0x6e = uaddlv h0, v1.16b
9 0x20,0x38,0x70,0x2e = uaddlv s0, v1.4h
10 0x20,0x38,0x70,0x6e = uaddlv s0, v1.8h
11 0x20,0x38,0xb0,0x6e = uaddlv d0, v1.4s
/external/vixl/test/aarch64/
H A Dtest-trace-aarch64.cc2213 __ uaddlv(d28, v22.V4S());
2214 __ uaddlv(h0, v19.V16B());
2215 __ uaddlv(h30, v30.V8B());
2216 __ uaddlv(s24, v18.V4H());
2217 __ uaddlv(s10, v0.V8H());
H A Dtest-simulator-aarch64.cc4409 DEFINE_TEST_NEON_ACROSS_LONG(uaddlv, Basic)
/external/vixl/src/aarch64/
H A Dassembler-aarch64.h2078 void uaddlv(const VRegister& vd, const VRegister& vn);
H A Dmacro-assembler-aarch64.h2358 V(uaddlv, Uaddlv) \
H A Dsimulator-aarch64.h2328 LogicVRegister uaddlv(VectorFormat vform,
H A Dsimulator-aarch64.cc3730 uaddlv(vf, rd, rn);
H A Dassembler-aarch64.cc3459 void Assembler::uaddlv(const VRegister& vd, const VRegister& vn) {
H A Dlogic-aarch64.cc1470 LogicVRegister Simulator::uaddlv(VectorFormat vform, function in class:vixl::aarch64::Simulator
/external/valgrind/none/tests/arm64/
H A Dfp_and_simd.stdout.exp27417 uaddlv h3, v19.16b 32c3a575a3a60df92a502ab22dc4922c 12548825f7c9ded60ac49ce1fcc16275 00000000000000000000000000000966 12548825f7c9ded60ac49ce1fcc16275 fpsr=00000000
27418 uaddlv h3, v19.8b 12d337600a277794b514da44733fdf4d 87cad64dc73cf347a83efe59576fff85 00000000000000000000000000000487 87cad64dc73cf347a83efe59576fff85 fpsr=00000000
27419 uaddlv s3, v19.8h 2d6ffe15b726901bf02813c432bcef3e d0c53178f4a60f5c8d02bff74498b61d 00000000000000000000000000044ded d0c53178f4a60f5c8d02bff74498b61d fpsr=00000000
27420 uaddlv s3, v19.4h e47858740985b76e3a6e3411ca1d21df 4d24f884dfe791f51aef429b211ce81d 000000000000000000000000000166c3 4d24f884dfe791f51aef429b211ce81d fpsr=00000000
27421 uaddlv d3, v19.4s 96cfa85d61224d6cf3c49d0d9c40d510 5dc88b53e7dfd9f1aee4e42550dbf465 00000000000000000000000245693dce 5dc88b53e7dfd9f1aee4e42550dbf465 fpsr=00000000
[all...]

Completed in 350 milliseconds