Searched defs:sgt (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/test/MC/Mips/ |
H A D | macro-sgt.s | 4 sgt $4, $5 label 6 sgt $4, $5, $6 label 8 sgt $4, $5, 16 label 19 sgt $4, 16 label
|
H A D | macro-sgt64.s | 6 sgt $4, $5, 0x100000000 label 16 sgt $4, 0x100000000 label
|
/llvm-project/llvm/test/MC/M68k/Control/Classes/ |
H A D | MxScc.s | 47 sgt %d0 label 96 sgt (0,%a0) label
|
/llvm-project/llvm/test/MC/M68k/ |
H A D | instructions.s | 32 sgt %d0 label
|
/llvm-project/mlir/include/mlir/Interfaces/Utils/ |
H A D | InferIntRangeCommon.h | 131 sgt, enumerator
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rvi-aliases-valid.s | 67 sgt x1, x2, x3 label
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1181 bool sgt(const APInt &RHS) const { return !sle(RHS); } sgt() function 1189 bool sgt(int64_t RHS) const { sgt() function
|
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 330 Value ArithBuilder::sgt(Value lhs, Value rhs) { in sgt() function in ArithBuilder
|
/llvm-project/llvm/test/MC/Lanai/ |
H A D | v11.s | 461 sgt %r21 label
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 526 std::optional<bool> KnownBits::sgt(const KnownBits &LHS, const KnownBits &RHS) { in sgt() function in KnownBits
|