lxvll
Load VSX Vector with Length Left-justified X-form
lxvll XT,RA,RB
Loads a variable-length vector from memory into a VSX register, left-justifying the data.
Details
The lxvll instruction loads a variable-length vector from memory into a VSX register, left-justifying the data. The length of the data to be loaded is specified in bits 0:7 of GPR[RB].
Pseudocode Operation
Programming Note
lxvll always performs storage accesses using Big-Endian byte-ordering. As such, care must be taken when using these instructions in Little-Endian systems.
Example
lxvll vs1, r4, r5
Encoding
Binary Layout
0
0
T
6
RA
11
RB
16
TX
30
Operands
-
XT
Target VSX Register -
RA
Source General Purpose Register (Effective Address) -
RB
Source General Purpose Register (Length and Data)