4.1.3 Software Emulation Rules
Emulation of loads and stores of unaligned data and subsetted instructions need not be pro- vided in privileged access modes. System software that supports
4.1.4 Opcode Qualifiers
Some Operate format and
The different variants of such instructions are denoted by opcode qualifiers, which consist of a slash (/) followed by a string of selected qualifiers. Each qualifier is denoted by a single char- acter as shown in Table
Table 4–1: Opcode Qualifiers
Qualifier | Meaning |
|
|
C | Chopped rounding |
D | Rounding mode dynamic |
M | Round toward minus infinity |
I | Inexact result enable |
S | Exception completion enable |
U | Floating underflow enable |
V | Integer overflow enable |
|
|
The default values are normal rounding, exception completion disabled, inexact result dis- abled, floating underflow disabled, and integer overflow disabled.
Instruction Descriptions