Home
last modified time | relevance | path

Searched refs:MULHSU (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVInstrInfoM.td18 def riscv_mulhsu : SDNode<"RISCVISD::MULHSU", SDTIntBinOp>;
32 def MULHSU : ALU_rr<0b0000001, 0b010, "mulhsu">,
73 def : PatGprGpr<riscv_mulhsu, MULHSU>;
H A DRISCVISelLowering.h61 MULHSU, enumerator
H A DRISCVISelLowering.cpp12339 // This multiply needs to be expanded, try to use MULHSU+MUL if possible. in ReplaceNodeResults()
12357 SDValue Hi = DAG.getNode(RISCVISD::MULHSU, DL, XLenVT, S, U); in ReplaceNodeResults()
20393 NODE_NAME_CASE(MULHSU) in getTargetNodeName()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/
H A DRISCVInstructions.h158 R_TYPE_INST(MULHSU);
279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
H A DEmulateInstructionRISCV.cpp472 {"MULHSU", 0xFE00707F, 0x2002033, DecodeRType<MULHSU>},
996 bool operator()(MULHSU inst) { in operator ()()