Searched defs:sge (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/test/MC/Mips/ |
H A D | macro-sge.s | 4 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 D | macro-sge64.s | 6 sge $4, $5, 0x100000000 label 18 sge $4, 0x100000000 label
|
/llvm-project/llvm/test/MC/M68k/Control/Classes/ |
H A D | MxScc.s | 41 sge %d0 label 90 sge (0,%a0) label
|
/llvm-project/mlir/include/mlir/Interfaces/Utils/ |
H A D | InferIntRangeCommon.h | 132 sge, enumerator
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1217 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 D | v11.s | 457 sge %r21 label
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 536 std::optional<bool> KnownBits::sge(const KnownBits &LHS, const KnownBits &RHS) { in sge() function in KnownBits
|