Home
last modified time | relevance | path

Searched refs:DIV_WU (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h47 DIV_WU, enumerator
H A DLoongArchOptWInstrs.cpp342 case LoongArch::DIV_WU: in isSignExtendingOpW()
H A DLoongArchInstrInfo.td88 def loongarch_div_wu : SDNode<"LoongArchISD::DIV_WU", SDT_LoongArchIntBinOpW>;
782 def DIV_WU : ALU_3R<0x00210000>;
1123 def : PatGprGpr<udiv, DIV_WU>;
1147 def : PatGprGpr<loongarch_div_wu, DIV_WU>;
H A DLoongArchISelLowering.cpp2623 return LoongArchISD::DIV_WU; in getLoongArchWOpcode()
4500 case LoongArch::DIV_WU: in EmitInstrWithCustomInserter()
4595 NODE_NAME_CASE(DIV_WU) in getTargetNodeName()