hsv.h

Hypervisor store halfword

This instruction is defined by:

Encoding

svg

Synopsis

Store 16 bits of data from register xs2 to guest physical memory at the address in xs1, as though V=1.

Access

M HS U VS VU

Always

Always

Always

Always

Always

Decode Variables

Bits<5> xs2 = $encoding[24:20];
Bits<5> xs1 = $encoding[19:15];

Execution

  • Pruned, XLEN == 64

  • Original