Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def872 HANDLE_DW_OP(0xed, WASM_location, 0, WASM)
873 HANDLE_DW_OP(0xee, WASM_location_int, 0, WASM)
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6209 WASM = (1 << MCContext::IsWasm), in parsePrefix() enumerator
6247 CurrentFormat = WASM; in parsePrefix()