Searched refs:NaCl (Results 1 – 22 of 22) sorted by relevance
/external/llvm/test/CodeGen/Mips/ |
D | nacl-branch-delay.ll | 20 ; 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.
|
D | nacl-reserved-regs.ll | 42 ; Check that t6, t7 and t8 are used in non-NaCl code. 47 ; t6, t7 and t8 are reserved in NaCl.
|
D | nacl-align.ll | 5 ; 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.
|
D | longbranch.ll | 132 ; Check the NaCl version. Check that sp change is not in the branch delay slot
|
D | fastcc.ll | 106 ; 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/ |
D | x86-64-baseptr.ll | 3 ; 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/ |
D | Triple.h | 141 NaCl, // Native Client enumerator 452 return getOS() == Triple::NaCl; in isOSNaCl()
|
/external/llvm/patches/ |
D | 0003-Add-support-for-64-bit-longs.patch | 45 /// NaCl TRAP instruction is generated instead of the regular TRAP.
|
/external/v8/test/mjsunit/ |
D | mjsunit.status | 483 # 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/ |
D | toolchain.gypi | 38 # 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/ |
D | InitHeaderSearch.cpp | 235 case llvm::Triple::NaCl: in AddDefaultCIncludePaths() 356 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 160 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/ |
D | ARM.td | 145 // Special TRAP encoding for NaCl, which looks like a TRAP in Thumb too. 148 "NaCl trap">;
|
D | ARMInstrInfo.td | 275 AssemblerPredicate<"FeatureNaClTrap", "NaCl">; 1999 * NaCl's OS instead chooses an ARM UDF encoding that's also a UDF in Thumb.
|
/external/libcxx/include/ |
D | __config | 114 // 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/ |
D | Targets.cpp | 6760 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/ |
D | cctest.status | 348 # NaCl builds have problems with threaded tests since Pepper_28.
|
/external/llvm/lib/Target/Mips/ |
D | MipsCallingConv.td | 306 // In NaCl, T6, T7 and T8 are reserved and not available as argument
|
D | MipsInstrFPU.td | 409 // instruction mnemonic) is disallowed under NaCl.
|
/external/clang/lib/Driver/ |
D | Driver.cpp | 2065 case llvm::Triple::NaCl: in getToolChain()
|
D | ToolChains.cpp | 2091 getTriple().getOS() == llvm::Triple::NaCl; in addClangTargetOptions()
|
/external/openssh/ |
D | ChangeLog | 5623 All of the NaCl software is in the public domain.
|