qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 0/6] tcg conditional set, round 6


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 0/6] tcg conditional set, round 6
Date: Tue, 26 Jan 2010 08:34:57 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.7) Gecko/20100120 Fedora/3.0.1-1.fc12 Thunderbird/3.0.1

Ping?

r~

On 01/20/2010 09:18 AM, Richard Henderson wrote:
Changes v5-v6:
   * Update x86-64 post P_REXB changes.

Changes v4-v5:
   * Document double-word support opcodes in a new section of the README,
     as requested by Aurelien.
   * Shorten the branch-to-next in the EQ case of i386 brcond2,  as
     pointed out by Laurent.


r~


Richard Henderson (6):
   tcg: Document double-word support opcodes.
   tcg: Generic support for conditional set
   tcg: Add tcg_invert_cond.
   tcg-i386: Implement small forward branches.
   tcg-i386: Implement setcond.
   tcg-x86_64: Implement setcond.

  elf.h                   |    2 +
  tcg/README              |   36 +++++++++
  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, 288 insertions(+), 51 deletions(-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]