Searched refs:MULHSU (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoM.td | 18 def riscv_mulhsu : SDNode<"RISCVISD::MULHSU", SDTIntBinOp>; 32 def MULHSU : ALU_rr<0b0000001, 0b010, "mulhsu">, 73 def : PatGprGpr<riscv_mulhsu, MULHSU>;
|
H A D | RISCVISelLowering.h | 61 MULHSU, enumerator
|
H A D | RISCVISelLowering.cpp | 12339 // 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 D | RISCVInstructions.h | 158 R_TYPE_INST(MULHSU); 279 SRLW, SRAW, MUL, MULH, MULHSU, MULHU, DIV, DIVU, REM, REMU, MULW, DIVW,
|
H A D | EmulateInstructionRISCV.cpp | 472 {"MULHSU", 0xFE00707F, 0x2002033, DecodeRType<MULHSU>}, 996 bool operator()(MULHSU inst) { in operator ()()
|