Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dr500_nir_lower_fcsel.c104 nir_def *slt = in r300_nir_lower_fcsel_instr() local
/external/libwebsockets/lib/core-net/
Doutput.c254 socklen_t slt = sizeof(wsi->udp->sa46); in lws_ssl_capable_read_no_ssl() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAPInt.h1108 bool slt(const APInt &RHS) const { return compareSigned(RHS) < 0; } in slt() function
1116 bool slt(int64_t RHS) const { 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/libwebsockets/lib/misc/fts/
Dtrie-fd.c393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
DKnownBits.cpp387 std::optional<bool> KnownBits::slt(const KnownBits &LHS, const KnownBits &RHS) { in slt() function in KnownBits
/external/llvm/test/MC/Lanai/
Dv11.s459 slt %r21 label
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1041 bool slt(int64_t RHS) const { in slt() function
/external/llvm/include/llvm/ADT/
DAPInt.h1065 bool slt(int64_t RHS) const { in slt() function
/external/coreboot/src/vendorcode/cavium/include/bdk/libbdk-arch/
Dbdk-csrs-pccbr.h218 …uint32_t slt : 8; /**< [ 31: 24](RO) Secondary latency timer. Not applicable to… member
Dbdk-csrs-pcierc.h530 …uint32_t slt : 8; /**< [ 31: 24](RO) Secondary latency timer. Not applicable to… member
1279 …uint32_t slt : 8; /**< [ 31: 24](RO) Secondary latency timer. Not applicable to… member
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp518 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/third_party/subzero/src/
DIceAssemblerMIPS32.cpp996 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, in slt() function in Ice::MIPS32::AssemblerMIPS32