Home
last modified time | relevance | path

Searched refs:mulh (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/
Drv32m-valid.s15 # CHECK-INST: mulh ra, zero, zero
17 mulh x1, x0, x0 label
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfoM.td21 def MULH : ALU_rr<0b0000001, 0b001, "mulh">;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/
Dmul.ll141 ; RV32IM-NEXT: mulh a0, a0, a1
Ddiv.ll142 ; RV32IM-NEXT: mulh a0, a0, a1
/external/elfutils/tests/
Dtestfile-riscv64-dis1.expect.bz2
/external/swiftshader/src/Reactor/
DLLVMReactor.cpp410 llvm::Value *mulh = jit->builder->CreateAShr(mult, intTy->getBitWidth()); in lowerMulHigh() local
411 return jit->builder->CreateTrunc(mulh, ty); in lowerMulHigh()