Created attachment 37475 [details] Path to handle C0 /6 encoding of SHL Unhandled instruction reported by VEX on some dynamically generated code: vex amd64->IR: unhandled instruction bytes: 0xC0 0x75 0x9F 0x41 0x83 0xC4 That is C0 /6 which is an alternate encoding of SHL/SAL on a byte operand. The canonical encoding (which VEX handles) is C0 /4.
Committed as VEX r2196.