coconut-svsm / svsm

COCONUT-SVSM
MIT License
122 stars 42 forks source link

insn_decode: add decoding and emulation support for mov instruction variants #464

Closed cxdong closed 2 months ago

cxdong commented 2 months ago

The Mov instruction is usually used to access MMIO. Add decoding and emulation support for several Mov instruction variants, which includes:

Test code is added for the corresponding mov instructions.