Home
last modified time | relevance | path

Searched defs:slt (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Affine/EDSC/
DBuilders.h178 Value TemplatedIndexedValue<Load, Store>::slt(Value e) { in slt() function
/external/llvm-project/llvm/test/MC/RISCV/
Drv32e-valid.s80 slt s0, s0, s0 label
Drvi-aliases-valid.s285 slt a2, a3, 4 label
Drv32i-valid.s294 slt s0, s0, s0 label
Drv32i-invalid.s151 slt x32, s0, s0 # CHECK: :[[@LINE]]:5: error: invalid operand for instruction label
/external/llvm-project/mlir/include/mlir/EDSC/
DBuilders.h297 Value slt(TemplatedIndexedValue e) { in slt() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1224 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt() function
1232 bool slt(int64_t RHS) const { in slt() function
/external/llvm-project/mlir/lib/Dialect/Affine/EDSC/
DBuilders.cpp249 Value mlir::edsc::op::slt(Value lhs, Value rhs) { in slt() function in mlir::edsc::op
/external/libwebsockets/lib/misc/fts/
Dtrie-fd.c393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
/external/llvm-project/llvm/test/MC/Mips/micromips/
Dvalid.s121 slt $3, $3, $5 # CHECK: slt $3, $3, $5 # encoding: [0x00,0xa3,0x1b,0x50] label
/external/llvm-project/llvm/test/MC/Lanai/
Dv11.s459 slt %r21 label
/external/llvm/test/MC/Lanai/
Dv11.s459 slt %r21 label
/external/llvm/include/llvm/ADT/
DAPInt.h1065 bool slt(int64_t RHS) const { in slt() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1041 bool slt(int64_t RHS) const { in slt() function
/external/mesa3d/src/mesa/main/
Dffvertex_prog.c943 struct ureg slt = get_temp(p); in calculate_light_attenuation() local
/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp996 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, in slt() function in Ice::MIPS32::AssemblerMIPS32
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp533 bool APInt::slt(const APInt& RHS) const { in slt() function in APInt
/external/llvm/lib/Support/
DAPInt.cpp555 bool APInt::slt(const APInt& RHS) const { in slt() function in APInt
/external/swiftshader/src/Shader/
DShaderCore.cpp1103 void ShaderCore::slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in slt() function in sw::ShaderCore