plq
Prefixed Load Quadword
Loads 128 bits into two GPRs using a 34-bit offset.
Details
The plq instruction loads a quadword from storage into an even-odd pair of GPRs. Independent of the endian mode, the even-numbered GPR is loaded with the doubleword from storage addressed by EA, and the odd-numbered GPR is loaded with the doubleword addressed by EA+8.
Pseudocode Operation
Programming Note
The plq instruction is used to load a quadword from memory into an even-odd pair of GPRs. Ensure that the effective address (EA) is properly aligned to 16 bytes for optimal performance and to avoid alignment exceptions. This instruction operates at the problem state privilege level, so it cannot be executed in supervisor or hypervisor states.
Example
Encoding
Operands
-
RTp
Target Pair -
D
Offset -
RA
Base -
R
PC-Rel