Searched refs:REMUW (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoM.td | 21 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 D | RISCVOptWInstrs.cpp | 159 case RISCV::REMUW: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.h | 78 REMUW, enumerator
|
H A D | RISCVISelDAGToDAG.cpp | 3143 case RISCV::REMUW: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.cpp | 12151 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 D | RISCVInstructions.h | 170 R_TYPE_INST(REMUW); 280 DIVUW, REMW, REMUW, LR_W, SC_W, AMOSWAP_W, AMOADD_W, AMOXOR_W, AMOAND_W,
|
H A D | EmulateInstructionRISCV.cpp | 482 {"REMUW", 0xFE00707F, 0x200703B, DecodeRType<REMUW>}, 1131 bool operator()(REMUW inst) { in operator ()()
|