Home
last modified time | relevance | path

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

123

/external/swiftshader/third_party/subzero/pnacl-llvm/
DREADME.txt6 https://chromium.googlesource.com/native_client/pnacl-llvm/+/master/include/llvm/Bitcode/NaCl/
7 https://chromium.googlesource.com/native_client/pnacl-llvm/+/master/lib/Bitcode/NaCl/Reader/
/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.
62 ; This test tests that a block whose address is taken is bundle-aligned in NaCl.
/external/swiftshader/third_party/llvm-7.0/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.
62 ; This test tests that a block whose address is taken is bundle-aligned in NaCl.
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dx86-64-baseptr.ll5 ; This should run with NaCl as well ( -mtriple=x86_64-pc-nacl ) but currently doesn't due to PR22655
8 ; This should be rbx for x64 and 64-bit NaCl and ebx for x32
/external/swiftshader/third_party/subzero/tests_lit/parse_errs/
Dnacl-fake-intrinsic.ll1 ; Tests that we don't get fooled by a fake NaCl intrinsic.
/external/boringssl/src/crypto/evp/
Dscrypt_tests.txt17 Salt = "NaCl"
/external/libchrome/libchrome_tools/patch/
Dmessage_pump_for_ui.patch19 // Currently NaCl and AIX don't have a MessagePumpForUI.
/external/llvm/include/llvm/ADT/
DTriple.h159 NaCl, // Native Client enumerator
529 return getOS() == Triple::NaCl; in isOSNaCl()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DTriple.h164 NaCl, // Native Client enumerator
546 return getOS() == Triple::NaCl; in isOSNaCl()
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/
Dfunction_aligned.ll1 ; Test that functions are aligned to the NaCl bundle alignment.
Dbranch-opt.ll55 ; There will be nops for bundle align to end (for NaCl), but there should
284 ; There will be nops for bundle align to end (for NaCl), but there should
/external/libyuv/files/
DBUILD.gn136 # Always enable optimization for Release and NaCl builds (to workaround
165 # Always enable optimization for Release and NaCl builds (to workaround
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DTriple.h172 NaCl, // Native Client enumerator
568 return getOS() == Triple::NaCl; in isOSNaCl()
/external/swiftshader/docs/
DSubzero.md14 Development on Subzero itself requires setting up the NaCl environment on a Linux system to be able…
/external/swiftshader/third_party/subzero/src/
DIceTypes.def19 // 1- At some point NaCl would like to use ELF32 for all ILP32 sandboxes, but
DIceInstARM32.def21 // For the NaCl sandbox we also need to r9 (and the r8-r9 pair) for TLS, so
/external/clang/lib/Frontend/
DInitHeaderSearch.cpp218 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
323 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
/external/libchrome/mojo/public/tools/bindings/
Dmojom.gni41 # NaCl IRT) are always consistent with the default toolchain; for that
42 # reason we always enable scrambling within NaCl toolchains when possible,
43 # as well as within the default toolchain when NaCl is enabled.
46 # ARC) we have to explicitly opt out there even when NaCl is enabled (and
47 # consequently also when building for NaCl toolchains.) For this reason we
/external/libchrome/mojo/core/
DBUILD.gn158 # build NaCl targets (i.e. IRT) for ChromeOS the same as the rest of ChromeOS.
/external/llvm/lib/Support/
DTriple.cpp183 case NaCl: return "nacl"; in getOSTypeName()
452 .StartsWith("nacl", Triple::NaCl) in parseOS()
1473 case llvm::Triple::NaCl: in getARMCPUForArch()

123