Volume 3: Instruction Reference
3:135
fsetc
fsetc — Floating-point Set Controls
Format:
(
qp
) fsetc.
sf amask
7
, omask
7
Description:
The status field’s control bits are initialized to the value obtained by logically AND-ing
the sf0.controls and
amask
7
immediate field and logically OR-ing the
omask
7
immediate
field.
The mnemonic values for
sf
are given in
.
Operation:
if (PR[
qp
]) {
tmp_controls = (AR[FPSR].sf0.controls &
amask
7
) |
omask
7
;
if (is_reserved_field(FSETC,
sf
, tmp_controls))
reserved_register_field_fault();
fp_set_sf_controls(
sf
, tmp_controls);
}
FP Exceptions:
None
Interruptions:
Reserved Register/Field fault
Summary of Contents for Itanium 9150M
Page 1: ......
Page 209: ...3 200 Volume 3 Instruction Reference padd Interruptions Illegal Operation fault...
Page 405: ...3 396 Volume 3 Resource and Dependency Semantics...
Page 406: ...3 397 Intel Itanium Architecture Software Developer s Manual Rev 2 3 Index...
Page 407: ...3 398 Intel Itanium Architecture Software Developer s Manual Rev 2 3...
Page 419: ...INDEX Index 12 Index for Volumes 1 2 3 and 4...
Page 420: ......