3:146
Volume 3: Instruction Reference
invala
invala — Invalidate ALAT
Format:
(
qp
) invala
complete_form
(
qp
) invala.e
r
1
gr_form, entry_form
(
qp
) invala.e
f
1
fr_form, entry_form
Description:
The selected entry or entries in the ALAT are invalidated.
In the complete_form, all ALAT entries are invalidated. In the entry_form, the ALAT is
queried using the general register specifier
r
1
(gr_form), or the floating-point register
specifier
f
1
(fr_form), and if any ALAT entry matches, it is invalidated.
Operation:
if (PR[
qp
]) {
if (complete_form)
alat_inval();
else { // entry_form
if (gr_form)
alat_inval_single_entry(GENERAL,
r
1
);
else // fr_form
alat_inval_single_entry(FLOAT,
f
1
);
}
}
Interruptions:
None
Содержание 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: ......