Home
last modified time | relevance | path

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

/external/v8/src/wasm/baseline/
Dliftoff-compiler.cc620 #define CASE_I32_UNOP(opcode, fn) \ in UnOp() macro
645 CASE_I32_UNOP(I32Eqz, i32_eqz) in UnOp()
646 CASE_I32_UNOP(I32Clz, i32_clz) in UnOp()
647 CASE_I32_UNOP(I32Ctz, i32_ctz) in UnOp()
708 #undef CASE_I32_UNOP in UnOp()