Boxis R700 User Manual Page 251

  • Download
  • Add to my manuals
  • Print
  • Page
    / 392
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 250
ATI R700 Technology
ALU Instructions 9-153
Copyright © 2009 Advanced Micro Devices, Inc. All rights reserved.
Scalar Reciprocal, Clamp to Maximum
Instructions
RECIP_CLAMPED
Description Scalar reciprocal.
If (src0 == 1.0f) {
dst = 1.0f;
}
Else {
dst = RECIP_IEEE(src0);
}
// clamp dst
If (dst == -INFINITY) {
dst = -MAX_FLOAT;
}
If (dst == +INFINITY) {
dst = +MAX_FLOAT;
}
Microcode
Format ALU_DWORD0 (page 10-16) and ALU_DWORD1_OP2 (page 10-18).
Instruction Field ALU_INST == OP2_INST_RECIP_CLAMPED, opcode 100 (0x64).
C DE
D
R
DST_GPR BS ALU_INST OMOD
W
M
U
P
U
E
M
S
1
A
S
0
A
+4
L PS IM
S
1
N
S1E
S
1
R
SRC1_SEL
S
0
N
S0E
S
0
R
SRC0_SEL
+0
Page view 250
1 2 ... 246 247 248 249 250 251 252 253 254 255 256 ... 391 392

Comments to this Manuals

No comments