diff options
author | iximeow <me@iximeow.net> | 2023-07-23 13:13:44 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2023-07-23 13:13:44 -0700 |
commit | 855fa08f1d2f4bc405a1cfc205b5e9321dd4ebf5 (patch) | |
tree | 83dc40b8d30b9a9a3a76b94ea6760cfe2163e4e5 /todo_notes | |
parent | 4e5dfd758a22818c5f8496025e8c0b3dd00f0f50 (diff) |
fix inconsistently-poreted memory access size of vcvt{,t}{sd,si}
Diffstat (limited to 'todo_notes')
-rw-r--r-- | todo_notes | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 |