Searched refs:BLT (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 334 case LoongArch::BLT: in isBranchOffsetInRange() 502 case LoongArch::BLT: in getOppositeBranchOpc() 505 return LoongArch::BLT; in getOppositeBranchOpc()
|
H A D | LoongArchInstrInfo.td | 822 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 D | RISCVAsmBackend.cpp | 191 case RISCV::BLT: in relaxInstruction() 362 case RISCV::BLT: in getRelaxedOpcode()
|
H A D | RISCVMCCodeEmitter.cpp | 235 return RISCV::BLT; in getInvertedBranchOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchMCCodeEmitter.cpp | 311 case LoongArch::BLT: in getExprOpValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelLowering.cpp | 532 return Xtensa::BLT; in getBranchOpcode() 536 return Xtensa::BLT; in getBranchOpcode()
|
H A D | XtensaInstrInfo.td | 325 def BLT : Branch_RR<0x02, "blt", SETLT>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.td | 630 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 D | RISCVInstrInfo.cpp | 857 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 D | MipsInstrInfo.cpp | 522 case Mips::BLT: in getEquivalentCompactForm()
|
H A D | MipsInstrInfo.td | 2963 def BLT : CondBranchPseudo<"blt">;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 51 constexpr uint32_t BLT = 0b100; variable 174 case BLT: in CompareB()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2486 case Mips::BLT: in tryExpandInstruction() 3989 PseudoOpcode = Mips::BLT; in expandCondBranches() 4044 case Mips::BLT: in expandCondBranches() 4102 if (PseudoOpcode == Mips::BLT) { in expandCondBranches()
|