hlvx.hu

Hypervisor load halfword unsigned, executable

This instruction is defined by:

Encoding

svg

Synopsis

Load 16 bits of data into register xd from guest physical memory at the address in xs1, as though V=1, with execute permission check instead of read permission. Zero-extend the result to XLEN bits. This instruction is used to fetch instructions from guest memory for emulation purposes.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> xs1 = $encoding[19:15];
Bits<5> xd = $encoding[11:7];

Execution

  • Pruned, XLEN == 64

  • Original