Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-conversion-gen.cc303 GotoIfNot(Float64GreaterThan(len_value, Float64Constant(0.0)), in TF_BUILTIN()
/external/v8/src/
Dcode-stub-assembler.cc398 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Ceil()
422 GotoIfNot(Float64GreaterThan(var_x.value(), minus_x), &return_minus_x); in Float64Ceil()
450 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Floor()
460 GotoIfNot(Float64GreaterThan(var_x.value(), x), &return_x); in Float64Floor()
533 Branch(Float64GreaterThan(x, zero), &if_xgreaterthanzero, in Float64Trunc()
546 GotoIfNot(Float64GreaterThan(var_x.value(), x), &return_x); in Float64Trunc()
565 GotoIfNot(Float64GreaterThan(var_x.value(), minus_x), &return_minus_x); in Float64Trunc()
5832 GotoIf(Float64GreaterThan(value, smi_max), &out); in IsNumberNormalized()
10130 Float64GreaterThan(var_left_float.value(), var_right_float.value()), in BranchIfNumberRelationalComparison()
10566 Float64GreaterThan(var_left_float.value(), var_right_float.value()), in RelationalComparison()
/external/v8/src/compiler/
Draw-machine-assembler.h569 Node* Float64GreaterThan(Node* a, Node* b) { return Float64LessThan(b, a); } in Float64GreaterThan() function
Dcode-assembler.h440 V(Float64GreaterThan, BoolT, Float64T, Float64T) \