git-svn-id: svn://svn.valgrind.org/vex/branches/VEX_3_6_BRANCH@2096
any cases for which the helper function has not been
verified. */
switch (imm) {
+ case 0x00:
case 0x02: case 0x08: case 0x0A: case 0x0C: case 0x12:
case 0x1A: case 0x3A: case 0x44: case 0x4A:
break;
even if they would probably work. Life is too short to have
unvalidated cases in the code base. */
switch (imm8) {
+ case 0x00:
case 0x02: case 0x08: case 0x0A: case 0x0C: case 0x12:
case 0x1A: case 0x3A: case 0x44: case 0x4A:
break;