All of these patches are toward reducing the number of TCG opcodes generated. Three of the patches reduce the number of real insns generated as well. The ANDC and ORC opcodes are already generated by the ARM, PPC, and Alpha translators.
I now have remote access to a real debian sparc64 machine, so this has actually been tested on real hardware for a change. ;-) r~ Richard Henderson (6): tcg-sparc: Implement neg. tcg-sparc: Implement not. tcg: Optional target implementation of ANDC. tcg: Optional target implementation of ORC. tcg-sparc: Implement ANDC. tcg-sparc: Implement ORC. tcg/sparc/tcg-target.c | 30 ++++++++++++++++++++++++++++++ tcg/sparc/tcg-target.h | 11 +++++++++-- tcg/tcg-op.h | 22 ++++++++++++++++++++++ tcg/tcg-opc.h | 12 ++++++++++++ 4 files changed, 73 insertions(+), 2 deletions(-)