VSIB handling is wrong
Created by: khuey
The decoder relies on the EVEX prefix bits to choose ymm/zmm for the VSIB index rather than the REQUIRES_VSIB_YMM/ZMM flags. Consider 62 92 fd 41 c6 4c 39 20
. DR will decode this with a ZMM register rather than the correct YMM register.