Home
last modified time | relevance | path

Searched refs:REMUW (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoM.td21 def riscv_remuw : SDNode<"RISCVISD::REMUW", SDT_RISCVIntBinOpW>;
61 def REMUW : ALUW_rr<0b0000001, 0b111, "remuw">,
90 def : PatGprGpr<riscv_remuw, REMUW>;
93 // in fewer instructions than emitting DIVUW/REMUW then zero-extending the
130 def : PatGprGpr<urem, REMUW, i32, i32>;
H A DRISCVOptWInstrs.cpp159 case RISCV::REMUW: in hasAllNBitUsers()
H A DRISCVISelLowering.h78 REMUW, enumerator
H A DRISCVISelDAGToDAG.cpp3143 case RISCV::REMUW: in hasAllNBitUsers()
H A DRISCVISelLowering.cpp12151 return RISCVISD::REMUW; in getRISCVWOpcode()
17845 case RISCVISD::REMUW: { in computeKnownBitsForTargetNode()
17983 case RISCVISD::REMUW: in ComputeNumSignBitsForTargetNode()
20400 NODE_NAME_CASE(REMUW) in getTargetNodeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h170 R_TYPE_INST(REMUW);
280 DIVUW, REMW, REMUW, LR_W, SC_W, AMOSWAP_W, AMOADD_W, AMOXOR_W, AMOAND_W,
H A DEmulateInstructionRISCV.cpp482 {"REMUW", 0xFE00707F, 0x200703B, DecodeRType<REMUW>},
1131 bool operator()(REMUW inst) { in operator ()()