Re: [PATCH v3 00/30] Base for adding PowerPC 64-bit instructions

2021-04-29 Thread no-reply
/30] Base for adding PowerPC 64-bit instructions === TEST SCRIPT BEGIN === #!/bin/bash git rev-parse base > /dev/null || exit 0 git config --local diff.renamelimit 0 git config --local diff.renames True git config --local diff.algorithm histogram ./scripts/checkpatch.pl --mailback base.. === T

[PATCH v3 00/30] Base for adding PowerPC 64-bit instructions

2021-04-29 Thread Richard Henderson
Changes for v3: * More changes for decodetree. * Cleanup exception/is_jmp logic to the point exception is removed. * Fold in Luis' isa check for prefixed insn support. * Share trans_* between prefixed and non-prefixed instructions. * Use macros to minimize the trans_* boilerplate. * Fix