Home
last modified time | relevance | path

Searched refs:xar (Results 1 – 25 of 46) sorted by relevance

12

/external/llvm-project/llvm/test/MC/AArch64/SVE2/
Dxar-diagnostics.s3 xar z30.b, z30.b, z10.b, #0 label
8 xar z18.b, z18.b, z27.b, #9 label
13 xar z26.h, z26.h, z4.h, #0 label
18 xar z25.h, z25.h, z10.h, #17 label
23 xar z17.s, z17.s, z0.s, #0 label
28 xar z0.s, z0.s, z15.s, #33 label
33 xar z4.d, z4.d, z13.d, #0 label
38 xar z26.d, z26.d, z26.d, #65 label
47 xar z0.b, z0.b , z0.d, #1 label
57 xar z0.d, z0.d, z1.d, #1 label
Dxar.s10 xar z0.b, z0.b, z1.b, #1 label
16 xar z31.b, z31.b, z30.b, #8 label
22 xar z0.h, z0.h, z1.h, #1 label
28 xar z31.h, z31.h, z30.h, #16 label
34 xar z0.s, z0.s, z1.s, #1 label
40 xar z31.s, z31.s, z30.s, #32 label
46 xar z0.d, z0.d, z1.d, #1 label
52 xar z31.d, z31.d, z30.d, #64 label
68 xar z31.d, z31.d, z30.d, #64 label
/external/llvm-project/llvm/utils/gn/build/libs/xar/
DBUILD.gn1 import("//llvm/utils/gn/build/libs/xar/enable.gni")
4 visibility = [ ":xar" ]
5 libs = [ "xar" ]
8 group("xar") {
/external/llvm/test/tools/llvm-objdump/
Dmacho-LLVM-bundle.test1 # REQUIRES: xar
4 # CHECK: For (__LLVM,__bundle) section: xar header
11 # CHECK: For (__LLVM,__bundle) section: xar archive files:
13 # CHECK: For (__LLVM,__bundle) section: xar table of contents:
15 # CHECK: <xar>
60 # CHECK: </xar>
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
DLLVM-bundle.test1 # REQUIRES: xar
4 # CHECK: For (__LLVM,__bundle) section: xar header
11 # CHECK: For (__LLVM,__bundle) section: xar archive files:
13 # CHECK: For (__LLVM,__bundle) section: xar table of contents:
15 # CHECK: <xar>
60 # CHECK: </xar>
/external/llvm-project/llvm/test/MC/AArch64/
Darmv8.2a-crypto-error.s3 xar v26.2d, v21.2d, v27.2d, #-1
4 xar v26.2d, v21.2d, v27.2d, #64
Darmv8.2a-crypto-apple.s9 xar.2d v26, v21, v27, #63
Darmv8.2a-crypto.s16 xar v26.2d, v21.2d, v27.2d, #63
/external/llvm-project/llvm/test/CodeGen/AArch64/
Dsve2-bitwise-ternary.ll271 ; CHECK: xar z0.b, z0.b, z1.b, #1
273 %out = call <vscale x 16 x i8> @llvm.aarch64.sve.xar.nxv16i8(<vscale x 16 x i8> %a,
281 ; CHECK: xar z0.h, z0.h, z1.h, #2
283 %out = call <vscale x 8 x i16> @llvm.aarch64.sve.xar.nxv8i16(<vscale x 8 x i16> %a,
291 ; CHECK: xar z0.s, z0.s, z1.s, #3
293 %out = call <vscale x 4 x i32> @llvm.aarch64.sve.xar.nxv4i32(<vscale x 4 x i32> %a,
301 ; CHECK: xar z0.d, z0.d, z1.d, #4
303 %out = call <vscale x 2 x i64> @llvm.aarch64.sve.xar.nxv2i64(<vscale x 2 x i64> %a,
333 declare <vscale x 16 x i8> @llvm.aarch64.sve.xar.nxv16i8(<vscale x 16 x i8>, <vscale x 16 x i8>, i3…
334 declare <vscale x 8 x i16> @llvm.aarch64.sve.xar.nxv8i16(<vscale x 8 x i16>, <vscale x 8 x i16>, i3…
[all …]
/external/llvm-project/llvm/utils/gn/secondary/llvm/tools/llvm-objdump/
DBUILD.gn35 "//llvm/utils/gn/build/libs/xar",
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/
Darmv8.2a-crypto.txt30 # CHECK: xar v26.2d, v21.2d, v27.2d, #63
/external/llvm-project/llvm/tools/llvm-objdump/
DMachODump.cpp251 xar_t xar; member
253 : xar(xar_open(filename, flags)) {} in ScopedXarFile()
255 if (xar) in ~ScopedXarFile()
256 xar_close(xar); in ~ScopedXarFile()
260 operator xar_t() { return xar; } in operator xar_t()
6481 static inline void swapStruct(struct xar_header &xar) { in swapStruct() argument
6482 sys::swapByteOrder(xar.magic); in swapStruct()
6483 sys::swapByteOrder(xar.size); in swapStruct()
6484 sys::swapByteOrder(xar.version); in swapStruct()
6485 sys::swapByteOrder(xar.toc_length_compressed); in swapStruct()
[all …]
/external/llvm/tools/llvm-objdump/
DMachODump.cpp5693 inline void swapStruct(struct xar_header &xar) { in swapStruct() argument
5694 sys::swapByteOrder(xar.magic); in swapStruct()
5695 sys::swapByteOrder(xar.size); in swapStruct()
5696 sys::swapByteOrder(xar.version); in swapStruct()
5697 sys::swapByteOrder(xar.toc_length_compressed); in swapStruct()
5698 sys::swapByteOrder(xar.toc_length_uncompressed); in swapStruct()
5699 sys::swapByteOrder(xar.cksum_alg); in swapStruct()
5776 static void PrintXarFilesSummary(const char *XarFilename, xar_t xar) { in PrintXarFilesSummary() argument
5792 for (xf = xar_file_first(xar, xi); xf; xf = xar_file_next(xi)) { in PrintXarFilesSummary()
5931 xar_t xar = xar_open(XarFilename.c_str(), READ); in DumpBitcodeSection() local
[all …]
/external/llvm-project/llvm/utils/gn/secondary/llvm/include/llvm/Config/
DBUILD.gn10 import("//llvm/utils/gn/build/libs/xar/enable.gni")
/external/llvm/cmake/
Dconfig-ix.cmake150 check_library_exists(xar xar_open "" HAVE_LIBXAR)
152 set(XAR_LIB xar)
/external/llvm-project/llvm/utils/gn/secondary/llvm/test/
DBUILD.gn6 import("//llvm/utils/gn/build/libs/xar/enable.gni")
/external/llvm-project/llvm/cmake/
Dconfig-ix.cmake192 check_library_exists(xar xar_open "" HAVE_LIBXAR)
194 set(XAR_LIB xar)
/external/llvm/test/
Dlit.cfg503 config.available_features.add('xar')
/external/google-breakpad/m4/
Dlibtool.m45996 # "CC -xar", where "CC" is the Sun C++ compiler. This is
5999 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
6201 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6204 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
/external/python/cpython3/Lib/test/
Dmime.types920 application/vnd.xara xar
/external/libnetfilter_conntrack/m4/
Dlibtool.m46536 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6539 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
6741 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6744 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
/external/libnfnetlink/m4/
Dlibtool.m46522 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6525 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
6727 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6730 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
/external/lmfit/m4/
Dlibtool.m46536 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6539 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
6741 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6744 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
/external/llvm-project/polly/lib/External/ppcg/m4/
Dlibtool.m46530 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6533 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
6735 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6738 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
/external/libcap-ng/libcap-ng-0.7/m4/
Dlibtool.m46525 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6528 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'
6730 # "CC -xar", where "CC" is the Sun C++ compiler. This is
6733 _LT_TAGVAR(old_archive_cmds, $1)='$CC -xar -o $oldlib $oldobjs'

12