Searched refs:DoubleGreaterThan (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | lcr_circuit_builder.cpp | 311 Branch(DoubleGreaterThan(x, Max), &overflow, &checkUnderflow); in DoubleInRangeInt32()
|
H A D | number_speculative_lowering.cpp | 764 condition = builder_.DoubleGreaterThan(left, right); in CompareDoubles()
|
H A D | operations_stub_builder.cpp | 448 BRANCH(DoubleGreaterThan(*doubleLeft, *doubleRight), &leftGreaterRight, &leftNotGreaterRight); in Greater()
|
H A D | stub_builder-inl.h | 1040 inline GateRef StubBuilder::DoubleGreaterThan(GateRef x, GateRef y) in DoubleGreaterThan() function in panda::ecmascript::kungfu::StubBuilder 1042 return env_->GetBuilder()->DoubleGreaterThan(x, y); in DoubleGreaterThan()
|
H A D | circuit_builder.h | 156 V(DoubleGreaterThan, Fcmp, static_cast<BitField>(FCmpCondition::OGT)) \
|
H A D | stub_builder.h | 341 GateRef DoubleGreaterThan(GateRef x, GateRef y);
|
H A D | typed_native_inline_lowering.cpp | 748 builder_.DoubleGreaterThan(value, builder_.Double(zero))); in BuildRounding() 761 BRANCH_CIR(builder_.DoubleGreaterThan(builder_.DoubleSub(rounded, value), diffValue), in BuildRounding() 896 builder_.Branch(builder_.DoubleGreaterThan(double1, double2), &right, &equalOrNan); in BuildDoubleMinMax()
|
H A D | stub_builder.cpp | 8933 BRANCH(DoubleGreaterThan(num, Double(SAFE_NUMBER)), &targetGreaterThanSafeNumber, &targetLessThanSafeNumber); in ToLength()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_object_stub_builder.cpp | 96 BRANCH(DoubleGreaterThan(doubleLen, Double(JSObject::MAX_ELEMENT_INDEX)), &indexOutRange, &indexInRange);
in CreateListFromArrayLike()
|
Completed in 45 milliseconds