Searched defs:sle (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/llvm/test/MC/Mips/ |
D | macro-sle.s | 4 sle $4, $5 label 7 sle $4, $5, $6 label 10 sle $4, $5, 16 label 24 sle $4, 16 label
|
D | macro-sle64.s | 6 sle $4, $5, 0x100000000 label 18 sle $4, 0x100000000 label
|
/external/llvm-project/mlir/include/mlir/Dialect/Affine/EDSC/ |
D | Builders.h | 183 Value TemplatedIndexedValue<Load, Store>::sle(Value e) { in sle() function
|
/external/llvm-project/mlir/include/mlir/EDSC/ |
D | Builders.h | 300 Value sle(TemplatedIndexedValue e) { in sle() function
|
/external/autotest/server/cros/dynamic_suite/ |
D | job_status.py | 233 class sle(base_job.status_log_entry): class in Status
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1259 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } in sle() function 1267 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1091 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() function 1099 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1067 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() function 1075 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function
|
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/ |
D | Builders.cpp | 255 Value mlir::edsc::op::sle(Value lhs, Value rhs) { in sle() function in mlir::edsc::op
|