From 855fa08f1d2f4bc405a1cfc205b5e9321dd4ebf5 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 23 Jul 2023 13:13:44 -0700 Subject: fix inconsistently-poreted memory access size of vcvt{,t}{sd,si} --- todo_notes | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'todo_notes') diff --git a/todo_notes b/todo_notes index 2004332..f0785d7 100644 --- a/todo_notes +++ b/todo_notes @@ -1,11 +1 @@ -cvttsd2si xmm9, xmm15 -should be... cvttsd2si ecx, xmm15 - -vcvttsd2si, vcvtsd2si, -sd2si is decoded as if some loads could be only 4 bytes, all are 8... -ss2si is decdoed as if some loads could be 8 bytes, all are 4... - -movdir64b is decodable in protected mode, real mode -pconfig is decodable in protected mode, real mode - lsl seems just... wrong. check alternate prefixes in 32-/61-bit -- cgit v1.1