Changes since v1: * Add comments for all optional instructions that aren't implemented on each architecture, as requested. * Rebase vs master.
r~ Richard Henderson (7): 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: Add comments for all optional instructions not implemented. tcg/arm/tcg-target.h | 14 ++++++++++++++ tcg/i386/tcg-target.h | 12 +++++++----- tcg/mips/tcg-target.h | 4 +++- tcg/ppc/tcg-target.h | 10 +++++++++- tcg/ppc64/tcg-target.h | 25 ++++++++++++++++++++++--- tcg/s390/tcg-target.h | 30 ++++++++++++++++++++++++++++++ tcg/sparc/tcg-target.c | 30 ++++++++++++++++++++++++++++++ tcg/sparc/tcg-target.h | 31 ++++++++++++++++++++++++------- tcg/tcg-op.h | 22 ++++++++++++++++++++++ tcg/tcg-opc.h | 12 ++++++++++++ tcg/x86_64/tcg-target.h | 6 +++++- 11 files changed, 178 insertions(+), 18 deletions(-)