Home
last modified time | relevance | path

Searched defs:sge (Results 1 – 7 of 7) sorted by relevance

/llvm-project/llvm/test/MC/Mips/
H A Dmacro-sge.s4 sge $4, $5 label
7 sge $4, $5, $6 label
10 sge $4, 16 label
13 sge $4, $5, 16 label
16 sge $4, $5, 0x10000 label
36 sge $4, 0x10000 label
H A Dmacro-sge64.s6 sge $4, $5, 0x100000000 label
18 sge $4, 0x100000000 label
/llvm-project/llvm/test/MC/M68k/Control/Classes/
H A DMxScc.s41 sge %d0 label
90 sge (0,%a0) label
/llvm-project/mlir/include/mlir/Interfaces/Utils/
H A DInferIntRangeCommon.h132 sge, enumerator
/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1217 bool sge(const APInt &RHS) const { return !slt(RHS); } sge() function
1225 bool sge(int64_t RHS) const { return !slt(RHS); } sge() function
/llvm-project/llvm/test/MC/Lanai/
H A Dv11.s457 sge %r21 label
/llvm-project/llvm/lib/Support/
H A DKnownBits.cpp536 std::optional<bool> KnownBits::sge(const KnownBits &LHS, const KnownBits &RHS) { in sge() function in KnownBits