![Intel ITANIUM ARCHITECTURE Manual Download Page 304](http://html.mh-extra.com/html/intel/itanium-architecture/itanium-architecture_manual_2073403304.webp)
Volume 4: Base IA-32 Instruction Reference
4:297
MUL—Unsigned Multiplication of AL, AX, or EAX
Description
Performs an unsigned multiplication of the first operand (destination operand) and the
second operand (source operand) and stores the result in the destination operand. The
destination operand is an implied operand located in register AL, AX or EAX (depending
on the size of the operand); the source operand is located in a general-purpose register
or a memory location. The action of this instruction and the location of the result
depends on the opcode and the operand size as shown in the following table.
:
The AH, DX, or EDX registers (depending on the operand size) contain the high-order
bits of the product. If the contents of one of these registers are 0, the CF and OF flags
are cleared; otherwise, the flags are set.
Operation
IF byte operation
THEN
AX
AL
SRC
ELSE (* word or doubleword operation *)
IF OperandSize = 16
THEN
DX:AX
AX
SRC
ELSE (* OperandSize = 32 *)
EDX:EAX
EAX
SRC
FI;
FI;
Flags Affected
The OF and CF flags are cleared to 0 if the upper half of the result is 0; otherwise, they
are set to 1. The SF, ZF, AF, and PF flags are undefined.
Additional Itanium System Environment Exceptions
Itanium Reg Faults NaT Register Consumption Abort.
Itanium Mem FaultsVHPT Data Fault, Nested TLB Fault, Data TLB Fault, Alternate Data
TLB Fault, Data Page Not Present Fault, Data NaT Page Consumption
Abort, Data Key Miss Fault, Data Key Permission Fault, Data Access
Rights Fault, Data Access Bit Fault, Data Dirty Bit Fault
Opcode
Instruction
Description
F6 /4
MUL
r/m8
Unsigned multiply (AX
AL
r/m8
)
F7 /4
MUL
r/m16
Unsigned multiply (DX:AX
AX
r/m16
)
F7 /4
MUL
r/m32
Unsigned multiply (EDX:EAX
EAX
r/m32
)
Operand Size
Source 1
Source 2
Destination
Byte
AL
r/m8
AX
Word
AX
r/m16
DX:AX
Doubleword
EAX
r/m32
EDX:EAX
Summary of Contents for ITANIUM ARCHITECTURE
Page 1: ......
Page 7: ...402 Intel Itanium Architecture Software Developer s Manual Rev 2 3 ...
Page 199: ...4 192 Volume 4 Base IA 32 Instruction Reference FWAIT Wait See entry for WAIT ...
Page 352: ...Volume 4 Base IA 32 Instruction Reference 4 345 ROL ROR Rotate See entry for RCL RCR ROL ROR ...
Page 589: ...4 582 Volume 4 IA 32 SSE Instruction Reference ...
Page 590: ...Index Intel Itanium Architecture Software Developer s Manual Rev 2 3 Index ...
Page 591: ...Index Intel Itanium Architecture Software Developer s Manual Rev 2 3 ...
Page 603: ...INDEX Index 12 Index for Volumes 1 2 3 and 4 ...
Page 604: ......