Searched defs:sge (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/test/MC/Mips/ |
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
|
D | macro-sge64.s | 6 sge $4, $5, 0x100000000 label 18 sge $4, 0x100000000 label
|
/external/llvm-project/mlir/include/mlir/Dialect/Affine/EDSC/ |
D | Builders.h | 193 Value TemplatedIndexedValue<Load, Store>::sge(Value e) { in sge() function
|
/external/kernel-headers/original/uapi/rdma/ |
D | siw-abi.h | 119 struct siw_sge sge[SIW_MAX_SGE]; member 135 struct siw_sge sge[SIW_MAX_SGE]; member
|
D | rdma_user_rxe.h | 135 struct rxe_sge sge[0]; member
|
/external/llvm-project/mlir/include/mlir/EDSC/ |
D | Builders.h | 306 Value sge(TemplatedIndexedValue e) { in sge() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1329 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function 1337 bool sge(int64_t RHS) const { return !slt(RHS); } in sge() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1159 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function 1167 bool sge(int64_t RHS) const { return !slt(RHS); } in sge() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1135 bool sge(const APInt &RHS) const { return !slt(RHS); } in sge() function 1143 bool sge(int64_t RHS) const { return !slt(RHS); } in sge() function
|
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/ |
D | Builders.cpp | 267 Value mlir::edsc::op::sge(Value lhs, Value rhs) { in sge() function in mlir::edsc::op
|
/external/llvm-project/llvm/test/MC/Lanai/ |
D | v11.s | 457 sge %r21 label
|
/external/llvm/test/MC/Lanai/ |
D | v11.s | 457 sge %r21 label
|