Home
last modified time | relevance | path

Searched refs:Darwin (Results 1 – 25 of 337) sorted by relevance

12345678910>>...14

/external/llvm/test/CodeGen/X86/
Dsegmented-stacks.ll5 …%s -mcpu=generic -mtriple=i686-darwin -verify-machineinstrs | FileCheck %s -check-prefix=X32-Darwin
6 … -mcpu=generic -mtriple=x86_64-darwin -verify-machineinstrs | FileCheck %s -check-prefix=X64-Darwin
81 ; X32-Darwin-LABEL: test_basic:
83 ; X32-Darwin: movl $432, %ecx
84 ; X32-Darwin-NEXT: cmpl %gs:(%ecx), %esp
85 ; X32-Darwin-NEXT: ja LBB0_2
87 ; X32-Darwin: pushl $0
88 ; X32-Darwin-NEXT: pushl $60
89 ; X32-Darwin-NEXT: calll ___morestack
90 ; X32-Darwin-NEXT: ret
[all …]
Dmemcpy-2.ll1 …s -mattr=+sse2 -mtriple=i686-apple-darwin -mcpu=core2 | FileCheck %s -check-prefix=SSE2-Darwin
12 ; SSE2-Darwin-LABEL: t1:
13 ; SSE2-Darwin: movsd _.str+16, %xmm0
14 ; SSE2-Darwin: movsd %xmm0, 16(%esp)
15 ; SSE2-Darwin: movaps _.str, %xmm0
16 ; SSE2-Darwin: movaps %xmm0
17 ; SSE2-Darwin: movb $0, 24(%esp)
58 ; SSE2-Darwin-LABEL: t2:
59 ; SSE2-Darwin: movaps (%ecx), %xmm0
60 ; SSE2-Darwin: movaps %xmm0, (%eax)
[all …]
Dmmx-arg-passing.ll4 ; On Darwin x86-32, v8i8, v4i16, v2i32 values are passed in MM[0-2].
5 ; On Darwin x86-32, v1i64 values are passed in memory. In this example, they
7 ; On Darwin x86-64, v8i8, v4i16, v2i32 values are passed in XMM[0-7].
8 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
Dmmx-arg-passing-x86-64.ll3 ; On Darwin x86-64, v8i8, v4i16, v2i32 values are passed in XMM[0-7].
4 ; On Darwin x86-64, v1i64 values are passed in 64-bit GPRs.
/external/valgrind/docs/internals/
DDarwin-notes.txt7 /* IMPORTANT: on Darwin it is essential to use the _nocancel versions
9 is available. See docs/internals/Darwin-notes.txt for the reason
20 Why? Because on Darwin, pthread cancellation is done within the
36 (compared to succeeding using native Darwin semaphores). And if the
39 using native Darwin semaphores.
56 functionality. Furthermore, a Darwin-specific hack was required in
72 * env var handling w/ exec on Darwin: is there something odd? Compare
73 "valgrind env" on Darwin and Linux. On the former there are
111 m_main: relatedly, Darwin version does not collect/give out
115 m_main: Darwin port relies on blocking out big sections of address
[all …]
/external/lldb/source/Plugins/DynamicLoader/
DCMakeLists.txt5 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
6 add_subdirectory(Darwin-Kernel)
/external/lldb/source/
DMakefile18 ifeq (Darwin,$(shell uname -s))
26 ifeq ($(HOST_OS),Darwin)
/external/compiler-rt/test/ubsan/
Dlit.common.cfg24 if config.host_os == 'Darwin':
25 # ubsan-asan doesn't yet work on Darwin,
50 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD']:
/external/llvm/lib/ExecutionEngine/Orc/
DOrcTargetSupport.cpp45 if (TT.getOS() == Triple::Darwin) in insertResolverBlock()
111 if (TT.getOS() == Triple::Darwin) in insertCompileCallbackTrampolines()
/external/lldb/source/Plugins/
DMakefile25 ifeq ($(HOST_OS),Darwin)
27 DIRS += DynamicLoader/MacOSX-DYLD DynamicLoader/Darwin-Kernel
/external/compiler-rt/test/asan/
Dlit.cfg20 elif platform.system() == 'Darwin':
138 if config.host_os == 'Darwin':
170 if config.host_os == 'Darwin':
173 # AddressSanitizer tests are currently supported on Linux, Darwin and
175 if config.host_os not in ['Linux', 'Darwin', 'FreeBSD']:
/external/icu/icu4c/source/config/
Dmh-darwin2 ## Darwin-specific setup (Darwin is the Mac OS X developer preview, successor
83 ## End Darwin-specific setup
/external/openssh/
DREADME.platform47 Darwin and MacOS X
49 Darwin does not provide a tun(4) driver required for OpenSSH-based
51 has been removed in recent releases of Darwin and MacOS X.
53 Nevertheless, tunnel support is known to work with Darwin 8 and
/external/lldb/source/Plugins/SymbolVendor/
DCMakeLists.txt1 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.Power.Macintosh/
D.cpover7 (cd ../Darwin.i386; .cpover)
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/Darwin.i386/
D.cpover3 cp -p ../Darwin.Power.Macintosh/vncviewer.sh .
/external/dhcpcd/mk/
Dos.mk4 _OS_SH= case `uname -s` in Linux) echo "Linux";; Darwin) echo "Darwin";; *) echo "BSD";; esac
/external/clang/examples/analyzer-plugin/
DMakefile18 ifeq ($(OS),Darwin)
/external/llvm/utils/
Dllvmgrep32 Linux|Darwin) grep_cmd="egrep -H -n" ;;
/external/jemalloc/include/jemalloc/internal/
Djemalloc_internal_defs.h.in32 * Defined if OSAtomic*() functions are available, as provided by Darwin, and
64 * Defined if OSSpin*() functions are available, as provided by Darwin, and
202 * Darwin (OS X) uses zones to work around Mach-O symbol override shortcomings.
213 * madvise(..., MADV_FREE) : On FreeBSD and Darwin, this marks pages as being
/external/lz4/lib/
DMakefile52 ifeq ($(shell uname), Darwin)
85 ifneq (,$(filter $(shell uname),Linux Darwin GNU/kFreeBSD GNU))
/external/compiler-rt/test/asan/TestCases/Darwin/
Dlit.local.cfg8 if root.host_os not in ['Darwin']:
/external/llvm/unittests/ADT/
DMakefile18 ifeq ($(TARGET_OS),Darwin)
/external/clang/examples/PrintFunctionNames/
DMakefile26 ifeq ($(OS),Darwin)
/external/lldb/source/Host/
DCMakeLists.txt3 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")

12345678910>>...14