3:188
Volume 3: Instruction Reference
mpy4
mpy4 — Unsigned Integer Multiply
Format:
(
qp
) mpy4
r
1
=
r
2
,
r
3
Description:
The lower 32 bits of each of the two source operands are treated as unsigned values
and are multiplied, and the result is placed in GR
r
1
. The upper 32 bits of each of the
source operands are ignored.
Operation:
if (PR[qp]) {
if (!instruction_implemented(mpy4))
illegal_operation_fault();
check_target_register(
r
1
);
GR[
r
1
] = zero_ext(GR[
r
2
], 32) * zero_ext(GR[
r
3
], 32);
GR[
r
1
].nat = GR[
r
2
].nat || GR[
r
3
].nat;
}
Interruptions:
Illegal Operation 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: ......