Searched refs:DIVW (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoM.td | 19 def riscv_divw : SDNode<"RISCVISD::DIVW", SDT_RISCVIntBinOpW>; 55 def DIVW : ALUW_rr<0b0000001, 0b100, "divw">, 88 def : PatGprGpr<riscv_divw, DIVW>; 127 def : PatGprGpr<sdiv, DIVW, i32, i32>;
|
H A D | RISCVOptWInstrs.cpp | 157 case RISCV::DIVW: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.h | 76 DIVW, enumerator
|
H A D | RISCVISelDAGToDAG.cpp | 3140 case RISCV::DIVW: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.cpp | 12147 return RISCVISD::DIVW; in getRISCVWOpcode() 17981 case RISCVISD::DIVW: in ComputeNumSignBitsForTargetNode() 20398 NODE_NAME_CASE(DIVW) in getTargetNodeName()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | RISCVInstructions.h | 167 R_TYPE_INST(DIVW); 279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
|
H A D | EmulateInstructionRISCV.cpp | 479 {"DIVW", 0xFE00707F, 0x200403B, DecodeRType<DIVW>}, 1086 bool operator()(DIVW inst) { in operator ()()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | P9InstrResources.td | 948 DIVW, 990 (instregex "DIVW(U)?(O)?_rec$")
|
H A D | P10InstrResources.td | 466 DIVW,
|
H A D | PPCInstrInfo.td | 2911 defm DIVW : XOForm_1rcr<31, 491, 0, (outs gprc:$RT), (ins gprc:$RA, gprc:$RB),
|
H A D | PPCISelLowering.cpp | 12789 BuildMI(*MBB, {MI}, DL, TII->get(isPPC64 ? PPC::DIVD : PPC::DIVW), Div) in emitProbedAlloca()
|