Home
last modified time | relevance | path

Searched refs:BGEU (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp337 case LoongArch::BGEU: in isBranchOffsetInRange()
507 return LoongArch::BGEU; in getOppositeBranchOpc()
508 case LoongArch::BGEU: in getOppositeBranchOpc()
H A DLoongArchExpandAtomicPseudoInsts.cpp408 BuildMI(LoopHeadMBB, DL, TII->get(LoongArch::BGEU)) in expandAtomicMinMaxOp()
415 BuildMI(LoopHeadMBB, DL, TII->get(LoongArch::BGEU)) in expandAtomicMinMaxOp()
H A DLoongArchInstrInfo.td825 def BGEU : BrCC_2RI16<0x6c000000>;
1445 def : BccPat<setuge, BGEU>;
1456 def : BccSwapPat<setule, BGEU>;
2246 (BGEU GPR:$rd, GPR:$rj, simm16_lsl2_br:$imm16), 0>;
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp194 case RISCV::BGEU: in relaxInstruction()
368 case RISCV::BGEU: in getRelaxedOpcode()
H A DRISCVMCCodeEmitter.cpp237 return RISCV::BGEU; in getInvertedBranchOp()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVExpandAtomicPseudoInsts.cpp516 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGEU)) in expandAtomicMinMaxOp()
522 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGEU)) in expandAtomicMinMaxOp()
H A DRISCVAsmPrinter.cpp703 MCInstBuilder(RISCV::BGEU) in EmitHwasanMemaccessSymbols()
H A DRISCVInstrInfo.cpp863 case RISCV::BGEU: in getCondFromBranchOpc()
898 return RISCV::BGEU; in getBrCond()
1279 case RISCV::BGEU: in isBranchOffsetInRange()
H A DRISCVInstrInfo.td633 def BGEU : BranchCC_rri<0b111, "bgeu">;
930 (BGEU GPR:$rt, GPR:$rs, simm13_lsb0:$offset), 0>;
1459 defm : BccPat<SETUGE, BGEU>;
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchMCCodeEmitter.cpp314 case LoongArch::BGEU: in getExprOpValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp542 return Xtensa::BGEU; in getBranchOpcode()
546 return Xtensa::BGEU; in getBranchOpcode()
H A DXtensaInstrInfo.td326 def BGEU : Branch_RR<0x0B, "bgeu", SETUGE>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp512 case Mips::BGEU: in getEquivalentCompactForm()
H A DMipsInstrInfo.td2969 def BGEU : CondBranchPseudo<"bgeu">;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp54 constexpr uint32_t BGEU = 0b111; variable
180 case BGEU: in CompareB()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2492 case Mips::BGEU: in tryExpandInstruction()
4007 PseudoOpcode = Mips::BGEU; in expandCondBranches()
4069 case Mips::BGEU: in expandCondBranches()
4075 ((PseudoOpcode == Mips::BGEU) || (PseudoOpcode == Mips::BGEUL)); in expandCondBranches()
4151 (IsTrgRegZero && PseudoOpcode == Mips::BGEU)) { in expandCondBranches()