Searched refs:mulh (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
D | rv32m-valid.s | 15 # CHECK-INST: mulh ra, zero, zero 17 mulh x1, x0, x0 label
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfoM.td | 21 def MULH : ALU_rr<0b0000001, 0b001, "mulh">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/RISCV/ |
D | mul.ll | 141 ; RV32IM-NEXT: mulh a0, a0, a1
|
D | div.ll | 142 ; RV32IM-NEXT: mulh a0, a0, a1
|
/external/elfutils/tests/ |
D | testfile-riscv64-dis1.expect.bz2 |
|
/external/swiftshader/src/Reactor/ |
D | LLVMReactor.cpp | 410 llvm::Value *mulh = jit->builder->CreateAShr(mult, intTy->getBitWidth()); in lowerMulHigh() local 411 return jit->builder->CreateTrunc(mulh, ty); in lowerMulHigh()
|