Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js311 let kExprI64ShrU = 0x88; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp528 case kExprI64ShrU: in Binop()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc958 case wasm::kExprI64ShrU: in Binop()
2513 Binop(wasm::kExprI64ShrU, value, Int64Constant(32))); in Throw()