EFI Byte Code Virtual Machine
Version 1.10 12/01/02 19-27
EXTNDD
SYNTAX:
EXTNDD[32|64] {@}R
1
, {@}R
2
{Index16|Immed16}
DESCRIPTION:
Sign-extend a 32-bit Operand 2 value and store the result to Operand 1. The Operand 2 value can
be extended to 32 bits (EXTNDD32) or 64 bits (EXTNDD64).
OPERATION:
Operand 1 <= (sign extended) Operand 2
Table 19-19. EXTNDD Instruction Encoding
BYTE DESCRIPTION
Bit Description
7 0 = Immediate/index absent
1 = Immediate/index present
6 0 = 32-bit operation
1 = 64-bit operation
0
0..5 Opcode = 0x1C
Bit Description
7 0 = Operand 2 direct
1 = Operand 2 indirect
4..6 Operand 2
3 0 = Operand 1 direct
1 = Operand 1 indirect
1
0..2 Operand 1
2..3 Optional 16-bit immediate data/index
BEHAVIORS AND RESTRICTIONS:
• If Operand 2 is indirect, then the immediate data is interpreted as an index, and the 32-bit value
is fetched from memory as a signed value at address [R
2
+ Index16].
• If Operand 2 is direct, then the immediate data is considered a signed immediate value such that
Operand 2 = R
2
+ Immed16, and the value is sign extended to 32 or 64 bits accordingly.
• If the instruction is EXTNDD32 and Operand 1 is direct, then the result is stored in the
Operand 1 register with the upper 32 bits cleared.