lvebx
Load Vector Element Byte Indexed
lvebx VRT,RA,RB
Loads a byte from memory into a vector register element.
Details
The lvebx instruction loads a byte from memory into the specified vector register based on the indexed address formed by RA and RB.
Pseudocode Operation
Programming Note
The Load Vector Element instructions load the specified element into the same location in the target register as the location into which it would be loaded using the Load Vector instruction.
Example
lvebx v1, r4, r5
Encoding
Binary Layout
0
0
VRT
6
RA
11
RB
16
7
21
Operands
-
VRT
Target Vector Register -
RA
Source General Purpose Register -
RB
Index General Purpose Register