Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-stub-assembler.cc7563 Label if_lhsisnan(this), if_lhsnotnan(this); in SameValue() local
7564 BranchIfFloat64IsNaN(lhs_float, &if_lhsisnan, &if_lhsnotnan); in SameValue()
7577 Bind(&if_lhsnotnan); in SameValue()