Home
last modified time | relevance | path

Searched refs:BEQ (Results 1 – 25 of 25) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsExpandPseudo.cpp86 unsigned BEQ = Mips::BEQ; in expandAtomicCmpSwapSubword() local
94 BEQ = STI->hasMips32r6() ? Mips::BEQC_MMR6 : Mips::BEQ_MM; in expandAtomicCmpSwapSubword()
167 BuildMI(loop2MBB, DL, TII->get(BEQ)) in expandAtomicCmpSwapSubword()
213 unsigned LL, SC, ZERO, BNE, BEQ, MOVE; in expandAtomicCmpSwap() local
220 BEQ = STI->hasMips32r6() ? Mips::BEQC_MMR6 : Mips::BEQ_MM; in expandAtomicCmpSwap()
229 BEQ = Mips::BEQ; in expandAtomicCmpSwap()
239 BEQ = Mips::BEQ64; in expandAtomicCmpSwap()
289 BuildMI(loop2MBB, DL, TII->get(BEQ)) in expandAtomicCmpSwap()
312 unsigned BEQ = Mips::BEQ; in expandAtomicBinOpSubword() local
318 BEQ = STI->hasMips32r6() ? Mips::BEQC_MMR6 : Mips::BEQ_MM; in expandAtomicBinOpSubword()
[all …]
HDMipsInstrInfo.cpp303 case Mips::BEQ: case Mips::BEQ64: in isBranchOffsetInRange()
461 case Mips::BEQ: in getEquivalentCompactForm()
494 case Mips::BEQ: in getEquivalentCompactForm()
HDMipsSEInstrInfo.cpp475 case Mips::BEQ: return Mips::BNE; in getOppositeBranchOpc()
477 case Mips::BNE: return Mips::BEQ; in getOppositeBranchOpc()
630 return (Opc == Mips::BEQ || Opc == Mips::BEQ_MM || Opc == Mips::BNE || in getAnalyzableBrOpc()
HDMipsAsmPrinter.cpp1180 EmitToStreamer(*OutStreamer, MCInstBuilder(Mips::BEQ) in EmitSled()
HDMipsInstrInfo.td2225 def BEQ : MMRel, CBranch<"beq", brtarget, seteq, GPR32Opnd>, BEQ_FM<4>,
2249 def B : UncondBranch<BEQ, brtarget>, ISA_MIPS1;
2833 def : MipsInstAlias<"b $offset", (BEQ ZERO, ZERO, brtarget:$offset), 0>,
2843 (BEQ GPR32Opnd:$rs, ZERO, brtarget:$offset), 0>,
3285 defm : BrcondPats<GPR32, BEQ, BEQ, BNE, SLT, SLTu, SLTi, SLTiu, ZERO>,
HDMipsScheduleP5600.td72 def : InstRW<[P5600WriteJump], (instrs B, BAL, BAL_BR, BEQ, BEQL, BGEZ, BGEZAL,
HDMips64InstrInfo.td787 defm : BrcondPats<GPR64, BEQ64, BEQ, BNE64, SLT64, SLTu64, SLTi64, SLTiu64,
HDMipsScheduleGeneric.td286 def : InstRW<[GenericWriteJump], (instrs B, BAL, BAL_BR, BEQ, BNE, BGTZ, BGEZ,
/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/xray/
HDxray_trampoline_arm.S29 BEQ FunctionEntry_restore
61 BEQ FunctionExit_restore
92 BEQ FunctionTailExit_restore
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/
HDLoongArchInstrInfo.cpp332 case LoongArch::BEQ: in isBranchOffsetInRange()
490 case LoongArch::BEQ: in getOppositeBranchOpc()
493 return LoongArch::BEQ; in getOppositeBranchOpc()
HDLoongArchInstrInfo.td820 def BEQ : BrCC_2RI16<0x58000000>;
1440 def : BccPat<seteq, BEQ>;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
HDRISCVAsmBackend.cpp189 case RISCV::BEQ: in relaxInstruction()
352 return RISCV::BEQ; in getRelaxedOpcode()
358 case RISCV::BEQ: in getRelaxedOpcode()
HDRISCVMCCodeEmitter.cpp231 return RISCV::BEQ; in getInvertedBranchOp()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVRedundantCopyElimination.cpp146 assert((CondBr->getOpcode() == RISCV::BEQ || in optimizeBlock()
HDRISCVAsmPrinter.cpp604 MCInstBuilder(RISCV::BEQ) in LowerKCFI_CHECK()
733 MCInstBuilder(RISCV::BEQ) in EmitHwasanMemaccessSymbols()
HDRISCVInstrInfoC.td969 def : CompressPat<(BEQ GPRC:$rs1, X0, simm9_lsb0:$imm),
972 def : CompressPat<(BEQ X0, GPRC:$rs1, simm9_lsb0:$imm),
HDRISCVInstrInfo.td628 def BEQ : BranchCC_rri<0b000, "beq">;
907 (BEQ GPR:$rs, X0, simm13_lsb0:$offset)>;
1454 defm : BccPat<SETEQ, BEQ>;
1462 def : BrccCompressOpt<SETEQ, BEQ>;
HDRISCVInstrInfo.cpp853 case RISCV::BEQ: in getCondFromBranchOpc()
888 return Imm ? RISCV::CV_BEQIMM : RISCV::BEQ; in getBrCond()
1274 case RISCV::BEQ: in isBranchOffsetInRange()
HDRISCVISelLowering.cpp18715 BuildMI(MBB, DL, TII.get(RISCV::BEQ)) in emitFROUND()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
HDMipsInstPrinter.cpp273 case Mips::BEQ: in printAlias()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
HDLoongArchMCCodeEmitter.cpp309 case LoongArch::BEQ: in getExprOpValue()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
HDMipsAsmParser.cpp1895 case Mips::BEQ: in processInstruction()
2100 BInst.setOpcode(inMicroMipsMode() ? Mips::BEQ_MM : Mips::BEQ); in processInstruction()
3702 OpCode = Mips::BEQ; in expandBranchImm()
4132 TOut.emitRRX(Mips::BEQ, Mips::ZERO, Mips::ZERO, in expandCondBranches()
4157 TOut.emitRRX(Mips::BEQ, Mips::ZERO, Mips::ZERO, in expandCondBranches()
4175 TOut.emitRRX(AcceptsEquality ? Mips::BEQ : Mips::BNE, in expandCondBranches()
4218 : (AcceptsEquality ? Mips::BEQ : Mips::BNE), in expandCondBranches()
5277 TOut.emitRRX(Mips::BEQ, DstReg, ATReg, LabelOp, IDLoc, STI); in expandMulO()
5314 TOut.emitRRX(Mips::BEQ, ATReg, Mips::ZERO, LabelOp, IDLoc, STI); in expandMulOU()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
HDEmulateInstructionRISCV.cpp49 constexpr uint32_t BEQ = 0b000; variable
170 case BEQ: in CompareB()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/Xtensa/
HDXtensaInstrInfo.td322 def BEQ : Branch_RR<0x01, "beq", SETEQ>;
HDXtensaISelLowering.cpp528 return Xtensa::BEQ; in getBranchOpcode()