Home
last modified time | relevance | path

Searched refs:CASE_I64_SHIFTOP (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc1868 #define CASE_I64_SHIFTOP(opcode, fn) \ in BinOp() macro
2019 CASE_I64_SHIFTOP(I64Shl, i64_shl) in BinOp()
2020 CASE_I64_SHIFTOP(I64ShrS, i64_sar) in BinOp()
2021 CASE_I64_SHIFTOP(I64ShrU, i64_shr) in BinOp()
2147 #undef CASE_I64_SHIFTOP in BinOp()

Completed in 10 milliseconds