Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/x87/
Dlithium-codegen-x87.cc3558 Label not_plus_0; in DoPower() local
3563 __ j(parity_even, &not_plus_0, Label::kNear); // NaN. in DoPower()
3564 __ j(not_equal, &not_plus_0, Label::kNear); in DoPower()
3568 __ bind(&not_plus_0); in DoPower()