Searched refs:DoubleGreaterThan (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | number_speculative_lowering.cpp | 666 condition = builder_.DoubleGreaterThan(left, right); in CompareDoubles()
|
D | stub_builder-inl.h | 830 inline GateRef StubBuilder::DoubleGreaterThan(GateRef x, GateRef y) in DoubleGreaterThan() function 832 return env_->GetBuilder()->DoubleGreaterThan(x, y); in DoubleGreaterThan()
|
D | stub_builder.h | 255 GateRef DoubleGreaterThan(GateRef x, GateRef y);
|
D | circuit_builder.h | 133 V(DoubleGreaterThan, Fcmp, static_cast<BitField>(FCmpCondition::OGT)) \
|
D | operations_stub_builder.cpp | 411 … Branch(DoubleGreaterThan(*doubleLeft, *doubleRight), &leftGreaterRight, &leftNotGreaterRight); in Greater()
|
D | stub_builder.cpp | 6254 …Branch(DoubleGreaterThan(doubleLen, Double(JSObject::MAX_ELEMENT_INDEX)), &indexOutRange, &indexIn… in CreateListFromArrayLike() 6361 …Branch(DoubleGreaterThan(num, Double(SAFE_NUMBER)), &targetGreaterThanSafeNumber, &targetLessThanS… in ToLength()
|