lhzepx
Load Halfword and Zero External Process ID Indexed
lhzepx RT, RA, RB
Loads a halfword using the External PID.
Details
Loads a halfword (16-bit value) from memory using an address formed by adding RA and RB, performing the load using the External PID for address translation in embedded environments. The loaded halfword is zero-extended and placed into RT. No condition flags are affected.
Pseudocode Operation
EA ← (RA) + (RB)
RT ← (64-48 bits are 0) || ([EA + 0:1])
Example
lhzepx r3, r4, r5
Encoding
Binary Layout
31
0
RT
6
RA
11
RB
16
95
21
/
31
Operands
-
RT
Target -
RA
Base -
RB
Index