Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVScheduleZb.td34 def WriteSingleBit : SchedWrite; // BCLR/BSET/BINV
73 def ReadSingleBit : SchedRead; // BCLR/BSET/BINV/BEXT
H A DRISCVInstrInfoZb.td323 def BCLR : ALU_rr<0b0100100, 0b001, "bclr">,
529 (BCLR GPR:$rs1, GPR:$rs2)>;
531 (BCLR GPR:$rs1, GPR:$rs2)>;
H A DRISCVOptWInstrs.cpp256 case RISCV::BCLR: in hasAllNBitUsers()
H A DRISCVInstrInfoXCV.td719 defm BCLR : PatCoreVBitManip<int_riscv_cv_bitmanip_bclr>;
H A DRISCVISelDAGToDAG.cpp3692 case RISCV::BCLR: in hasAllNBitUsers()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCReduceCRLogicals.cpp165 : OrigBROpcode == PPC::BCLR ? PPC::BCLRn : PPC::BCLR; in splitMBB()
282 if (BROp == PPC::BC || BROp == PPC::BCLR) { in computeBranchTargetAndInversion()
512 if (Opc == PPC::BC || Opc == PPC::BCn || Opc == PPC::BCLR || in createCRLogicalOpInfo()
H A DPPCEarlyReturn.cpp100 TII->get(J->getOpcode() == PPC::BC ? PPC::BCLR : PPC::BCLRn)); in processBlock()
H A DPPCMacroFusion.def154 FUSION_OP_SET(BCLR, BCLRn, gBCLR, BCLRL, BCLRLn, gBCLRL))
H A DPPCScheduleP7.td123 BDZLR, BDZLR8, BDZLRL, BDZLRLm, BLR, BLR8, BLRL, BCL, BCLR, BCLRL, BCLRLn,
H A DP10InstrResources.td317 BCLR, BCLRn, BDNZLR, BDNZLR8, BDNZLRm, BDNZLRp, BDZLR, BDZLR8, BDZLRm, BDZLRp, gBCLR,
H A DP9InstrResources.td1313 (instregex "BCLR(L)?(n)?$"),
H A DPPCInstrInfo.cpp2213 MI.setDesc(get(PPC::BCLR)); in PredicateInstruction()
H A DPPCInstrInfo.td1411 def BCLR : XLForm_2_br2<19, 16, 12, 0, (outs), (ins crbitrc:$BI),
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrBits.td15 /// BCHG [~] BCLR [~] BSET [~] BTST [~]
127 defm BCLR : MxBIT<"bclr", 0b110, 0b010>;
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsScheduleP5600.td300 def : InstRW<[P5600WriteMSAShortInt], (instregex "^(BCLR|BCLRI)_[BHWD]$")>;
H A DMipsScheduleGeneric.td1450 def : InstRW<[GenericWriteMSAShortInt], (instregex "^(BCLR|BCLRI)_[BHWD]$")>;