Searched refs:arm64e (Results 1 – 23 of 23) sorted by relevance
/external/llvm-project/llvm/test/tools/llvm-readobj/MachO/ |
D | file-headers-arm64.test | 12 # RUN: yaml2obj %s -o %t.arm64e -DSUBTYPE=0x2 13 # RUN: llvm-readobj -h %t.arm64e \ 14 # RUN: | FileCheck %s --strict-whitespace --match-full-lines -DFILE=%t.arm64e --check-prefix=ARM64…
|
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/ |
D | universal-bitcode-output.test | 55 ## Testing it using llvm-objdump as, currently, there is no support for arm64e 57 # RUN: llvm-as %p/Inputs/arm64e-ios.ll -o %t-arm64e.bc 58 # RUN: llvm-libtool-darwin -static -o %t.lib %t-arm64.bc %t-arm64e.bc 67 # UNIVERSAL-MEMBERS-ARM64-NEXT: [[PREFIX]]-arm64e.bc
|
D | universal-object-output.test | 55 ## Testing it using llvm-objdump as, currently, there is no support for arm64e 58 # RUN: yaml2obj %s -o %t.arm64e -DTYPE=0x0100000C -DSUBTYPE=0x2 -DSTRING=_arm64e 59 # RUN: llvm-libtool-darwin -static -o %t.lib %t.arm64 %t.arm64e 68 # UNIVERSAL-MEMBERS-ARM64-NEXT: [[PREFIX]].arm64e
|
/external/llvm-project/llvm/test/tools/llvm-dwarfdump/AArch64/ |
D | arm64e.ll | 2 ; RUN: | llvm-dwarfdump -arch arm64e - | FileCheck %s 7 target triple = "arm64e-apple-ios"
|
/external/google-breakpad/src/common/mac/ |
D | arch_utilities.cc | 118 static const NXArchInfo* arm64e = ArchInfo_arm64(cpu_subtype); in BreakpadGetArchInfoFromCpuType() local 119 return arm64e; in BreakpadGetArchInfoFromCpuType()
|
/external/llvm-project/lldb/test/Shell/ObjectFile/Breakpad/Inputs/ |
D | identification-macosx-arm64e.syms | 1 MODULE mac arm64e 4E11896957B3334EB03456BFCEB573760 mac.out
|
/external/llvm-project/llvm/test/tools/llvm-libtool-darwin/Inputs/ |
D | arm64e-ios.ll | 1 target triple = "arm64e-apple-ios8.0.0"
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64e-subtype.s | 1 ; RUN: llvm-mc -triple=arm64e-apple-ios -filetype=obj %s -o - | llvm-objdump --macho -d -p - | File…
|
/external/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/ |
D | parser_text.test | 79 "0x1047b8000 - 0x10481ffff dyld arm64e <cfa789d10da63f9a8996daf84ed9d04f> /usr/lib/dyld" 84 # CHECK: arm64e
|
D | parser_json.test | 37 …,7309737984,"P"]],"legacyInfo":{"imageExtraInfo":[{"size":204800,"arch":"arm64e","path":"/usr/lib/…
|
/external/llvm-project/clang/test/CodeGenObjCXX/ |
D | synthesized-property-cleanup.mm | 1 // RUN: %clang_cc1 -triple arm64e-apple-ios13.0 -debug-info-kind=standalone -fobjc-arc -fsanitize=n…
|
/external/llvm-project/llvm/include/llvm/TextAPI/MachO/ |
D | Architecture.def | 39 ARCHINFO(arm64e, MachO::CPU_TYPE_ARM64, MachO::CPU_SUBTYPE_ARM64E, 64)
|
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/ |
D | universal-arm64.test | 25 # CHECK-NEXT: architecture arm64e
|
/external/llvm-project/lldb/test/Shell/ObjectFile/Breakpad/ |
D | breakpad-identification.test | 3 RUN: lldb-test object-file %p/Inputs/identification-macosx-arm64e.syms | FileCheck %s --check-prefi…
|
/external/llvm-project/compiler-rt/cmake/ |
D | builtin-config-ix.cmake | 57 set(ARM64 arm64 arm64e)
|
/external/rust/crates/quiche/deps/boringssl/src/ |
D | CMakeLists.txt | 489 # Apple A12 Bionic chipset which is added in iPhone XS/XS Max/XR uses arm64e architecture. 490 elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64e")
|
/external/boringssl/src/ |
D | CMakeLists.txt | 491 # Apple A12 Bionic chipset which is added in iPhone XS/XS Max/XR uses arm64e architecture. 492 elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64e")
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | BUILD | 79 # arm64e variants of the above two. See: 80 # https://stackoverflow.com/questions/52624308/xcode-arm64-vs-arm64e 83 values = {"cpu": "arm64e"},
|
/external/rust/crates/quiche/deps/boringssl/ |
D | CMakeLists.txt | 86 # Apple A12 Bionic chipset which is added in iPhone XS/XS Max/XR uses arm64e architecture. 87 elseif(${CMAKE_SYSTEM_PROCESSOR} STREQUAL "arm64e")
|
/external/skia/gn/skia/ |
D | BUILD.gn | 179 "arm64e",
|
/external/llvm-project/compiler-rt/cmake/Modules/ |
D | CompilerRTDarwinUtils.cmake | 194 list(REMOVE_ITEM tmp_var arm64e)
|
/external/llvm-project/lld/MachO/ |
D | Options.td | 547 …ments according to <treatment>: warning, error, or suppress (default for arm64e is error, otherwis…
|
/external/XNNPACK/ |
D | CMakeLists.txt | 26 IF(CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_OSX_ARCHITECTURES MATCHES "^(x86_64|arm64|arm64e)$…
|