3:368
Volume 3: Instruction Formats
4.7.3.2
Long Call
4.7.4
Nop/Hint (X-Unit)
X-unit nop and hint instructions are encoded within major opcode 0 using a 3-bit
opcode extension field in bits 35:33 (x
3
), a 6-bit opcode extension field in bits 32:27
(x
6
), and a 1-bit opcode extension field in bit 26 (y), as shown in
. These
instructions are executed by an I-unit.
4.8
Immediate Formation
shows, for each instruction format that has one or more immediates, how
those immediates are formed. In each equation, the symbol to the left of the equals is
the assembly language name for the immediate. The symbols to the right are the field
names in the instruction encoding.
40
37 36 35 34 3332
1312 11
9 8
6 5
0 40
2 1 0
i d wh
imm
20b
p
b
1
qp
imm
39
4
1 1
2
20
1
3
3
6
39
2
Instruction
Operands
Opcode
Extension
p
wh
d
brl.call.
bwh
.
ph
.
b
1
=
target
64
Table 4-73.
Misc X-Unit 1-bit Opcode Extensions
Opcode
Bits 40:37
x
3
Bits 35:33
x
6
Bits 32:27
y
Bit 26
0
01
0
nop.x
1
hint.x
40
37 36 35
33 32
27 2625
6 5
0 40
0
i
x
3
x
6
y
imm
20a
qp
imm
41
4
1
3
6
1
20
6
41
Instruction
Operands
Opcode
Extension
x
3
x
6
y
nop.x
imm
62
0
01
0
hint.x
1
Table 4-74.
Immediate Formation
Instruction
Format
Immediate Formation
count
2
= ct
2d
+ 1
imm
8
= sign_ext(s << 7 | imm
7b
, 8)
imm
14
= sign_ext(s << 13 | imm
6d
<< 7 | imm
7b
, 14)
imm
22
= sign_ext(s << 21 | imm
5c
<< 16 | imm
9d
<< 7 | imm
7b
, 22)
count
2
= (ct
2d
> 2) ? reservedQP
a
: ct
2d
+ 1
count
2
= (ct
2d
== 0) ? 0 : (ct
2d
== 1) ? 7 : (ct
2d
== 2) ? 15 : 16
Содержание 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: ......