Searched refs:WASM (Results 1 – 25 of 56) sorted by relevance
123
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | symbols.test | 6 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 …]
|
D | sections.test | 18 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 …]
|
D | relocations.test | 20 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 …]
|
D | print-hex.test | 23 RUN: | FileCheck %s --check-prefix WASM 25 WASM: 0x00000000 03600001 7f60017f 017f6001 7f00 .`...`....`...
|
D | wasm-invalid.test | 3 --- !WASM
|
D | file-headers.test | 32 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/ |
D | obj2yaml.test | 9 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 …]
|
D | objdump-relocations.test | 16 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
|
D | nm-trivial-object.test | 6 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
|
D | wasm-missing-version.test | 1 # RUN: not llvm-objdump -h %p/Inputs/WASM/missing-version.wasm 2>&1 | FileCheck %s
|
D | wasm-invalid-start.test | 3 !WASM
|
D | wasm-duplicate-name.test | 3 --- !WASM
|
/external/v8/src/ |
D | code-reference.h | 24 : 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/ |
D | README.md | 1 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/ |
D | README.md | 1 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/skqp/modules/pathkit/npm-wasm/ |
D | README.md | 1 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/skia/modules/pathkit/npm-wasm/ |
D | README.md | 1 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/ |
D | unified.h | 37 #define WASM(instr) #instr ".w" macro 50 #define WASM(instr) #instr
|
/external/perfetto/tools/trace_to_text/ |
D | BUILD.gn | 20 # 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/ |
D | README.md | 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
|
/external/skia/modules/pathkit/npm-asmjs/ |
D | README.md | 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
|
/external/swiftshader/third_party/subzero/ |
D | .gitignore | 15 # Ignore WASM torture tests
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | file-headers.ll | 6 ; CHECK: Format: WASM{{$}}
|
/external/skia/modules/canvaskit/canvaskit/ |
D | README.md | 1 A WASM version of Skia's Canvas API. 38 WebPack's support for WASM is still somewhat experimental, but CanvasKit can be
|
/external/skqp/experimental/canvaskit/canvaskit/ |
D | README.md | 1 A WASM version of Skia's Canvas API. 38 WebPack's support for WASM is still somewhat experimental, but CanvasKit can be
|
123