Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dfunction-body-decoder.cc434 TFNode* compare_i32 = nullptr; in CatchException() local
443 compare_i32 = BUILD(Int32Constant, 0); in CatchException()
448 compare_i32 = BUILD(Binop, kExprI32Eq, caught_tag, exception_tag); in CatchException()
453 BUILD(BranchNoHint, compare_i32, &if_catch, &if_no_catch); in CatchException()