Searched refs:Int32UnsignedGreaterThan (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/ |
D | typed_array_stub_builder.cpp | 284 auto condition = Int32UnsignedGreaterThan(re, Int32(INT32_MAX)); in GetValueFromBuffer()
|
D | interpreter_stub-inl.h | 454 Branch(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs() 468 Branch(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater); in GetStartIdxAndNumArgs()
|
D | stub_builder-inl.h | 865 inline GateRef StubBuilder::Int32UnsignedGreaterThan(GateRef x, GateRef y) in Int32UnsignedGreaterThan() function 867 return env_->GetBuilder()->Int32UnsignedGreaterThan(x, y); in Int32UnsignedGreaterThan()
|
D | stub_builder.h | 261 GateRef Int32UnsignedGreaterThan(GateRef x, GateRef y);
|
D | circuit_builder.h | 143 V(Int32UnsignedGreaterThan, Icmp, static_cast<BitField>(ICmpCondition::UGT)) \
|
D | operations_stub_builder.cpp | 822 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr()
|