Home
last modified time | relevance | path

Searched defs:sle (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/llvm/test/MC/Mips/
Dmacro-sle.s4 sle $4, $5 label
7 sle $4, $5, $6 label
10 sle $4, $5, 16 label
24 sle $4, 16 label
Dmacro-sle64.s6 sle $4, $5, 0x100000000 label
18 sle $4, 0x100000000 label
/external/llvm-project/mlir/include/mlir/Dialect/Affine/EDSC/
DBuilders.h183 Value TemplatedIndexedValue<Load, Store>::sle(Value e) { in sle() function
/external/llvm-project/mlir/include/mlir/EDSC/
DBuilders.h300 Value sle(TemplatedIndexedValue e) { in sle() function
/external/autotest/server/cros/dynamic_suite/
Djob_status.py233 class sle(base_job.status_log_entry): class in Status
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1259 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/
DAPInt.h1091 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/
DAPInt.h1067 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/
DBuilders.cpp255 Value mlir::edsc::op::sle(Value lhs, Value rhs) { in sle() function in mlir::edsc::op