rlwimi
Rotate Left Word Immediate then Mask Insert
Preliminary
PPC440x5 CPU Core User’s Manual
instrset.fm.
September 12, 2002
Page 399 of 589
rlwimi
Rotate Left Word Immediate then Mask Insert
r
←
ROTL((RS), SH)
m
←
MASK(MB, ME)
(RA)
←
(r
∧
m)
∨
((RA)
∧ ¬
m)
The contents of register RS are rotated left by the number of bit positions specified in the SH field. A mask is
generated, having 1-bits starting at the bit position specified in the MB field and ending in the bit position
specified by the ME field, with 0-bits elsewhere.
If the starting point of the mask is at a higher bit position than the ending point, the 1-bits portion of the mask
wraps from the highest bit position back around to the lowest. The rotated data is inserted into register RA, in
positions corresponding to the bit positions in the mask that contain a 1-bit.
Registers Altered
• RA
• CR[CR0] if Rc contains 1
rlwimi
RA, RS, SH, MB, ME
Rc=0
rlwimi.
RA, RS, SH, MB, ME
Rc=1
20
RS
RA
SH
MB
ME
Rc
0
6
11
16
21
26
31
Table 9-26. Extended Mnemonics for rlwimi, rlwimi.
Mnemonic
Operands
Function
Other Registers
Altered
inslwi
RA, RS, n, b
Insert from left immediate (n > 0).
(RA)b:b+n-1
←
(RS)0:n-1
Extended mnemonic for
rlwimi RA,RS,32
−
b,b,b+n
−
1
inslwi.
Extended mnemonic for
rlwimi. RA,RS,32
−
b,b,b+n
−
1
CR[CR0]
insrwi
RA, RS, n, b
Insert from right immediate. (n > 0)
(RA)b:b+n-1
←
(RS)32-n:31
Extended mnemonic for
rlwimi RA,RS,32
−
b
−
n,b,b+n
−
1
insrwi.
Extended mnemonic for
rlwimi. RA,RS,32
−
b
−
n,b,b+n
−
1
CR[CR0]
Summary of Contents for PPC440X5 CPU Core
Page 1: ...PPC440x5 CPU Core User s Manual Preliminary SA14 2613 02 September 12 2002 Title Page...
Page 22: ...User s Manual PPC440x5 CPU Core Preliminary Page 22 of 583 ppc440x5LOT fm September 12 2002...
Page 26: ...User s Manual PPC440x5 CPU Core Preliminary Page 26 of 589 preface fm September 12 2002...
Page 38: ...User s Manual PPC440x5 CPU Core Preliminary Page 38 of 589 overview fm September 12 2002...
Page 94: ...User s Manual PPC440x5 CPU Core Preliminary Page 94 of 589 init fm September 12 2002...
Page 132: ...User s Manual PPC440x5 CPU Core Preliminary Page 132 of 589 cache fm September 12 2002...
Page 158: ...User s Manual PPC440x5 CPU Core Preliminary Page 158 of 589 mmu fm September 12 2002...
Page 218: ...User s Manual PPC440x5 CPU Core Preliminary Page 218 of 589 timers fm September 12 2002...
Page 248: ...User s Manual PPC440x5 CPU Core Preliminary Page 248 of 589 debug fm September 12 2002...
Page 458: ...User s Manual PPC440x5 CPU Core Preliminary Page 458 of 589 regsummIntro fm September 12 2002...
Page 568: ...User s Manual PPC440x5 CPU Core Preliminary Page 568 of 589 instalfa fm September 12 2002...
Page 588: ...User s Manual PPC440x5 CPU Core Preliminary Page 588 of 583 ppc440x5IX fm September 12 2002...
Page 590: ......