Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-global-gen.cc41 BranchIfFloat64IsNaN(Float64Sub(num_value, num_value), &return_false, in TF_BUILTIN()
90 BranchIfFloat64IsNaN(num_value, &return_true, &return_false); in TF_BUILTIN()
H A Dbuiltins-array-gen.cc822 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateSmiOrObject()
856 BranchIfFloat64IsNaN(LoadHeapNumberValue(CAST(element_k)), &return_found, in GenerateSmiOrObject()
956 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GeneratePackedDoubles()
980 BranchIfFloat64IsNaN(element_k, &return_found, &continue_loop); in GeneratePackedDoubles()
1027 BranchIfFloat64IsNaN(search_num.value(), nan_handling, &not_nan_loop); in GenerateHoleyDoubles()
1058 BranchIfFloat64IsNaN(element_k, &return_found, &continue_loop); in GenerateHoleyDoubles()
H A Dbuiltins-collections-gen.cc1302 BranchIfFloat64IsNaN(key_float, &if_keyisnan, if_not_same);
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h1041 void BranchIfFloat64IsNaN(TNode<Float64T> value, Label* if_true, in BranchIfFloat64IsNaN() function
H A Dcode-stub-assembler.cc12489 BranchIfFloat64IsNaN(number_value, if_notequal, if_equal);

Completed in 28 milliseconds