Searched refs:SLT (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstructionSelector.cpp688 Instructions.emplace_back(Mips::SLT, ICMPReg, RHS, LHS);
691 Instructions.emplace_back(Mips::SLT, Temp, LHS, RHS);
695 Instructions.emplace_back(Mips::SLT, ICMPReg, LHS, RHS);
698 Instructions.emplace_back(Mips::SLT, Temp, RHS, LHS);
H A DMipsFastISel.cpp683 emitInst(Mips::SLT, ResultReg).addReg(RightReg).addReg(LeftReg);
686 emitInst(Mips::SLT, ResultReg).addReg(LeftReg).addReg(RightReg);
690 emitInst(Mips::SLT, TempReg).addReg(LeftReg).addReg(RightReg);
696 emitInst(Mips::SLT, TempReg).addReg(RightReg).addReg(LeftReg);
H A DMipsExpandPseudo.cpp311 unsigned LL, SC, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; local
319 SLT = Mips::SLT_MM;
331 SLT = Mips::SLT;
457 unsigned SLTScratch4 = IsUnsigned ? SLTu : SLT;
586 unsigned LL, SC, ZERO, BEQ, SLT, SLTu, OR, MOVN, MOVZ, SELNEZ, SELEQZ; local
593 SLT = Mips::SLT_MM;
608 SLT = Mips::SLT;
623 SLT
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4100 // SLT fits well with 2 of our 4 pseudo-branches:
4103 // If the result of the SLT is 1, we branch, and if it's 0, we don't.
4104 // This is accomplished by using a BNEZ with the result of the SLT.
4110 // Note that the order of the SLT arguments doesn't change between
4114 // instead of SLT.
4115 TOut.emitRRR(IsUnsigned ? Mips::SLTu : Mips::SLT, ATRegNum,
4520 OpCode = Mips::SLT;
4555 OpRegCode = Mips::SLT;
4612 OpCode = Mips::SLT;
4688 FinalOpcode = Mips::SLT;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp363 MVT::SimpleValueType SLT = LT.second.getScalarType().SimpleTy; local
369 if (SLT == MVT::i64)
372 if (ST->has16BitInsts() && SLT == MVT::i16)
382 if (SLT == MVT::i64) {
387 if (ST->has16BitInsts() && SLT == MVT::i16)
393 if (SLT == MVT::i64) {
398 if (ST->has16BitInsts() && SLT == MVT::i16)
407 if (SLT == MVT::f64)
410 if (ST->has16BitInsts() && SLT == MVT::f16)
413 if (SLT
484 MVT::SimpleValueType SLT = LT.second.getScalarType().SimpleTy; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c80 #define SLT(o) (HPUX_SYMFILE_INFO(o)->slt) macro
1727 /* Read in data from the $SLT$ subspace. $SLT$ contains information
1729 slt_section = bfd_get_section_by_name (objfile->obfd, "$SLT$");
1733 SLT (objfile) =
1737 bfd_get_section_contents (objfile->obfd, slt_section, SLT (objfile),
2328 return (union sltentry *) &(SLT (objfile)[index * sizeof (union sltentry)]);
5029 /* Only record "normal" entries in the SLT. */
5551 /* Record lines up to this SLT pointer. */

Completed in 131 milliseconds