Home
last modified time | relevance | path

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

/freebsd/sys/contrib/libsodium/dist-build/
H A Demscripten.sh79 emccLibsodium "${PREFIX}/lib/libsodium.asm.tmp.js" -Oz -s WASM=0 -s RUNNING_JS_OPTS=1
80 emccLibsodium "${PREFIX}/lib/libsodium.wasm.tmp.js" -O3 -s WASM=1
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def878 HANDLE_DW_OP(0xed, WASM_location, -1, -1, 0, WASM)
879 HANDLE_DW_OP(0xee, WASM_location_int, -1, -1, 0, WASM)
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6466 WASM = (1 << MCContext::IsWasm), in parsePrefix() enumerator
6504 CurrentFormat = WASM; in parsePrefix()