Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc801 #define CASE_I64_SHIFTOP(opcode, fn) \ in BinOp() macro
867 CASE_I64_SHIFTOP(I64Shl, i64_shl) in BinOp()
868 CASE_I64_SHIFTOP(I64ShrS, i64_sar) in BinOp()
869 CASE_I64_SHIFTOP(I64ShrU, i64_shr) in BinOp()
994 #undef CASE_I64_SHIFTOP in BinOp()