Searched refs:DIVUW (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| D | RISCVInstrInfoM.td | 20 def riscv_divuw : SDNode<"RISCVISD::DIVUW", SDT_RISCVIntBinOpW>; 51 def DIVUW : ALUW_rr<0b0000001, 0b101, "divuw">, 79 def : PatGprGpr<riscv_divuw, DIVUW>; 83 // in fewer instructions than emitting DIVUW/REMUW then zero-extending the
|
| D | RISCVISelLowering.h | 55 DIVUW, enumerator
|
| D | RISCVISelLowering.cpp | 4828 return RISCVISD::DIVUW; in getRISCVWOpcode() 6550 case RISCVISD::DIVUW: { in computeKnownBitsForTargetNode() 6623 case RISCVISD::DIVUW: in ComputeNumSignBitsForTargetNode() 8335 NODE_NAME_CASE(DIVUW) in getTargetNodeName()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/VE/ |
| D | VEInstrInfo.td | 1206 let cx = 1 in defm DIVUW : RRNCm<"divu.w", 0x6F, I32, i32, udiv>;
|