Home
last modified time | relevance | path

Searched refs:Int32UnsignedGreaterThan (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_array_stub_builder.cpp284 auto condition = Int32UnsignedGreaterThan(re, Int32(INT32_MAX)); in GetValueFromBuffer()
Dinterpreter_stub-inl.h454 Branch(Int32UnsignedGreaterThan(ChangeIntPtrToInt32(PtrSub(fp, sp)), in GetStartIdxAndNumArgs()
468 Branch(Int32UnsignedGreaterThan(*numArgs, restIdx), &numArgsGreater, &numArgsNotGreater); in GetStartIdxAndNumArgs()
Dstub_builder-inl.h865 inline GateRef StubBuilder::Int32UnsignedGreaterThan(GateRef x, GateRef y) in Int32UnsignedGreaterThan() function
867 return env_->GetBuilder()->Int32UnsignedGreaterThan(x, y); in Int32UnsignedGreaterThan()
Dstub_builder.h261 GateRef Int32UnsignedGreaterThan(GateRef x, GateRef y);
Dcircuit_builder.h143 V(Int32UnsignedGreaterThan, Icmp, static_cast<BitField>(ICmpCondition::UGT)) \
Doperations_stub_builder.cpp822 auto condition = Int32UnsignedGreaterThan(val, Int32(INT32_MAX)); in Shr()