Home
last modified time | relevance | path

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

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
Dext-trunc-smaller.c1 char slt(short x) in slt() function
Dcanonical-cmp.c7 sint slt(sint p, sint a) { return (123 > p) == (p < 123); } in slt() function
Dbinops-same-args.c13 int slt(int a) { return a < a; } in slt() function
/third_party/ltp/tools/sparse/sparse-src/validation/
Dtautological-compare.c5 int slt(int a) { return a < a; } in slt() function
/third_party/libwebsockets/lib/core-net/
Doutput.c254 socklen_t slt = sizeof(wsi->udp->sa46); in lws_ssl_capable_read_no_ssl() local
/third_party/skia/third_party/externals/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
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc1360 __ slt(scratch, scratch, i.OutputRegister()); in AssembleArchInstruction() local
1406 __ slt(scratch, scratch, i.OutputRegister()); in AssembleArchInstruction() local
2038 __ slt(result, t8, zero_reg); in AssembleArchBoolean() local
2390 __ slt(t2, t0, t1); in AssembleConstructFrame() local
/third_party/libwebsockets/lib/misc/fts/
Dtrie-fd.c393 uint32_t children, instances, co, sl, agg, slt, chunk, in lws_fts_search() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h1041 bool slt(int64_t RHS) const { in slt() function
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc1499 __ slt(kScratchReg2, kScratchReg, i.OutputRegister()); in AssembleArchInstruction() local
1546 __ slt(kScratchReg2, kScratchReg, i.OutputRegister()); in AssembleArchInstruction() local
3977 __ slt(result, kScratchReg, zero_reg); in AssembleArchBoolean() local
4345 __ slt(kScratchReg2, t0, kScratchReg); in AssembleConstructFrame() local
/third_party/mesa3d/src/mesa/main/
Dffvertex_prog.c962 struct ureg slt = get_temp(p); in calculate_light_attenuation() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp518 bool APInt::slt(const APInt& RHS) const { in slt() function in APInt
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp996 void AssemblerMIPS32::slt(const Operand *OpRd, const Operand *OpRs, in slt() function in Ice::MIPS32::AssemblerMIPS32
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc3778 __ slt(result, kScratchReg, zero_reg); in AssembleArchBoolean() local
4141 __ slt(kScratchReg2, t0, kScratchReg); in AssembleConstructFrame() local
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DShaderCore.cpp1103 void ShaderCore::slt(Vector4f &dst, const Vector4f &src0, const Vector4f &src1) in slt() function in sw::ShaderCore
/third_party/node/deps/v8/src/codegen/loong64/
Dassembler-loong64.cc1079 void Assembler::slt(Register rd, Register rj, Register rk) { in slt() function in v8::internal::Assembler
/third_party/node/deps/v8/src/builtins/loong64/
Dbuiltins-loong64.cc839 __ slt(t2, params_size, actual_params_size); in LeaveInterpreterFrame() local
/third_party/node/deps/v8/src/builtins/mips64/
Dbuiltins-mips64.cc844 __ slt(t2, params_size, actual_params_size); in LeaveInterpreterFrame() local
/third_party/node/deps/v8/src/codegen/mips/
Dassembler-mips.cc2296 void Assembler::slt(Register rd, Register rs, Register rt) { in slt() function in v8::internal::Assembler
/third_party/node/deps/v8/src/builtins/mips/
Dbuiltins-mips.cc834 __ slt(t2, params_size, actual_params_size); in LeaveInterpreterFrame() local
/third_party/node/deps/v8/src/codegen/mips64/
Dassembler-mips64.cc2435 void Assembler::slt(Register rd, Register rs, Register rt) { in slt() function in v8::internal::Assembler
/third_party/node/deps/v8/src/codegen/riscv64/
Dassembler-riscv64.cc1647 void Assembler::slt(Register rd, Register rs1, Register rs2) { in slt() function in v8::internal::Assembler