Home
last modified time | relevance | path

Searched refs:BLT (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp334 case LoongArch::BLT: in isBranchOffsetInRange()
502 case LoongArch::BLT: in getOppositeBranchOpc()
505 return LoongArch::BLT; in getOppositeBranchOpc()
H A DLoongArchInstrInfo.td822 def BLT : BrCC_2RI16<0x60000000>;
1442 def : BccPat<setlt, BLT>;
1453 def : BccSwapPat<setgt, BLT>;
2240 (BLT GPR:$rd, GPR:$rj, simm16_lsl2_br:$imm16), 0>;
2248 (BLT GPR:$rd, R0, simm16_lsl2_br:$imm16), 0>;
2250 (BLT R0, GPR:$rj, simm16_lsl2_br:$imm16), 0>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp191 case RISCV::BLT: in relaxInstruction()
362 case RISCV::BLT: in getRelaxedOpcode()
H A DRISCVMCCodeEmitter.cpp235 return RISCV::BLT; in getInvertedBranchOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp311 case LoongArch::BLT: in getExprOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp532 return Xtensa::BLT; in getBranchOpcode()
536 return Xtensa::BLT; in getBranchOpcode()
H A DXtensaInstrInfo.td325 def BLT : Branch_RR<0x02, "blt", SETLT>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfo.td630 def BLT : BranchCC_rri<0b100, "blt">;
915 (BLT GPR:$rs, X0, simm13_lsb0:$offset)>;
917 (BLT X0, GPR:$rs, simm13_lsb0:$offset)>;
924 (BLT GPR:$rt, GPR:$rs, simm13_lsb0:$offset), 0>;
1456 defm : BccPat<SETLT, BLT>;
H A DRISCVInstrInfo.cpp857 case RISCV::BLT: in getCondFromBranchOpc()
892 return RISCV::BLT; in getBrCond()
1276 case RISCV::BLT: in isBranchOffsetInRange()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp522 case Mips::BLT: in getEquivalentCompactForm()
H A DMipsInstrInfo.td2963 def BLT : CondBranchPseudo<"blt">;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp51 constexpr uint32_t BLT = 0b100; variable
174 case BLT: in CompareB()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2486 case Mips::BLT: in tryExpandInstruction()
3989 PseudoOpcode = Mips::BLT; in expandCondBranches()
4044 case Mips::BLT: in expandCondBranches()
4102 if (PseudoOpcode == Mips::BLT) { in expandCondBranches()