FEAT_FRINTTS Instructions
4 ARM instructions in this extension - click any row for encoding, pseudocode, and full documentation.
| Mnemonic | Syntax | Format | Summary |
|---|---|---|---|
| frint32x | FRINT32X <Sd>, <Sn> | Float Conversion | Rounds to 32-bit integer, exact exception. |
| frint32z | FRINT32Z <Sd>, <Sn> | Float Conversion | Rounds to 32-bit integer towards zero. |
| frint64x | FRINT64X <Sd>, <Sn> | Float Conversion | Rounds to 64-bit integer, exact exception. |
| frint64z | FRINT64Z <Sd>, <Sn> | Float Conversion | Rounds to 64-bit integer towards zero. |