Encoding does not use compact forms of xchg
Created by: khuey
DR will encode xchg %eax, %r8d
as 44 87 c0 and xchg %ax, %r8w
as 66 41 87 c0 despite 41 90 and 66 41 90 being more compact encodings of the same thing.
Created by: khuey
DR will encode xchg %eax, %r8d
as 44 87 c0 and xchg %ax, %r8w
as 66 41 87 c0 despite 41 90 and 66 41 90 being more compact encodings of the same thing.