Searched refs:BGEU (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchInstrInfo.cpp | 337 case LoongArch::BGEU: in isBranchOffsetInRange() 507 return LoongArch::BGEU; in getOppositeBranchOpc() 508 case LoongArch::BGEU: in getOppositeBranchOpc()
|
H A D | LoongArchExpandAtomicPseudoInsts.cpp | 408 BuildMI(LoopHeadMBB, DL, TII->get(LoongArch::BGEU)) in expandAtomicMinMaxOp() 415 BuildMI(LoopHeadMBB, DL, TII->get(LoongArch::BGEU)) in expandAtomicMinMaxOp()
|
H A D | LoongArchInstrInfo.td | 825 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 D | RISCVAsmBackend.cpp | 194 case RISCV::BGEU: in relaxInstruction() 368 case RISCV::BGEU: in getRelaxedOpcode()
|
H A D | RISCVMCCodeEmitter.cpp | 237 return RISCV::BGEU; in getInvertedBranchOp()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVExpandAtomicPseudoInsts.cpp | 516 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGEU)) in expandAtomicMinMaxOp() 522 BuildMI(LoopHeadMBB, DL, TII->get(RISCV::BGEU)) in expandAtomicMinMaxOp()
|
H A D | RISCVAsmPrinter.cpp | 703 MCInstBuilder(RISCV::BGEU) in EmitHwasanMemaccessSymbols()
|
H A D | RISCVInstrInfo.cpp | 863 case RISCV::BGEU: in getCondFromBranchOpc() 898 return RISCV::BGEU; in getBrCond() 1279 case RISCV::BGEU: in isBranchOffsetInRange()
|
H A D | RISCVInstrInfo.td | 633 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 D | LoongArchMCCodeEmitter.cpp | 314 case LoongArch::BGEU: in getExprOpValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelLowering.cpp | 542 return Xtensa::BGEU; in getBranchOpcode() 546 return Xtensa::BGEU; in getBranchOpcode()
|
H A D | XtensaInstrInfo.td | 326 def BGEU : Branch_RR<0x0B, "bgeu", SETUGE>;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstrInfo.cpp | 512 case Mips::BGEU: in getEquivalentCompactForm()
|
H A D | MipsInstrInfo.td | 2969 def BGEU : CondBranchPseudo<"bgeu">;
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 54 constexpr uint32_t BGEU = 0b111; variable 180 case BGEU: in CompareB()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/ |
H A D | MipsAsmParser.cpp | 2492 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()
|