Volume 3: Instruction Reference
3:187
movl
movl — Move Long Immediate
Format:
(
qp
) movl
r
1
=
imm
64
Description:
The immediate value
imm
64
is copied to GR
r
1
. The L slot of the bundle contains 41 bits of
imm
64
.
Operation:
if (PR[
qp
]) {
check_target_register(
r
1
);
GR[
r
1
] =
imm
64
;
GR[
r
1
].nat = 0;
}
Interruptions:
Illegal Operation fault
Содержание 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: ......