hypervisor: x86: emulate MOVSW

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2023-01-26 16:28:41 +00:00
committed by Liu Wei
parent 1bfa07f48e
commit 3a225aaa23
2 changed files with 68 additions and 0 deletions
+1
View File
@@ -526,6 +526,7 @@ impl<'a, T: CpuStateManager> Emulator<'a, T> {
(mov, Movzx_r64_rm16),
// MOVS
(movs, Movsd_m32_m32),
(movs, Movsw_m16_m16),
// OR
(or, Or_rm8_r8)
);