Home
last modified time | relevance | path

Searched refs:Int32UnsignedGreaterThan (Results 1 - 12 of 12) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/baseline/
H A Dbaseline_stub_builder.h252 Branch(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs()
267 Branch(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater); in GetStartIdxAndNumArgs()
H A Dbaseline_stubs-inl.h280 Branch(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs()
294 Branch(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater); in GetStartIdxAndNumArgs()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinterpreter_stub-inl.h526 BRANCH(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs()
540 BRANCH(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater); in GetStartIdxAndNumArgs()
H A Dcommon_stubs.cpp372 BRANCH(Int32UnsignedGreaterThan(actualArgc, startIdx), &numArgsGreater, &numArgsNotGreater); in GenerateCircuit()
H A Doperations_stub_builder.cpp863 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr()
H A Dstub_builder-inl.h1075 inline GateRef StubBuilder::Int32UnsignedGreaterThan(GateRef x, GateRef y) in Int32UnsignedGreaterThan() function in panda::ecmascript::kungfu::StubBuilder
1077 return env_->GetBuilder()->Int32UnsignedGreaterThan(x, y); in Int32UnsignedGreaterThan()
H A Dcircuit_builder.h167 V(Int32UnsignedGreaterThan, Icmp, static_cast<BitField>(ICmpCondition::UGT)) \
H A Dstub_builder.h347 GateRef Int32UnsignedGreaterThan(GateRef x, GateRef y);
H A Dstub_builder.cpp432 BRANCH(Int32UnsignedGreaterThan(midHash, keyHash), &midGreaterKey, &midnotGreaterKey); in BinarySearch()
1164 auto condition = Int32UnsignedGreaterThan(length, Int32(INT32_MAX)); in CallGetterHelper()
10444 BRANCH_LIKELY(Int32UnsignedGreaterThan(*offset, Int32(0)), &storeValue, &exit); in ArrayCopy()
H A Dnew_object_stub_builder.cpp603 BRANCH(Int32UnsignedGreaterThan(len, Int32(INT32_MAX)), &overflow, &notOverflow); in NewTaggedArrayChecked()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_typedarray_stub_builder.cpp347 auto condition = Int32UnsignedGreaterThan(re, Int32(INT32_MAX)); in GetValueFromBuffer()
3268 BRANCH(Int32UnsignedGreaterThan(length, Int32(JSTypedArray::MAX_TYPED_ARRAY_INDEX)), &slowPath, &valid); in AllocateTypedArrayBuffer()
H A Dbuiltins_string_stub_builder.cpp266 .Or(Int32UnsignedGreaterThan(first, Int32(base::utf_helper::DECODE_LEAD_HIGH))) in CodePointAt()
273 Int32UnsignedGreaterThan(second, Int32(base::utf_helper::DECODE_TRAIL_HIGH))); in CodePointAt()

Completed in 52 milliseconds