Home
last modified time | relevance | path

Searched refs:WASM (Results 1 – 25 of 56) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dsymbols.test6 RUN: | FileCheck %s -check-prefix WASM
74 WASM: Symbols [
75 WASM-NEXT: Symbol {
76 WASM-NEXT: Name: main
77 WASM-NEXT: Type: FUNCTION (0x0)
78 WASM-NEXT: Flags: 0x0
79 WASM-NEXT: }
80 WASM-NEXT: Symbol {
81 WASM-NEXT: Name: .L.str
82 WASM-NEXT: Type: DATA (0x1)
[all …]
Dsections.test18 RUN: | FileCheck %s -check-prefix WASM
496 WASM: Sections [
497 WASM-NEXT: Section {
498 WASM-NEXT: Type: TYPE (0x1)
499 WASM-NEXT: Size: 14
500 WASM-NEXT: Offset: 8
501 WASM-NEXT: }
502 WASM-NEXT: Section {
503 WASM-NEXT: Type: IMPORT (0x2)
504 WASM-NEXT: Size: 93
[all …]
Drelocations.test20 RUN: | FileCheck %s -check-prefix WASM
289 WASM: Relocations [
290 WASM-NEXT: Section (4) CODE {
291 WASM-NEXT: Relocation {
292 WASM-NEXT: Type: R_WEBASSEMBLY_MEMORY_ADDR_SLEB (4)
293 WASM-NEXT: Offset: 0x4
294 WASM-NEXT: Symbol: .L.str
295 WASM-NEXT: Addend: 0
296 WASM-NEXT: }
297 WASM-NEXT: Relocation {
[all …]
Dprint-hex.test23 RUN: | FileCheck %s --check-prefix WASM
25 WASM: 0x00000000 03600001 7f60017f 017f6001 7f00 .`...`....`...
Dwasm-invalid.test3 --- !WASM
Dfile-headers.test32 RUN: | FileCheck %s -check-prefix WASM
391 WASM: Format: WASM
392 WASM-NEXT: Arch: wasm32
393 WASM-NEXT: AddressSize: 32bit
394 WASM-NEXT: Version: 0x1
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dobj2yaml.test9 RUN: obj2yaml %p/Inputs/trivial-object-test.wasm | FileCheck %s --check-prefix WASM
649 WASM: --- !WASM
650 WASM-NEXT: FileHeader:
651 WASM-NEXT: Version: 0x00000001
652 WASM: - Type: CUSTOM
653 WASM-NEXT: Name: linking
654 WASM-NEXT: Version: 1
655 WASM-NEXT: SymbolTable:
656 WASM-NEXT: - Index: 0
657 WASM-NEXT: Kind: FUNCTION
[all …]
Dobjdump-relocations.test16 RUN: | FileCheck %s -check-prefix WASM
62 WASM: CODE
63 WASM-NEXT: R_WEBASSEMBLY_MEMORY_ADDR_SLEB .L.str
64 WASM-NEXT: R_WEBASSEMBLY_FUNCTION_INDEX_LEB puts
65 WASM-NEXT: R_WEBASSEMBLY_FUNCTION_INDEX_LEB SomeOtherFunction
Dnm-trivial-object.test6 RUN: | FileCheck %s -check-prefix WASM
63 WASM: 00000000 d .L.str
64 WASM-NEXT: U SomeOtherFunction
65 WASM-NEXT: 00000002 T main
66 WASM-NEXT: U puts
67 WASM-NEXT: 00000010 D var
Dwasm-missing-version.test1 # RUN: not llvm-objdump -h %p/Inputs/WASM/missing-version.wasm 2>&1 | FileCheck %s
Dwasm-invalid-start.test3 !WASM
Dwasm-duplicate-name.test3 --- !WASM
/external/v8/src/
Dcode-reference.h24 : kind_(WASM), wasm_code_(wasm_code) {} in CodeReference()
44 DCHECK_EQ(WASM, kind_); in as_wasm_code()
49 enum { JS, WASM } kind_; enumerator
/external/skqp/modules/pathkit/
DREADME.md1 PathKit WASM API
14 Run `./compile.sh` to compile a production, WASM build to `$SKIA_HOME/out/pathkit`.
21 # Build all 3 versions (release, test, debug) for both asmjs and WASM
/external/skia/modules/pathkit/
DREADME.md1 PathKit WASM API
14 Run `./compile.sh` to compile a production, WASM build to `$SKIA_HOME/out/pathkit`.
21 # Build all 3 versions (release, test, debug) for both asmjs and WASM
/external/skia/modules/pathkit/npm-wasm/
DREADME.md1 A WASM version of Skia's PathOps toolkit.
12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
26 WebPack's support for WASM is still somewhat experimental, but PathKit can be
/external/skqp/modules/pathkit/npm-wasm/
DREADME.md1 A WASM version of Skia's PathOps toolkit.
12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
26 WebPack's support for WASM is still somewhat experimental, but PathKit can be
/external/u-boot/arch/arm/include/asm/
Dunified.h37 #define WASM(instr) #instr ".w" macro
50 #define WASM(instr) #instr
/external/perfetto/tools/trace_to_text/
DBUILD.gn20 # executable) and by the "lite" version (the WASM module for the UI).
51 # Lite target for the WASM UI. Doesn't have any dependency on libprotobuf-full.
86 # WASM is too permissive, build a normal version of the binary to test for
/external/skqp/modules/pathkit/npm-asmjs/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
/external/skia/modules/pathkit/npm-asmjs/
DREADME.md12 PathKit comes in two parts, a JS loader and the actual WASM code. The JS loader creates
13 a global `PathKitInit` that can be called to load the WASM code. The `locateFile` function
/external/swiftshader/third_party/subzero/
D.gitignore15 # Ignore WASM torture tests
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/
Dfile-headers.ll6 ; CHECK: Format: WASM{{$}}
/external/skqp/experimental/canvaskit/canvaskit/
DREADME.md1 A WASM version of Skia's Canvas API.
38 WebPack's support for WASM is still somewhat experimental, but CanvasKit can be
/external/skia/modules/canvaskit/canvaskit/
DREADME.md1 A WASM version of Skia's Canvas API.
38 WebPack's support for WASM is still somewhat experimental, but CanvasKit can be

123