Home
last modified time | relevance | path

Searched refs:if_xgreaterthanzero (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()
375 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Ceil() local
378 BIND(&if_xgreaterthanzero); in Float64Ceil()
426 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Floor()
427 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Floor() local
430 BIND(&if_xgreaterthanzero); in Float64Floor()
509 Label if_xgreaterthanzero(this), if_xnotgreaterthanzero(this); in Float64Trunc()
510 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Trunc() local
513 BIND(&if_xgreaterthanzero); in Float64Trunc()

Completed in 16 milliseconds