VirtualBox

Changeset 36170 in vbox for trunk/src/recompiler/tcg/i386


Ignore:
Timestamp:
Mar 4, 2011 12:49:02 PM (14 years ago)
Author:
vboxsync
Message:

rem: synced up to svn://svn.savannah.nongnu.org/qemu/trunk@6686 (repo UUID c046a42c-6fe2-441c-8c8c-71466251a162).

Location:
trunk/src/recompiler/tcg/i386
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/recompiler/tcg/i386/tcg-target.c

    r36140 r36170  
    302302}
    303303
    304 void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
     304static void tcg_out_addi(TCGContext *s, int reg, tcg_target_long val)
    305305{
    306306    if (val != 0)
     
    309309
    310310#ifdef VBOX
    311 void tcg_out_subi(TCGContext *s, int reg, tcg_target_long val)
     311static void tcg_out_subi(TCGContext *s, int reg, tcg_target_long val)
    312312{
    313313    if (val != 0)
     
    666666        break;
    667667    case 0:
     668        /* movzbl */
     669        tcg_out_modrm(s, 0xb6 | P_EXT, data_reg, TCG_REG_EAX);
     670        break;
    668671    case 1:
     672        /* movzwl */
     673        tcg_out_modrm(s, 0xb7 | P_EXT, data_reg, TCG_REG_EAX);
     674        break;
    669675    case 2:
    670676    default:
     
    961967        tcg_gen_stack_alignment_check(s);
    962968# endif
    963 
    964969        tcg_out8(s, 0xe8);
    965970        tcg_out32(s, (tcg_target_long)qemu_st_helpers[s_bits] -
  • trunk/src/recompiler/tcg/i386/tcg-target.h

    r36140 r36170  
    2222 * THE SOFTWARE.
    2323 */
    24 
    2524#define TCG_TARGET_I386 1
    2625
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette