Home
last modified time | relevance | path

Searched refs:Int8GreaterThanOrEqual (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_string_stub_builder.cpp2248 GateRef needLower = BitAnd(Int8GreaterThanOrEqual(i, Int8(65)), in ToLowerCase()
2249 Int8GreaterThanOrEqual(Int8(90), i)); in ToLowerCase()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder-inl.h990 inline GateRef StubBuilder::Int8GreaterThanOrEqual(GateRef x, GateRef y) in Int8GreaterThanOrEqual() function in panda::ecmascript::kungfu::StubBuilder
992 return env_->GetBuilder()->Int8GreaterThanOrEqual(x, y); in Int8GreaterThanOrEqual()
H A Dcircuit_builder.h160 V(Int8GreaterThanOrEqual, Icmp, static_cast<BitField>(ICmpCondition::SGE)) \
H A Dstub_builder.h330 GateRef Int8GreaterThanOrEqual(GateRef x, GateRef y);

Completed in 18 milliseconds