Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc795 #define CASE_I32_SHIFTOP(opcode, fn) \ in BinOp() macro
864 CASE_I32_SHIFTOP(I32Shl, i32_shl) in BinOp()
865 CASE_I32_SHIFTOP(I32ShrS, i32_sar) in BinOp()
866 CASE_I32_SHIFTOP(I32ShrU, i32_shr) in BinOp()
993 #undef CASE_I32_SHIFTOP in BinOp()