Home
last modified time | relevance | path

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

/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dcode-stub-assembler.cc340 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Ceil() local
341 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Ceil()
344 BIND(&if_xgreaterthanzero); in Float64Ceil()
392 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Floor() local
393 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Floor()
396 BIND(&if_xgreaterthanzero); in Float64Floor()
475 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Trunc() local
476 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Trunc()
479 BIND(&if_xgreaterthanzero); in Float64Trunc()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/codegen/
H A Dcode-stub-assembler.cc563 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Ceil() local
564 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Ceil()
567 BIND(&if_xgreaterthanzero); in Float64Ceil()
615 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Floor() local
616 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Floor()
619 BIND(&if_xgreaterthanzero); in Float64Floor()
698 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Trunc() local
699 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Trunc()
702 BIND(&if_xgreaterthanzero); in Float64Trunc()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/codegen/
H A Dcode-stub-assembler.cc369 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Ceil() local
370 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Ceil()
373 BIND(&if_xgreaterthanzero); in Float64Ceil()
421 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Floor() local
422 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Floor()
425 BIND(&if_xgreaterthanzero); in Float64Floor()
504 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Trunc() local
505 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Trunc()
508 BIND(&if_xgreaterthanzero); in Float64Trunc()
/dports/lang/v8/v8-9.6.180.12/src/codegen/
H A Dcode-stub-assembler.cc372 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Ceil() local
373 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Ceil()
376 BIND(&if_xgreaterthanzero); in Float64Ceil()
424 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Floor() local
425 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Floor()
428 BIND(&if_xgreaterthanzero); in Float64Floor()
507 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Trunc() local
508 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Trunc()
511 BIND(&if_xgreaterthanzero); in Float64Trunc()