This patch adds the assembly/disassembly for the following instructions: FRINTA: Multi-vector floating-point round to integral value, to nearest with ties away from zero. FRINTM: Multi-vector floating-point round to integral value, toward minus Infinity. FRINTN: Multi-vector floating-point round to integral value, to nearest with ties to even. FRINTP: Multi-vector floating-point round to integral value, toward plus Infinity. The reference can be found here: https://developer.arm.com/documentation/ddi0602/2022-09
Details
Details
- Reviewers
sdesmalen david-arm paulwalker-arm aemerson
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo