Volume 3: Instruction Reference
3:37
clrrrb
clrrrb — Clear RRB
Format:
clrrrb
all_form
clrrrb.pr
pred_form
Description:
In the all_form, the register rename base registers (CFM.rrb.gr, CFM.rrb.fr, and
CFM.rrb.pr) are cleared. In the pred_form, the single register rename base register for
the predicates (CFM.rrb.pr) is cleared.
This instruction must be the last instruction in an instruction group; otherwise,
operation is undefined.
This instruction cannot be predicated.
Operation:
if (!followed_by_stop())
undefined_behavior();
if (all_form) {
CFM.rrb.gr = 0;
CFM.rrb.fr = 0;
CFM.rrb.pr = 0;
} else { // pred_form
CFM.rrb.pr = 0;
}
Interruptions:
None
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: ......