Home
last modified time | relevance | path

Searched refs:NaCl (Results 1 – 22 of 22) sorted by relevance

/external/llvm/test/CodeGen/Mips/
Dnacl-branch-delay.ll20 ; We first make sure that for non-NaCl targets branch-delay slot contains
35 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions.
64 ; For NaCl, check that branch-delay slot doesn't contain dangerous instructions.
Dnacl-reserved-regs.ll42 ; Check that t6, t7 and t8 are used in non-NaCl code.
47 ; t6, t7 and t8 are reserved in NaCl.
Dnacl-align.ll5 ; This test tests that NaCl functions are bundle-aligned.
63 ; This test tests that a block whose address is taken is bundle-aligned in NaCl.
Dlongbranch.ll132 ; Check the NaCl version. Check that sp change is not in the branch delay slot
Dfastcc.ll106 ; t6, t7 and t8 are reserved in NaCl and cannot be used for fastcc.
150 ; t6, t7 and t8 are reserved in NaCl and cannot be used for fastcc.
/external/llvm/test/CodeGen/X86/
Dx86-64-baseptr.ll3 ; This should run with NaCl as well ( -mtriple=x86_64-pc-nacl ) but currently doesn't due to PR22655
6 ; This should be rbx for x64 and 64-bit NaCl and ebx for x32
/external/llvm/include/llvm/ADT/
DTriple.h141 NaCl, // Native Client enumerator
452 return getOS() == Triple::NaCl; in isOSNaCl()
/external/llvm/patches/
D0003-Add-support-for-64-bit-longs.patch45 /// NaCl TRAP instruction is generated instead of the regular TRAP.
/external/v8/test/mjsunit/
Dmjsunit.status483 # TODO(bradchen): enable more tests for NaCl V8 when it stops using
487 # There is no /tmp directory for NaCl runs
497 # NaCl builds have problems with this test since Pepper_28.
506 # Poor performance for NaCl V8 causes an assertion failure for this test.
509 # Skip long running test that times out in debug mode and goes OOM on NaCl.
/external/v8/build/
Dtoolchain.gypi38 # for NaCl JIT support. The nacl_target_arch variable provides
41 # NaCl V8 builds stop using the ARM simulator
1008 # TODO(crbug.com/272548): Avoid -O3 in NaCl
1099 # TODO(crbug.com/272548): Avoid -O3 in NaCl
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp235 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
356 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
/external/llvm/lib/Support/
DTriple.cpp160 case NaCl: return "nacl"; in getOSTypeName()
367 .StartsWith("nacl", Triple::NaCl) in parseOS()
1140 case llvm::Triple::NaCl: in getARMCPUForArch()
/external/llvm/lib/Target/ARM/
DARM.td145 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too.
148 "NaCl trap">;
DARMInstrInfo.td275 AssemblerPredicate<"FeatureNaClTrap", "NaCl">;
1999 * NaCl's OS instead chooses an ARM UDF encoding that's also a UDF in Thumb.
/external/libcxx/include/
D__config114 // NaCl's sandbox (which PNaCl also runs in) doesn't allow filesystem access,
116 // std::random_device is instead exposed through a NaCl syscall.
/external/clang/lib/Basic/
DTargets.cpp6760 case llvm::Triple::NaCl: in AllocateTarget()
6793 case llvm::Triple::NaCl: in AllocateTarget()
6826 case llvm::Triple::NaCl: in AllocateTarget()
6866 case llvm::Triple::NaCl: in AllocateTarget()
7017 case llvm::Triple::NaCl: in AllocateTarget()
7062 case llvm::Triple::NaCl: in AllocateTarget()
/external/v8/test/cctest/
Dcctest.status348 # NaCl builds have problems with threaded tests since Pepper_28.
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td306 // In NaCl, T6, T7 and T8 are reserved and not available as argument
DMipsInstrFPU.td409 // instruction mnemonic) is disallowed under NaCl.
/external/clang/lib/Driver/
DDriver.cpp2065 case llvm::Triple::NaCl: in getToolChain()
DToolChains.cpp2091 getTriple().getOS() == llvm::Triple::NaCl; in addClangTargetOptions()
/external/openssh/
DChangeLog5623 All of the NaCl software is in the public domain.