Home
last modified time | relevance | path

Searched refs:SRAW (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h153 R_TYPE_INST(SRAW);
279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
H A DEmulateInstructionRISCV.cpp467 {"SRAW", 0xFE00707F, 0x4000503B, DecodeRType<SRAW>},
966 bool operator()(SRAW inst) { in operator ()()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCBack2BackFusion.def211 SRAW,
749 SRAW,
H A DP9InstrResources.td192 (instregex "SRAW(I)?$"),
1094 (instregex "SRAW(I)?_rec$"),
H A DP10InstrResources.td1011 SRAW,
H A DPPCInstrInfo.cpp4034 case PPC::SRAW: in instrHasImmForm()
4076 case PPC::SRAW: in instrHasImmForm()
H A DPPCInstrInfo.td2409 defm SRAW : XForm_6rc<31, 792, (outs gprc:$RA), (ins gprc:$RST, gprc:$RB),
3367 (SRAW $rS, $rB)>;
H A DPPCISelLowering.cpp12199 case PPC::SRAW: in isSignExtended()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVOptWInstrs.cpp164 case RISCV::SRAW: in hasAllNBitUsers()
H A DRISCVExpandPseudoInsts.cpp228 case RISCV::PseudoCCSRAW: NewOpc = RISCV::SRAW; break; in expandCCOp()
H A DRISCVInstrInfo.td75 def riscv_sraw : SDNode<"RISCVISD::SRAW", SDT_RISCVIntBinOpW>;
774 def SRAW : ALUW_rr<0b0100000, 0b101, "sraw">,
1874 def : PatGprGpr<shiftopw<riscv_sraw>, SRAW>;
2004 def : PatGprGpr<shiftopw<sra>, SRAW, i32, i64>;
H A DRISCVISelLowering.h71 SRAW, enumerator
H A DRISCVInstrInfo.cpp1317 case RISCV::SRAW: return RISCV::PseudoCCSRAW; break; in getPredicatedOpcode()
H A DRISCVISelDAGToDAG.cpp3136 case RISCV::SRAW: in hasAllNBitUsers()
H A DRISCVISelLowering.cpp12141 return RISCVISD::SRAW; in getRISCVWOpcode()
16724 case RISCVISD::SRAW: in PerformDAGCombine()
17976 case RISCVISD::SRAW: in ComputeNumSignBitsForTargetNode()
20393 NODE_NAME_CASE(SRAW) in getTargetNodeName()