Home
last modified time | relevance | path

Searched refs:systemz (Results 1 – 25 of 139) sorted by relevance

123456

/external/llvm-project/clang/lib/Driver/ToolChains/Arch/
DSystemZ.cpp21 systemz::FloatABI systemz::getSystemZFloatABI(const Driver &D, in getSystemZFloatABI()
24 systemz::FloatABI ABI = systemz::FloatABI::Hard; in getSystemZFloatABI()
32 ABI = systemz::FloatABI::Soft; in getSystemZFloatABI()
37 std::string systemz::getSystemZTargetCPU(const ArgList &Args) { in getSystemZTargetCPU()
54 void systemz::getSystemZTargetFeatures(const Driver &D, const ArgList &Args, in getSystemZTargetFeatures()
71 systemz::FloatABI FloatABI = systemz::getSystemZFloatABI(D, Args); in getSystemZTargetFeatures()
72 if (FloatABI == systemz::FloatABI::Soft) in getSystemZTargetFeatures()
DSystemZ.h21 namespace systemz {
/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterContextLinux_s390x.cpp22 case llvm::Triple::systemz: in GetRegisterInfoPtr()
32 case llvm::Triple::systemz: in GetRegisterInfoCount()
42 case llvm::Triple::systemz: in GetUserRegisterInfoCount()
DRegisterContextPOSIX_s390x.cpp87 case llvm::Triple::systemz: in RegisterContextPOSIX_s390x()
155 case llvm::Triple::systemz: in GetRegisterSet()
/external/capstone/bindings/ocaml/
DMakefile8 …xa arm.cmxa arm64.cmxa m680x.cmxa mips.cmxa ppc.cmxa x86.cmxa sparc.cmxa systemz.cmxa xcore.cmxa c…
17 …ocamlopt -o test_systemz -ccopt $(FLAGS) capstone.cmx ocaml.o systemz.cmx sysz_const.cmx test_syst…
238 systemz.mli: systemz.ml
241 systemz.cmi: systemz.mli
244 systemz.cmx: systemz.ml systemz.cmi
247 systemz.cmxa: systemz.cmx
/external/llvm/test/CodeGen/SystemZ/
Dmature-mc-support.ll6 ; SKIP: not llc -march=systemz < %s > /dev/null 2> %t1
9 ; RUN: not llc -march=systemz -filetype=obj < %s > /dev/null 2> %t2
/external/llvm-project/llvm/test/MC/SystemZ/
Dinvalid-instructions-spellcheck.s1 # RUN: not llvm-mc -triple=systemz -mcpu=z13 -show-encoding < %s 2>&1 | FileCheck %s
2 # RUN: not llvm-mc -triple=systemz -mcpu=zEC12 -show-encoding < %s 2>&1 | FileCheck %s --check-pref…
/external/capstone/tests/
Dtest_winkernel.cpp79 namespace systemz { namespace
126 systemz::test(); in test()
/external/capstone/contrib/sysz_update/
DREADME.md35 * `include/capstone/systemz.h`
40 <include/capstone/systemz.h | sort -u) \
/external/llvm/lib/Target/SystemZ/TargetInfo/
DSystemZTargetInfo.cpp18 RegisterTarget<Triple::systemz, /*HasJIT=*/true> in LLVMInitializeSystemZTargetInfo()
/external/llvm-project/llvm/lib/Target/SystemZ/TargetInfo/
DSystemZTargetInfo.cpp20 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/TargetInfo/
DSystemZTargetInfo.cpp20 RegisterTarget<Triple::systemz, /*HasJIT=*/true> X( in LLVMInitializeSystemZTargetInfo()
/external/capstone/
Dconfig.mk7 CAPSTONE_ARCHS ?= arm aarch64 m68k mips powerpc sparc systemz x86 xcore tms320c64x m680x evm mos65xx
/external/llvm-project/llvm/test/tools/UpdateTestChecks/update_llc_test_checks/
Dsystemz-function-name.test1 # REQUIRES: systemz-registered-target
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h81 else if (Arch == Triple::systemz) in getMaxStubSize()
88 if (Arch == Triple::systemz) in getStubAlignment()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h76 else if (Arch == Triple::systemz) in getMaxStubSize()
83 if (Arch == Triple::systemz) in getStubAlignment()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h76 else if (Arch == Triple::systemz) in getMaxStubSize()
83 if (Arch == Triple::systemz) in getStubAlignment()
/external/capstone/packages/freebsd/ports/devel/capstone/
Dpkg-plist7 include/capstone/systemz.h
/external/llvm-project/clang/lib/Headers/
Dmodule.modulemap137 explicit module systemz {
138 requires systemz
/external/llvm-project/llvm/test/DebugInfo/MIR/SystemZ/
Dcall-site-lzer.mir26 target triple = "systemz"
42 !1 = !DIFile(filename: "systemz-lzer.c", directory: "/")
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Disel-debug.ll1 ; RUN: llc < %s -mtriple=s390x-linux-gnu -debug-only=systemz-isel -o - 2>&1 | \
/external/llvm-project/llvm/test/Analysis/CostModel/SystemZ/
Doldarch-vectors.ll1 ; RUN: opt < %s -cost-model -analyze -mtriple=systemz-unknown -mcpu=z10
Dnumvectorregs.ll1 ; RUN: opt < %s -cost-model -analyze -mtriple=systemz-unknown -mcpu=z13 | FileCheck %s
Dload-ptr-cmp-fold.ll1 ; RUN: opt < %s -cost-model -analyze -mtriple=systemz-unknown -mcpu=z13 | FileCheck %s
/external/llvm/lib/Support/
DTriple.cpp45 case systemz: return "s390x"; in getArchTypeName()
110 case systemz: return "s390"; in getArchTypePrefix()
264 .Case("systemz", systemz) in getArchTypeForLLVMName()
376 .Cases("s390x", "systemz", Triple::systemz) in parseArch()
612 case Triple::systemz: in getDefaultFormat()
1162 case llvm::Triple::systemz: in getArchPointerBitWidth()
1195 case Triple::systemz: in get32BitArchVariant()
1277 case Triple::systemz: in get64BitArchVariant()
1365 case Triple::systemz: in getLittleEndianArchVariant()

123456