Home
last modified time | relevance | path

Searched refs:if_xnotgreaterthanzero (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc374 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Ceil()
376 &if_xnotgreaterthanzero); in Float64Ceil() local
390 BIND(&if_xnotgreaterthanzero); in Float64Ceil()
426 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Floor()
428 &if_xnotgreaterthanzero); in Float64Floor() local
442 BIND(&if_xnotgreaterthanzero); in Float64Floor()
509 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Trunc()
511 &if_xnotgreaterthanzero); in Float64Trunc() local
529 BIND(&if_xnotgreaterthanzero); in Float64Trunc()

Completed in 13 milliseconds