Home
last modified time | relevance | path

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

/external/v8/src/x64/
Dcodegen-x64.cc236 Label* non_float);
8256 Label* non_float) { in CheckNumberOperands() argument
8262 __ j(not_equal, non_float); // The argument in rdx is not a number. in CheckNumberOperands()
8267 __ j(not_equal, non_float); // The argument in rax is not a number. in CheckNumberOperands()
/external/v8/src/ia32/
Dcodegen-ia32.cc816 Label* non_float,
8697 Label* non_float, in CheckFloatOperands() argument
8706 __ j(not_equal, non_float); // argument in edx is not a number -> NaN in CheckFloatOperands()
8713 __ j(not_equal, non_float); // argument in eax is not a number -> NaN in CheckFloatOperands()