Searched defs:slt (Results 1 – 15 of 15) sorted by relevance
/llvm-project/llvm/test/MC/M68k/Control/Classes/ |
H A D | MxScc.s | 44 slt %d0 label 93 slt (0,%a0) label
|
/llvm-project/llvm/test/MC/LoongArch/Basic/Integer/ |
H A D | arith.s | 42 slt $s6, $s3, $tp label
|
H A D | invalid.s | 164 slt $a0, $a0, 0 global() label
|
/llvm-project/mlir/include/mlir/Interfaces/Utils/ |
H A D | InferIntRangeCommon.h | 129 slt, enumerator
|
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv32e-valid.s |
|
H A D | rvi-aliases-valid.s | 295 slt a2, a3, 4 label
|
H A D | rv32i-valid.s |
|
H A D | rv32i-invalid.s | 151 slt x32, s0, s0 # CHECK: :[[@LINE]]:5: error: invalid operand for instruction global() label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/ |
H A D | gpr-bypass.s | 31 slt a0, a0, a0 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/ |
H A D | gpr-bypass.s | 31 slt a0, a0, a0 label
|
/llvm-project/llvm/include/llvm/ADT/ |
H A D | APInt.h | 1110 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } slt() function 1118 bool slt(int64_t RHS) const { slt() function
|
/llvm-project/mlir/lib/Dialect/Arith/Utils/ |
H A D | Utils.cpp | 335 Value ArithBuilder::slt(Value lhs, Value rhs) { in slt() function in ArithBuilder
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 121 slt $3, $3, $5 # CHECK: slt $3, $3, $5 # encoding: [0x00,0xa3,0x1b,0x50] label
|
/llvm-project/llvm/test/MC/Lanai/ |
H A D | v11.s | 459 slt %r21 label
|
/llvm-project/llvm/lib/Support/ |
H A D | KnownBits.cpp | 542 std::optional<bool> KnownBits::slt(const KnownBits &LHS, const KnownBits &RHS) { in slt() function in KnownBits
|