Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVBaseInfo.cpp216 unsigned EMULFixedPoint = (EEW * 8) / Ratio; in getSameRatioLMUL() local
217 bool Fractional = EMULFixedPoint < 8; in getSameRatioLMUL()
218 unsigned EMUL = Fractional ? 8 / EMULFixedPoint : EMULFixedPoint / 8; in getSameRatioLMUL()