![Intel Itanium 9150M Скачать руководство пользователя страница 36](http://html1.mh-extra.com/html/intel/itanium-9150m/itanium-9150m_manual_2071793036.webp)
Volume 3: Instruction Reference
3:27
br
illegal_operation_fault();
tmp_taken = (AR[LC] != 0);
if (AR[LC] != 0)
AR[LC]--;
break;
case ‘ctop’:
case ‘cexit’:
// SW pipelined counted loop
if (slot != 2)
illegal_operation_fault();
if (
btype
== ‘ctop’) tmp_taken = ((AR[LC] != 0) || (AR[EC] u> 1));
if (
btype
== ‘cexit’)tmp_taken = !((AR[LC] != 0) || (AR[EC] u> 1));
if (AR[LC] != 0) {
AR[LC]--;
AR[EC] = AR[EC];
PR[63] = 1;
rotate_regs();
} else if (AR[EC] != 0) {
AR[LC] = AR[LC];
AR[EC]--;
PR[63] = 0;
rotate_regs();
} else {
AR[LC] = AR[LC];
AR[EC] = AR[EC];
PR[63] = 0;
CFM.rrb.gr = CFM.rrb.gr;
CFM.rrb.fr = CFM.rrb.fr;
CFM.rrb.pr = CFM.rrb.pr;
}
break;
case ‘wtop’:
case ‘wexit’:
// SW pipelined while loop
if (slot != 2)
illegal_operation_fault();
if (
btype
== ‘wtop’) tmp_taken = (PR[
qp
] || (AR[EC] u> 1));
if (
btype
== ‘wexit’)tmp_taken = !(PR[
qp
] || (AR[EC] u> 1));
if (PR[
qp
]) {
AR[EC] = AR[EC];
PR[63] = 0;
rotate_regs();
} else if (AR[EC] != 0) {
AR[EC]--;
PR[63] = 0;
rotate_regs();
} else {
AR[EC] = AR[EC];
PR[63] = 0;
CFM.rrb.gr = CFM.rrb.gr;
CFM.rrb.fr = CFM.rrb.fr;
CFM.rrb.pr = CFM.rrb.pr;
}
break;
}
if (tmp_taken) {
Содержание Itanium 9150M
Страница 1: ......
Страница 209: ...3 200 Volume 3 Instruction Reference padd Interruptions Illegal Operation fault...
Страница 301: ...3 292 Volume 3 Pseudo Code Functions Intel Itanium Architecture Software Developer s Manual Rev 2 3...
Страница 405: ...3 396 Volume 3 Resource and Dependency Semantics...
Страница 406: ...3 397 Intel Itanium Architecture Software Developer s Manual Rev 2 3 Index...
Страница 407: ...3 398 Intel Itanium Architecture Software Developer s Manual Rev 2 3...
Страница 419: ...INDEX Index 12 Index for Volumes 1 2 3 and 4...
Страница 420: ......