Searched refs:kExprI64ShrU (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/wasm/ |
D | wasm-opcodes.cc | 90 case kExprI64ShrU: in IsSupported()
|
D | wasm-macro-gen.h | 172 #define WASM_I64_SHR(x, y) kExprI64ShrU, x, y
|
/external/v8/test/mjsunit/wasm/ |
D | wasm-constants.js | 131 var kExprI64ShrU = 0x66; variable
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 540 case wasm::kExprI64ShrU: in Binop() 1320 Binop(wasm::kExprI64ShrU, input, jsgraph()->Int64Constant(1)), in BuildI64Popcnt() 1326 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt() 1333 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt() 1340 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt() 1347 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt() 1354 Binop(wasm::kExprI64And, Binop(wasm::kExprI64ShrU, result, in BuildI64Popcnt()
|
/external/v8/test/unittests/wasm/ |
D | ast-decoder-unittest.cc | 2098 EXPECT_LENGTH(1, kExprI64ShrU); in TEST_F() 2356 EXPECT_ARITY(2, kExprI64ShrU); in TEST_F()
|
/external/v8/test/cctest/wasm/ |
D | test-run-wasm.cc | 397 TestInt64Binop(kExprI64ShrU, 0x0700001000123456LL, 0x7000010001234567LL, 4); in TEST()
|