Home
last modified time | relevance | path

Searched refs:WASM_64 (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/wasm/
Dwasm-opcodes.cc69 #define WASM_64 1 macro
71 #define WASM_64 0 macro
76 #if !WASM_64 in IsSupported()
/external/v8/test/cctest/wasm/
Dwasm-run-utils.h29 #define WASM_64 1 macro
31 #define WASM_64 0 macro
Dtest-run-wasm.cc96 #if WASM_64
348 #if WASM_64
617 #if WASM_64
918 #if WASM_64
1606 #if WASM_64 in TEST()
1640 #if WASM_64
1800 #if WASM_64
2133 #if WASM_64
2254 #if WASM_64
2436 #if WASM_64
[all …]
/external/v8/src/compiler/
Dwasm-compiler.cc39 #define WASM_64 1 macro
41 #define WASM_64 0 macro
478 #if WASM_64 in Binop()
813 #if WASM_64 in Unop()
991 #if WASM_64 in BuildF64Neg()
1024 #if WASM_64 in BuildF64CopySign()