4:18
Volume 4: Base IA-32 Instruction Reference
high-order within registers and within memory bytes. If the base operand is a
register, the offset can be in the range 0..31. This offset addresses a bit within the
indicated register. An example, the function Bit[EAX, 21] is illustrated in
If BitBase is a memory address, BitOffset can range from -2 GBits to 2 GBits. The
addressed bit is numbered (Offset MOD 8) within the byte at address (B
(BitOffset DIV 8)), where DIV is signed division with rounding towards negative infinity,
and MOD returns a positive number. This operation is illustrated in
2.2.3
Flags Affected
The “Flags Affected” section lists the flags in the EFLAGS register that are affected by
the instruction. When a flag is cleared, it is equal to 0; when it is set, it is equal to 1.
The arithmetic and logical instructions usually assign values to the status flags in a
uniform manner (see Appendix A,
EFLAGS Cross-Reference
, in the
Intel Architecture
Software Developer’s Manual, Volume 1
). Non-conventional assignments are described
in the “Operation” section. The values of flags listed as
undefined
may be changed by
the instruction in an indeterminate manner. Flags that are not listed are unchanged by
the instruction.
2.2.4
FPU Flags Affected
The floating-point instructions have an “FPU Flags Affected” section that describes how
each instruction can affect the four condition code flags of the FPU status word.
Figure 2-2.
Bit Offset for BIT[EAX,21]
Figure 2-3.
Memory Bit Indexing
0
21
31
BitOffset = 21
0
7
7
7
5
0
0
0
7
7
7
5
0
0
B1
BitBase
BitBase -1
BitOffset = +13
BitBase
BitBase -1
BitBase -2
BitOffset = -11
Summary of Contents for ITANIUM ARCHITECTURE
Page 1: ......
Page 7: ...402 Intel Itanium Architecture Software Developer s Manual Rev 2 3 ...
Page 199: ...4 192 Volume 4 Base IA 32 Instruction Reference FWAIT Wait See entry for WAIT ...
Page 352: ...Volume 4 Base IA 32 Instruction Reference 4 345 ROL ROR Rotate See entry for RCL RCR ROL ROR ...
Page 589: ...4 582 Volume 4 IA 32 SSE Instruction Reference ...
Page 590: ...Index Intel Itanium Architecture Software Developer s Manual Rev 2 3 Index ...
Page 591: ...Index Intel Itanium Architecture Software Developer s Manual Rev 2 3 ...
Page 603: ...INDEX Index 12 Index for Volumes 1 2 3 and 4 ...
Page 604: ......