Fixes a raised assertion in drstatecmp-fuzz test when an invalid register is passed to opnd_create_reg. The solution is to avoid fully decoding the random instruction but first test whether it is valid and supported by the decoder.
Fixes: #5166
Fixes a raised assertion in drstatecmp-fuzz test when an invalid register is passed to opnd_create_reg. The solution is to avoid fully decoding the random instruction but first test whether it is valid and supported by the decoder.
Fixes: #5166