Home
last modified time | relevance | path

Searched refs:arm64 (Results 1 – 25 of 1668) sorted by relevance

12345678910>>...67

/external/capstone/arch/AArch64/
DAArch64InstPrinter.c73 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].access = access; in set_mem_access()
76 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_MEM; in set_mem_access()
77 …MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].mem.base = ARM64_REG_… in set_mem_access()
78 …MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].mem.index = ARM64_REG… in set_mem_access()
79 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].mem.disp = 0; in set_mem_access()
82 MI->flat_insn->detail->arm64.op_count++; in set_mem_access()
142 MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].access = access; in AArch64_printInst()
145 … MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].type = ARM64_OP_REG; in AArch64_printInst()
146 …MI->flat_insn->detail->arm64.operands[MI->flat_insn->detail->arm64.op_count].reg = MCOperand_getRe… in AArch64_printInst()
147 MI->flat_insn->detail->arm64.op_count++; in AArch64_printInst()
[all …]
/external/libhevc/
DAndroid.bp106 arm64: {
118 "decoder/arm64",
119 "common/arm64",
125 "decoder/arm64/ihevcd_function_selector_av8.c",
128 "common/arm64/ihevc_mem_fns.s",
129 "common/arm64/ihevc_itrans_recon_32x32.s",
130 "common/arm64/ihevc_weighted_pred_bi_default.s",
131 "common/arm64/ihevc_weighted_pred_bi.s",
132 "common/arm64/ihevc_weighted_pred_uni.s",
133 "common/arm64/ihevc_deblk_luma_horz.s",
[all …]
/external/igt-gpu-tools/
DDockerfile.debian-arm6413 RUN dpkg --add-architecture arm64
17 libatomic1:arm64 \
18 libpciaccess-dev:arm64 \
19 libkmod-dev:arm64 \
20 libprocps-dev:arm64 \
21 libunwind-dev:arm64 \
22 libdw-dev:arm64 \
23 zlib1g-dev:arm64 \
24 liblzma-dev:arm64 \
25 libcairo-dev:arm64 \
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dcpus.ll4 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s
5 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=carmel 2>&1 | FileCheck %s
6 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a35 2>&1 | FileCheck %s
7 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a34 2>&1 | FileCheck %s
8 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a53 2>&1 | FileCheck %s
9 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a55 2>&1 | FileCheck %s
10 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a57 2>&1 | FileCheck %s
11 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a65 2>&1 | FileCheck %s
12 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a65ae 2>&1 | FileCheck %s
13 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a72 2>&1 | FileCheck %s
[all …]
Darm64-reserve-call-saved-reg.ll1 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x9 -mattr=+call-saved-x9 -o - %s | FileCheck %s…
2 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x9 -mattr=+call-saved-x9 -global-isel -o - %s |…
3 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x9 -mattr=+call-saved-x9 -fast-isel -o - %s | F…
5 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x10 -mattr=+call-saved-x10 -o - %s | FileCheck …
6 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x10 -mattr=+call-saved-x10 -global-isel -o - %s…
7 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x10 -mattr=+call-saved-x10 -fast-isel -o - %s |…
9 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x11 -mattr=+call-saved-x11 -o - %s | FileCheck …
10 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x11 -mattr=+call-saved-x11 -global-isel -o - %s…
11 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x11 -mattr=+call-saved-x11 -fast-isel -o - %s |…
13 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x12 -mattr=+call-saved-x12 -o - %s | FileCheck …
[all …]
Darm64-tls-local-exec.ll2 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -tls-size=12 < %s …
3 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -tls-size=12 | llvm-objdump -r - | File…
4 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=tiny -…
5 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=tiny -tls-size=24 | llvm-ob…
6 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=small …
7 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=small -tls-size=32 | llvm-o…
8 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -code-model=large …
9 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -code-model=large -tls-size=48 | llvm-o…
12 ; RUN: llc -mtriple=arm64-none-linux-gnu -verify-machineinstrs -show-mc-encoding -tls-size=32 < %s …
13 ; RUN: llc -mtriple=arm64-none-linux-gnu -filetype=obj < %s -tls-size=32 | llvm-objdump -r - | File…
[all …]
Darm64-platform-reg.ll1 ; RUN: llc -mtriple=arm64-apple-ios -mattr=+reserve-x18 -o - %s | FileCheck %s --check-prefix=CHECK…
2 ; RUN: llc -mtriple=arm64-freebsd-gnu -mattr=+reserve-x18 -o - %s | FileCheck %s --check-prefix=CHE…
3 ; RUN: llc -mtriple=arm64-linux-gnu -o - %s | FileCheck %s
9 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x1 -o - %s | FileCheck %s --check-prefixes=CHEC…
10 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x2 -o - %s | FileCheck %s --check-prefixes=CHEC…
11 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x3 -o - %s | FileCheck %s --check-prefixes=CHEC…
12 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x4 -o - %s | FileCheck %s --check-prefixes=CHEC…
13 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x5 -o - %s | FileCheck %s --check-prefixes=CHEC…
14 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x6 -o - %s | FileCheck %s --check-prefixes=CHEC…
15 ; RUN: llc -mtriple=arm64-linux-gnu -mattr=+reserve-x7 -o - %s | FileCheck %s --check-prefixes=CHEC…
[all …]
/external/cpuinfo/scripts/
Dandroid-arm64-mock.sh5 adb push build/android/arm64-v8a/alcatel-revvl-test /data/local/tmp/alcatel-revvl-test
6 adb push build/android/arm64-v8a/galaxy-a8-2018-test /data/local/tmp/galaxy-a8-2018-test
7 adb push build/android/arm64-v8a/galaxy-c9-pro-test /data/local/tmp/galaxy-c9-pro-test
8 adb push build/android/arm64-v8a/galaxy-s6-test /data/local/tmp/galaxy-s6-test
9 adb push build/android/arm64-v8a/galaxy-s7-global-test /data/local/tmp/galaxy-s7-global-test
10 adb push build/android/arm64-v8a/galaxy-s7-us-test /data/local/tmp/galaxy-s7-us-test
11 adb push build/android/arm64-v8a/galaxy-s8-global-test /data/local/tmp/galaxy-s8-global-test
12 adb push build/android/arm64-v8a/galaxy-s8-us-test /data/local/tmp/galaxy-s8-us-test
13 adb push build/android/arm64-v8a/galaxy-s9-global-test /data/local/tmp/galaxy-s9-global-test
14 adb push build/android/arm64-v8a/galaxy-s9-us-test /data/local/tmp/galaxy-s9-us-test
[all …]
/external/llvm-project/llvm/test/tools/llvm-lipo/
Dsegalign-invalid-input.test1 # RUN: yaml2obj %p/Inputs/arm64-slice.yaml -o %t-arm64.o
4 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -create -o %t.o -segalign a 2>&1 | FileCheck --check-pre…
7 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -o %t.o -segalign arm64 10 2>&1 | FileCheck --check-pref…
10 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -create -o %t.o -segalign arm6 10 2>&1 | FileCheck --che…
13 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -create -o %t.o -segalign arm64 15.7 2>&1 | FileCheck --…
16 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -create -o %t.o -segalign arm64 15 2>&1 | FileCheck --ch…
19 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -create -o %t.o -segalign arm64 0 2>&1 | FileCheck --che…
22 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -create -o %t.o -segalign arm64 10000 2>&1 | FileCheck -…
25 # RUN: not llvm-lipo %t-armv7.o %t-arm64.o -create -o %t.o -segalign arm64 100 -segalign arm64 200 …
26 # DUPLICATE_ALIGN: error: -segalign arm64 <alignment_value> specified multiple times: 256, 512
[all …]
Dthin-universal-binary-ir.test2 # RUN: llvm-as %p/Inputs/arm64-ios.ll -o %t-arm64.o
4 # RUN: llvm-lipo %t-armv7.o %t-arm64.o -create -output %t-universal.o
5 # RUN: llvm-lipo %t-universal.o -thin arm64 -output %t-arm64.out
6 # RUN: opt -S %t-arm64.out | FileCheck --check-prefix=ARM64 %s
10 # ARM64: arm64-apple-ios8.0.0
Dcreate-arch-ir.test2 # RUN: llvm-as %p/Inputs/arm64-ios.ll -o %t-arm64.o
4 # RUN: llvm-lipo %t-armv7.o %t-arm64.o -create -output %t-universal.o
5 # RUN: llvm-lipo -arch armv7 %t-armv7.o -arch arm64 %t-arm64.o -create -output %t-universal-1.o
8 # RUN: not llvm-lipo -arch armv7 %t-arm64.o -create -output /dev/null 2>&1 | FileCheck --check-pref…
9 …rror: specified architecture: armv7 for file: {{.*}} does not match the file's architecture (arm64)
Dsegalign.test1 # RUN: yaml2obj %p/Inputs/arm64-slice.yaml -o %t-arm64.o
7 # RUN: llvm-lipo %t-universal.o %t-arm64.o -create -o %t.o -segalign arm64 100
18 # CHECK_SMALL_ARM64-NEXT: architecture arm64
23 # RUN: llvm-lipo %t-universal.o %t-arm64.o -create -o %t-nosegalign.o
25 # CHECK_SMALL_ARM64_NO_SEGALIGN: architecture arm64
30 # RUN: llvm-lipo %t.o -thin arm64 -o %thin-arm64.o
31 # RUN: cmp %thin-arm64.o %t-arm64.o
69 # RUN: yaml2obj %p/Inputs/i386-x86_64-armv7-arm64-universal.yaml -o %t-universal-big.o
86 # CHECK_REPLACE_ARMV7-NEXT: architecture arm64
106 # CHECK_REPLACE_ARMV7_NO_SEGALGIN-NEXT: architecture arm64
/external/llvm/test/CodeGen/AArch64/
Dcpus.ll4 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=generic 2>&1 | FileCheck %s
5 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a35 2>&1 | FileCheck %s
6 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a53 2>&1 | FileCheck %s
7 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a57 2>&1 | FileCheck %s
8 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a72 2>&1 | FileCheck %s
9 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=cortex-a73 2>&1 | FileCheck %s
10 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=exynos-m1 2>&1 | FileCheck %s
11 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=kryo 2>&1 | FileCheck %s
12 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=vulcan 2>&1 | FileCheck %s
13 ; RUN: llc < %s -mtriple=arm64-unknown-unknown -mcpu=invalidcpu 2>&1 | FileCheck %s --check-prefix=…
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-basic-a64-undefined.txt4 # RUN: echo "0x00 0x08 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s
5 # RUN: echo "0x00 0x88 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s
9 # RUN: echo "0x00 0x10 0xa0 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
10 # RUN: echo "0x00 0x10 0x60 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
11 # RUN: echo "0x00 0x14 0x20 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
14 # RUN: echo "0x00 0x00 0xc0 0x72" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
17 # RUN: echo "0x00 0x00 0xc0 0xeb" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
18 # RUN: echo "0x00 0x80 0x80 0x6b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
21 # RUN: echo "0x00 0x80 0x00 0x53" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
24 # RUN: echo "0x00 0x40 0x00 0x2e" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
[all …]
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/
Darm64-basic-a64-undefined.txt4 # RUN: echo "0x00 0x08 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s
5 # RUN: echo "0x00 0x88 0x20 0xf8" | llvm-mc -triple arm64 -disassemble 2>&1 | FileCheck %s
9 # RUN: echo "0x00 0x10 0xa0 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
10 # RUN: echo "0x00 0x10 0x60 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
11 # RUN: echo "0x00 0x14 0x20 0x0b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
14 # RUN: echo "0x00 0x00 0xc0 0x72" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
17 # RUN: echo "0x00 0x00 0xc0 0xeb" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
18 # RUN: echo "0x00 0x80 0x80 0x6b" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
21 # RUN: echo "0x00 0x80 0x00 0x53" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
24 # RUN: echo "0x00 0x40 0x00 0x2e" | llvm-mc -triple=arm64 -disassemble 2>&1 | FileCheck %s
[all …]
/external/capstone/cstool/
Dcstool_arm64.c13 cs_arm64 *arm64; in print_insn_detail_arm64() local
23 arm64 = &(ins->detail->arm64); in print_insn_detail_arm64()
24 if (arm64->op_count) in print_insn_detail_arm64()
25 printf("\top_count: %u\n", arm64->op_count); in print_insn_detail_arm64()
27 for (i = 0; i < arm64->op_count; i++) { in print_insn_detail_arm64()
28 cs_arm64_op *op = &(arm64->operands[i]); in print_insn_detail_arm64()
112 if (arm64->update_flags) in print_insn_detail_arm64()
115 if (arm64->writeback) in print_insn_detail_arm64()
118 if (arm64->cc) in print_insn_detail_arm64()
119 printf("\tCode-condition: %u\n", arm64->cc); in print_insn_detail_arm64()
/external/capstone/suite/cstest/src/
Darm64_detail.c9 cs_arm64 *arm64; in get_detail_arm64() local
23 arm64 = &(ins->detail->arm64); in get_detail_arm64()
24 if (arm64->op_count) in get_detail_arm64()
25 add_str(&result, " ; op_count: %u", arm64->op_count); in get_detail_arm64()
27 for (i = 0; i < arm64->op_count; i++) { in get_detail_arm64()
28 cs_arm64_op *op = &(arm64->operands[i]); in get_detail_arm64()
110 if (arm64->update_flags) in get_detail_arm64()
113 if (arm64->writeback) in get_detail_arm64()
116 if (arm64->cc) in get_detail_arm64()
117 add_str(&result, " ; Code-condition: %u", arm64->cc); in get_detail_arm64()
/external/linux-kselftest/tools/testing/selftests/arm64/
DREADME4 - These tests are arm64 specific and so not built or run but just skipped
5 completely when env-variable ARCH is found to be different than 'arm64'
11 $ make TARGETS=arm64 kselftest-clean
12 $ make TARGETS=arm64 kselftest
16 $ make -C tools/testing/selftests TARGETS=arm64 \
19 or, alternatively, only specific arm64/ subtargets can be picked:
21 $ make -C tools/testing/selftests TARGETS=arm64 ARM64_SUBTARGETS="tags signal" \
/external/llvm/test/Transforms/SLPVectorizer/AArch64/
Dmismatched-intrinsics.ll3 target triple = "arm64-apple-ios5.0.0"
7 ; CHECK: call i64 @llvm.arm64.neon.saddlv.i64.v4i32
8 ; CHECK: call i64 @llvm.arm64.neon.saddlv.i64.v2i32
10 %vaddlvq_s32.i = tail call i64 @llvm.arm64.neon.saddlv.i64.v4i32(<4 x i32> %in1) #2
11 %vaddlv_s32.i = tail call i64 @llvm.arm64.neon.saddlv.i64.v2i32(<2 x i32> %in2) #2
17 declare i64 @llvm.arm64.neon.saddlv.i64.v4i32(<4 x i32> %in1)
18 declare i64 @llvm.arm64.neon.saddlv.i64.v2i32(<2 x i32> %in1)
/external/capstone/tests/
Dtest_arm64.c34 cs_arm64 *arm64; in print_insn_detail() local
44 arm64 = &(ins->detail->arm64); in print_insn_detail()
45 if (arm64->op_count) in print_insn_detail()
46 printf("\top_count: %u\n", arm64->op_count); in print_insn_detail()
48 for (i = 0; i < arm64->op_count; i++) { in print_insn_detail()
49 cs_arm64_op *op = &(arm64->operands[i]); in print_insn_detail()
133 if (arm64->update_flags) in print_insn_detail()
136 if (arm64->writeback) in print_insn_detail()
139 if (arm64->cc) in print_insn_detail()
140 printf("\tCode-condition: %u\n", arm64->cc); in print_insn_detail()
/external/crosvm/ci/crosvm_aarch64_builder/
DDockerfile18 # Add repositories for arm64 packages
19 RUN dpkg --add-architecture arm64
32 libcap-dev:arm64 \
33 libdbus-1-dev:arm64 \
34 libdrm-dev:arm64 \
35 libepoxy-dev:arm64 \
36 libssl-dev:arm64 \
37 libwayland-dev:arm64
40 libdrm-dev:arm64 \
41 libepoxy-dev:arm64
[all …]
/external/google-breakpad/src/common/mac/
Darch_utilities.cc68 NXArchInfo* arm64 = new NXArchInfo; in ArchInfo_arm64() local
69 *arm64 = *NXGetArchInfoFromCpuType(CPU_TYPE_ARM, in ArchInfo_arm64()
71 arm64->name = name; in ArchInfo_arm64()
72 arm64->cputype = CPU_TYPE_ARM64; in ArchInfo_arm64()
73 arm64->cpusubtype = cpu_subtype; in ArchInfo_arm64()
74 arm64->description = "arm 64"; in ArchInfo_arm64()
75 return arm64; in ArchInfo_arm64()
113 static const NXArchInfo* arm64 = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType() local
114 return arm64; in BreakpadGetArchInfoFromCpuType()
/external/bcc/debian/
Dcontrol7 libllvm3.7 [!arm64] | libllvm3.8 [!arm64] | libllvm6.0,
8 llvm-3.7-dev [!arm64] | llvm-3.8-dev [!arm64] | llvm-6.0-dev,
9 libclang-3.7-dev [!arm64] | libclang-3.8-dev [!arm64] | libclang-6.0-dev,
10 clang-format | clang-format-3.7 [!arm64] | clang-format-3.8 [!arm64] | clang-format-6.0,
/external/llvm-project/llvm/test/tools/dsymutil/ARM/
Dcall-pc-reloc.test14 $ clang -arch arm64 main.cpp -o main.arm64.o -c -g -O2
15 $ clang -arch arm64 main.arm64.o -o main.arm64 -g
17 RUN: dsymutil -oso-prepend-path %p/../Inputs %p/../Inputs/private/tmp/call_pc/main.arm64 -o %t.dSYM
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/
Dmismatched-intrinsics.ll4 target triple = "arm64-apple-ios5.0.0"
8 ; CHECK-NEXT: [[VADDLVQ_S32_I:%.*]] = tail call i64 @llvm.arm64.neon.saddlv.i64.v4i32(<4 x i32> …
9 ; CHECK-NEXT: [[VADDLV_S32_I:%.*]] = tail call i64 @llvm.arm64.neon.saddlv.i64.v2i32(<2 x i32> […
15 %vaddlvq_s32.i = tail call i64 @llvm.arm64.neon.saddlv.i64.v4i32(<4 x i32> %in1) #2
16 %vaddlv_s32.i = tail call i64 @llvm.arm64.neon.saddlv.i64.v2i32(<2 x i32> %in2) #2
22 declare i64 @llvm.arm64.neon.saddlv.i64.v4i32(<4 x i32> %in1)
23 declare i64 @llvm.arm64.neon.saddlv.i64.v2i32(<2 x i32> %in1)

12345678910>>...67