Created by: JivanH
In this branch I have added support for AVX-512 instructions set.
Current version of dynamorio cannot detect difference between bound
and AVX-512
instructions if the opcode starts with 0x62
. This problem is solved in the request. After that Illegal instruction
error is fixed for these instructions set.
For now I have on going problem with disassembly of newly added instructions.
Original disassemble:
62 f1 fd 48 6f e9 vmovdqa64 %zmm1,%zmm5
DynamoRIO disassemble:
62 f1 fd 48 6f e9 vmovdqa %zmm1[16byte] -> %zmm5[16byte]