Searched defs:mulhu (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/test/MC/RISCV/ | ||
H A D | rv32zmmul-valid.s | 14 mulhu a5, a4, a3 label |
H A D | rv32m-valid.s |
|
/llvm-project/llvm/lib/Support/ | ||
H A D | KnownBits.cpp | 902 KnownBits KnownBits::mulhu(const KnownBits &LHS, const KnownBits &RHS) { mulhu() function in KnownBits |
H A D | APInt.cpp | 3100 APInt APIntOps::mulhu(const APInt &C1, const APInt &C2) { mulhu() function in APIntOps |