Searched defs:sgt (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/test/MC/Mips/ |
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
|
D | macro-sgt64.s | 6 sgt $4, $5, 0x100000000 label 16 sgt $4, 0x100000000 label
|
/external/llvm-project/mlir/include/mlir/Dialect/Affine/EDSC/ |
D | Builders.h | 188 Value TemplatedIndexedValue<Load, Store>::sgt(Value e) { in sgt() function
|
/external/kernel-headers/original/uapi/linux/ |
D | erspan.h | 22 __be16 sgt; /* security group tag */ member
|
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rvi-aliases-valid.s | 67 sgt x1, x2, x3 label
|
/external/llvm-project/mlir/include/mlir/EDSC/ |
D | Builders.h | 303 Value sgt(TemplatedIndexedValue e) { in sgt() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | APInt.h | 1294 bool sgt(const APInt &RHS) const { return !sle(RHS); } in sgt() function 1302 bool sgt(int64_t RHS) const { in sgt() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 1125 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function 1133 bool sgt(int64_t RHS) const { in sgt() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 1101 bool sgt(const APInt &RHS) const { return !slt(RHS) && !eq(RHS); } in sgt() function 1109 bool sgt(int64_t RHS) const { in sgt() function
|
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/ |
D | Builders.cpp | 261 Value mlir::edsc::op::sgt(Value lhs, Value rhs) { in sgt() function in mlir::edsc::op
|
/external/llvm-project/llvm/test/MC/Lanai/ |
D | v11.s | 461 sgt %r21 label
|
/external/llvm/test/MC/Lanai/ |
D | v11.s | 461 sgt %r21 label
|