/external/swiftshader/third_party/subzero/pnacl-llvm/ |
D | README.txt | 6 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/ |
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. 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/ |
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. 62 ; This test tests that a block whose address is taken is bundle-aligned in NaCl.
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | x86-64-baseptr.ll | 5 ; 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/ |
D | nacl-fake-intrinsic.ll | 1 ; Tests that we don't get fooled by a fake NaCl intrinsic.
|
/external/boringssl/src/crypto/evp/ |
D | scrypt_tests.txt | 17 Salt = "NaCl"
|
/external/libchrome/libchrome_tools/patch/ |
D | message_pump_for_ui.patch | 19 // Currently NaCl and AIX don't have a MessagePumpForUI.
|
/external/llvm/include/llvm/ADT/ |
D | Triple.h | 159 NaCl, // Native Client enumerator 529 return getOS() == Triple::NaCl; in isOSNaCl()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | Triple.h | 164 NaCl, // Native Client enumerator 546 return getOS() == Triple::NaCl; in isOSNaCl()
|
/external/swiftshader/third_party/subzero/tests_lit/llvm2ice_tests/ |
D | function_aligned.ll | 1 ; Test that functions are aligned to the NaCl bundle alignment.
|
D | branch-opt.ll | 55 ; 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/ |
D | BUILD.gn | 136 # 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/ |
D | Triple.h | 172 NaCl, // Native Client enumerator 568 return getOS() == Triple::NaCl; in isOSNaCl()
|
/external/swiftshader/docs/ |
D | Subzero.md | 14 Development on Subzero itself requires setting up the NaCl environment on a Linux system to be able…
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTypes.def | 19 // 1- At some point NaCl would like to use ELF32 for all ILP32 sandboxes, but
|
D | IceInstARM32.def | 21 // For the NaCl sandbox we also need to r9 (and the r8-r9 pair) for TLS, so
|
/external/clang/lib/Frontend/ |
D | InitHeaderSearch.cpp | 218 case llvm::Triple::NaCl: in AddDefaultCIncludePaths() 323 case llvm::Triple::NaCl: in AddDefaultCIncludePaths()
|
/external/libchrome/mojo/public/tools/bindings/ |
D | mojom.gni | 41 # 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/ |
D | BUILD.gn | 158 # build NaCl targets (i.e. IRT) for ChromeOS the same as the rest of ChromeOS.
|
/external/llvm/lib/Support/ |
D | Triple.cpp | 183 case NaCl: return "nacl"; in getOSTypeName() 452 .StartsWith("nacl", Triple::NaCl) in parseOS() 1473 case llvm::Triple::NaCl: in getARMCPUForArch()
|