Compaq ECQD2KCTE manual SFloating, Sfloating Load Exponent Mapping Maps Memory Register

Models: ECQD2KCTE

1 371
Download 371 pages 20.35 Kb
Page 33
Image 33

NaNs. Signaling NaNs are used to provide values for uninitialized variables and for arithmetic enhancements. Quiet NaNs provide retrospective diagnostic information regarding previous invalid or unavailable data and results. Signaling NaNs signal an invalid operation when they are an operand to an arithmetic instruction, and may generate an arithmetic exception. Quiet NaNs propagate through almost every operation without generating an arithmetic exception.

Arithmetic with the infinities is handled as if the operands were of arbitrarily large magnitude. Negative infinity is less than every finite number; positive infinity is greater than every finite number.

2.2.6.1 S_Floating

An IEEE single-precision, or S_floating, datum occupies 4 contiguous bytes in memory start- ing on an arbitrary byte boundary. The bits are labeled from right to left, 0 through 31, as shown in Figure 2–11.

Figure 2–11: S_floating Datum

31 30

23 22

0

S

 

Exp.

 

Fraction

 

 

 

 

 

:A

An S_floating operand occupies 64 bits in a floating register, left-justified in the 64-bit regis- ter, as shown in Figure 2–12.

Figure 2–12: S_floating Register Format

63 62

52 51

29 28

0

S

Exp.

Fraction

0

:Fx

The S_floating load instruction reorders bits on the way in from memory, expanding the expo- nent from 8 to 11 bits, and sets the low-order fraction bits to zero. This produces in the register an equivalent T_floating number, suitable for either S_floating or T_floating operations. The mapping from 8-bit memory-format exponents to 11-bit register-format exponents is shown in Table 2–2.

Table 2–2: S_floating Load Exponent Mapping (MAP_S)

Memory <30:23>

Register <62:52>

 

 

1 1111111

1 111 1111111

1 xxxxxxx

1 000 xxxxxxx (xxxxxxx not all 1’s)

0 xxxxxxx

0 111 xxxxxxx (xxxxxxx not all 0’s)

0 0000000

0 000 0000000

 

 

Basic Architecture 2–7

Page 33
Image 33
Compaq ECQD2KCTE manual SFloating, Sfloating Load Exponent Mapping Maps Memory Register