Home
last modified time | relevance | path

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

/external/v8/src/x87/
Dcode-stubs-x87.cc117 Label* non_float,
250 Label* non_float, in CheckFloatOperands() argument
259 __ j(not_equal, non_float); // argument in edx is not a number -> NaN in CheckFloatOperands()
265 __ j(not_equal, non_float); // argument in eax is not a number -> NaN in CheckFloatOperands()
/external/v8/src/ia32/
Dcode-stubs-ia32.cc121 Label* non_float,
306 Label* non_float, in CheckFloatOperands() argument
315 __ j(not_equal, non_float); // argument in edx is not a number -> NaN in CheckFloatOperands()
321 __ j(not_equal, non_float); // argument in eax is not a number -> NaN in CheckFloatOperands()