Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc1993 current_function_builder_->Emit(kExprI32And); in BitwiseANDExpression()
2138 current_function_builder_->Emit(kExprI32And); in ValidateCall()
2486 current_function_builder_->Emit(kExprI32And); in ValidateHeapAccess()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js288 let kExprI32And = 0x71; variable
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DWasmTranslator.cpp537 case kExprI32And: in Binop()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc863 case wasm::kExprI32And: in Binop()
1886 Binop(wasm::kExprI32And, Unop(wasm::kExprI32ReinterpretF32, left), in BuildF32CopySign()
1888 Binop(wasm::kExprI32And, Unop(wasm::kExprI32ReinterpretF32, right), in BuildF32CopySign()
7035 Binop(wasm::kExprI32And, flags, in BuildReceiverNode()
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc1897 case kExprI32And: in BinOp()