Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_arm_vixl.cc4653 vixl32::Label handle_nan_eq, done; in GenerateMinMaxDouble() local
4660 __ B(vs, &handle_nan_eq, /* is_far_target= */ false); // if un-ordered, go to NaN handling. in GenerateMinMaxDouble()
4681 __ Bind(&handle_nan_eq); in GenerateMinMaxDouble()