Home
last modified time | relevance | path

Searched refs:ULE (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dgate_meta_data.h129 ULE, enumerator
151 ULE, enumerator
Dcircuit_builder.h142 V(Int32UnsignedLessThanOrEqual, Icmp, static_cast<BitField>(ICmpCondition::ULE)) \
149 V(Int64UnsignedLessThanOrEqual, Icmp, static_cast<BitField>(ICmpCondition::ULE))
Dcircuit_ir_specification.md370 …* `0101` `ULE`: interprets the operands as unsigned values and yields true if op1 is less than or …
404 * `1101` `ULE`: unordered or less than or equal
Dllvm_ir_builder.cpp1853 case ICmpCondition::ULE: in ConvertLLVMPredicateFromICMP()