Searched refs:Int32UnsignedGreaterThan (Results 1 - 12 of 12) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stub_builder.h | 252 Branch(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs() 267 Branch(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater); in GetStartIdxAndNumArgs()
|
H A D | baseline_stubs-inl.h | 280 Branch(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)),
in GetStartIdxAndNumArgs() 294 Branch(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater);
in GetStartIdxAndNumArgs()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | interpreter_stub-inl.h | 526 BRANCH(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs() 540 BRANCH(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater); in GetStartIdxAndNumArgs()
|
H A D | common_stubs.cpp | 372 BRANCH(Int32UnsignedGreaterThan(actualArgc, startIdx), &numArgsGreater, &numArgsNotGreater); in GenerateCircuit()
|
H A D | operations_stub_builder.cpp | 863 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr()
|
H A D | stub_builder-inl.h | 1075 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 D | circuit_builder.h | 167 V(Int32UnsignedGreaterThan, Icmp, static_cast<BitField>(ICmpCondition::UGT)) \
|
H A D | stub_builder.h | 347 GateRef Int32UnsignedGreaterThan(GateRef x, GateRef y);
|
H A D | stub_builder.cpp | 432 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 D | new_object_stub_builder.cpp | 603 BRANCH(Int32UnsignedGreaterThan(len, Int32(INT32_MAX)), &overflow, ¬Overflow);
in NewTaggedArrayChecked()
|
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
H A D | builtins_typedarray_stub_builder.cpp | 347 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 D | builtins_string_stub_builder.cpp | 266 .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