Searched refs:SRAW (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVInstructions.h | 153 R_TYPE_INST(SRAW); 279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
|
H A D | EmulateInstructionRISCV.cpp | 467 {"SRAW", 0xFE00707F, 0x4000503B, DecodeRType<SRAW>}, 966 bool operator()(SRAW inst) { in operator ()()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCBack2BackFusion.def | 211 SRAW, 749 SRAW,
|
H A D | P9InstrResources.td | 192 (instregex "SRAW(I)?$"), 1094 (instregex "SRAW(I)?_rec$"),
|
H A D | P10InstrResources.td | 1011 SRAW,
|
H A D | PPCInstrInfo.cpp | 4034 case PPC::SRAW: in instrHasImmForm() 4076 case PPC::SRAW: in instrHasImmForm()
|
H A D | PPCInstrInfo.td | 2409 defm SRAW : XForm_6rc<31, 792, (outs gprc:$RA), (ins gprc:$RST, gprc:$RB), 3367 (SRAW $rS, $rB)>;
|
H A D | PPCISelLowering.cpp | 12199 case PPC::SRAW: in isSignExtended()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVOptWInstrs.cpp | 164 case RISCV::SRAW: in hasAllNBitUsers()
|
H A D | RISCVExpandPseudoInsts.cpp | 228 case RISCV::PseudoCCSRAW: NewOpc = RISCV::SRAW; break; in expandCCOp()
|
H A D | RISCVInstrInfo.td | 75 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 D | RISCVISelLowering.h | 71 SRAW, enumerator
|
H A D | RISCVInstrInfo.cpp | 1317 case RISCV::SRAW: return RISCV::PseudoCCSRAW; break; in getPredicatedOpcode()
|
H A D | RISCVISelDAGToDAG.cpp | 3136 case RISCV::SRAW: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.cpp | 12141 return RISCVISD::SRAW; in getRISCVWOpcode() 16724 case RISCVISD::SRAW: in PerformDAGCombine() 17976 case RISCVISD::SRAW: in ComputeNumSignBitsForTargetNode() 20393 NODE_NAME_CASE(SRAW) in getTargetNodeName()
|