Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/js/src/wasm/
H A DWasmBinaryToAST.cpp813 static bool AstDecodeAtomicLoad(AstDecodeContext& c, ThreadOp op) { in AstDecodeAtomicLoad() function
1515 if (!AstDecodeAtomicLoad(c, ThreadOp(op.b1))) return false; in AstDecodeExpr()