Changes from round 3: * Drop movcond for now. * Only use movzbl and not xor in setcond.
r~ Richard Henderson (5): tcg: Generic support for conditional set tcg-x86_64: Implement setcond. tcg-i386: Implement small forward branches. tcg: Add tcg_invert_cond. tcg-i386: Implement setcond. elf.h | 2 + tcg/README | 20 +++++- tcg/i386/tcg-target.c | 187 +++++++++++++++++++++++++++++++++++++---------- tcg/tcg-op.h | 47 ++++++++++++ tcg/tcg-opc.h | 3 + tcg/tcg.c | 21 ++++-- tcg/tcg.h | 5 + tcg/x86_64/tcg-target.c | 38 ++++++++- 8 files changed, 271 insertions(+), 52 deletions(-)