Searched refs:kExprI64And (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 528 case wasm::kExprI64And: in Binop() 1028 Binop(wasm::kExprI64And, Unop(wasm::kExprI64ReinterpretF64, left), in BuildF64CopySign() 1030 Binop(wasm::kExprI64And, Unop(wasm::kExprI64ReinterpretF64, right), in BuildF64CopySign() 1319 Binop(wasm::kExprI64And, in BuildI64Popcnt() 1322 Binop(wasm::kExprI64And, input, in BuildI64Popcnt() 1326 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt() 1329 Binop(wasm::kExprI64And, result, in BuildI64Popcnt() 1333 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt() 1336 Binop(wasm::kExprI64And, result, in BuildI64Popcnt() 1340 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt() [all …]
|
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 86 case kExprI64And: in IsSupported()
|
D | wasm-macro-gen.h | 168 #define WASM_I64_AND(x, y) kExprI64And, x, y
|
/external/v8/test/mjsunit/wasm/ |
D | wasm-constants.js | 127 var kExprI64And = 0x62; variable
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 2094 EXPECT_LENGTH(1, kExprI64And); in TEST_F() 2352 EXPECT_ARITY(2, kExprI64And); in TEST_F()
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 393 TestInt64Binop(kExprI64And, 0xEE, 0xFFEE, 0xFF0000FF); in TEST()
|