Home
last modified time | relevance | path

Searched refs:nacl (Results 1 – 25 of 78) sorted by relevance

1234

/external/harfbuzz_ng/test/api/
Dtest-ot-meta.c67 hb_blob_t *nacl = hb_ot_meta_reference_entry (face, (hb_ot_meta_tag_t) HB_TAG ('n','a','c','l')); in test_ot_meta_reference_entry() local
68 g_assert_cmpint (hb_blob_get_length (nacl), ==, 0); in test_ot_meta_reference_entry()
69 hb_blob_destroy (nacl); in test_ot_meta_reference_entry()
/external/llvm/test/CodeGen/ARM/
Dtrap.ll4 ; RUN: llc < %s -mtriple=armv7 -mattr=+nacl-trap | FileCheck %s -check-prefix=NACL
8 ; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \
9 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \
11 ; RUN: llc -verify-machineinstrs -fast-isel -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \
12 ; RUN: | llvm-objdump -disassemble -triple armv7 -mattr=+nacl-trap - \
/external/llvm-project/llvm/test/CodeGen/ARM/
Dtrap.ll4 ; RUN: llc < %s -mtriple=armv7 -mattr=+nacl-trap | FileCheck %s -check-prefix=NACL
8 ; RUN: llc -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \
9 ; RUN: | llvm-objdump -d --triple=armv7 --mattr=+nacl-trap - \
11 ; RUN: llc -verify-machineinstrs -fast-isel -mtriple=armv7 -mattr=+nacl-trap -filetype=obj %s -o - \
12 ; RUN: | llvm-objdump -d --triple=armv7 --mattr=+nacl-trap - \
/external/llvm-project/llvm/test/CodeGen/Generic/
Dno-target.ll1 ; RUN: not llc -mtriple le32-unknown-nacl %s -o - 2>&1 | FileCheck %s
3 ; CHECK: error: unable to get target for 'le32-unknown-nacl'
/external/llvm/test/CodeGen/Generic/
Dno-target.ll1 ; RUN: not llc -mtriple le32-unknown-nacl %s -o - 2>&1 | FileCheck %s
3 ; CHECK: error: unable to get target for 'le32-unknown-nacl'
/external/llvm-project/llvm/test/MC/X86/AlignedBundling/
Drodata-section.s1 # RUN: llvm-mc -triple=i686-nacl -filetype=obj %s -o - \
3 # RUN: llvm-mc -triple=i686-nacl -filetype=obj -mc-relax-all %s -o - \
Dlabeloffset.s3 # RUN: llvm-mc -triple=i686-nacl -filetype=obj %s -o - | \
5 # RUN: llvm-mc -triple=i686-nacl -filetype=obj -mc-relax-all %s -o - | \
/external/llvm/test/MC/X86/AlignedBundling/
Drodata-section.s1 # RUN: llvm-mc -triple=i686-nacl -filetype=obj %s -o - \
3 # RUN: llvm-mc -triple=i686-nacl -filetype=obj -mc-relax-all %s -o - \
Dlabeloffset.s3 # RUN: llvm-mc -triple=i686-nacl -filetype=obj %s -o - | \
5 # RUN: llvm-mc -triple=i686-nacl -filetype=obj -mc-relax-all %s -o - | \
/external/swiftshader/docs/
DSubzero.md17 * Run `mkdir nacl && cd nacl && fetch nacl` ([ref](http://www.chromium.org/nativeclient/how-tos/how…
/external/swiftshader/third_party/subzero/
DREADME-wasm.md6 LD_LIBRARY_PATH=~/nacl/v8/out/native/lib.target make -j48 \
8 LD_LIBRARY_PATH=~/nacl/v8/out/native/lib.target ./pnacl-sz -O2 -filetype=asm \
/external/toolchain-utils/go/patch/go-1.11.2/
Dgo3.patch6 // +build !nacl,!js
49 // +build !nacl,!js,!windows
106 // +build !nacl,!js
207 // +build !nacl,!js
281 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" || runtime.GOOS == "js" {
298 // +build !nacl,!js
343 // +build !nacl,!js
404 // +build !nacl,!js
514 // +build !nacl,!js
585 // +build !nacl,!js
[all …]
/external/toolchain-utils/go/patch/go-1.10.3/
Dgo3.patch6 // +build !nacl
48 // +build !nacl,!windows
105 // +build !nacl
206 // +build !nacl
280 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {
297 // +build !nacl
342 // +build !nacl
402 // +build !nacl
512 // +build !nacl
583 // +build !nacl
[all …]
/external/llvm-project/llvm/test/MC/ARM/
Darm_instructions.s3 @ RUN: llvm-mc -mcpu=cortex-a9 -triple armv7-unknown-nacl -show-encoding %s \
5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
/external/llvm/test/MC/ARM/
Darm_instructions.s3 @ RUN: llvm-mc -mcpu=cortex-a9 -triple armv7-unknown-nacl -show-encoding %s \
5 @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
/external/toolchain-utils/go/patch/go-1.10.2/
Dgo3.patch6 // +build !nacl,!plan9,!windows
73 // +build !nacl
119 // +build !nacl,!plan9,!windows
170 // +build !nacl,!windows
233 // +build !nacl
344 // +build !nacl
439 if runtime.Compiler != "gc" || runtime.GOOS == "nacl" {
459 // +build !nacl
510 // +build !nacl
582 // +build !nacl
[all …]
/external/llvm/test/CodeGen/X86/
Dfast-isel-x32.ll2 ; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort=1 | FileCheck %s
Dlea-4.ll3 ; RUN: llc < %s -mtriple=x86_64-nacl | FileCheck %s
Dlea-3.ll3 ; RUN: llc < %s -mtriple=x86_64-nacl | FileCheck %s
Dframeaddr.ll8 ; RUN: llc < %s -mtriple=x86_64-nacl | FileCheck %s --check-prefix=CHECK-NACL64
9 ; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefix=CH…
Dlea-2.ll4 ; RUN: llc < %s -mtriple=x86_64-nacl -x86-asm-syntax=intel | FileCheck %s
Dx86-64-baseptr.ll3 ; This should run with NaCl as well ( -mtriple=x86_64-pc-nacl ) but currently doesn't due to PR22655
/external/llvm-project/llvm/test/CodeGen/X86/
Dfast-isel-x32.ll2 ; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort=1 | FileCheck %s
Dframeaddr.ll8 ; RUN: llc < %s -mtriple=x86_64-nacl | FileCheck %s --check-prefix=CHECK-NACL64
9 ; RUN: llc < %s -mtriple=x86_64-nacl -fast-isel -fast-isel-abort=1 | FileCheck %s --check-prefix=CH…
Dx86-64-stack-and-frame-ptr.ll3 ; RUN: llc -verify-machineinstrs -mtriple=x86_64-pc-nacl < %s | FileCheck -check-prefix=NACL %s

1234