Changeset 33656 in vbox for trunk/src/recompiler
- Timestamp:
- Nov 1, 2010 2:18:11 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 67272
- Location:
- trunk/src/recompiler
- Files:
-
- 24 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/recompiler/cpu-all.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #ifndef CPU_ALL_H 30 31 #define CPU_ALL_H -
trunk/src/recompiler/cpu-defs.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #ifndef CPU_DEFS_H 30 31 #define CPU_DEFS_H -
trunk/src/recompiler/cpu-exec.c
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #include "config.h" 30 31 #define CPU_NO_GLOBAL_REGS -
trunk/src/recompiler/dyngen-exec.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #if !defined(__DYNGEN_EXEC_H__) 30 31 #define __DYNGEN_EXEC_H__ -
trunk/src/recompiler/exec-all.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating -
trunk/src/recompiler/exec.c
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #include "config.h" 30 31 #ifndef VBOX -
trunk/src/recompiler/hostregs_helper.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating -
trunk/src/recompiler/qemu-lock.h
r33540 r33656 16 16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 17 */ 18 18 19 /* 19 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice20 * other than GPL or LGPL is available it will apply instead, Sunelects to use only20 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 21 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 21 22 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 22 23 * a choice of LGPL license versions is made available with the language indicating … … 24 25 * of the LGPL is applied is otherwise unspecified. 25 26 */ 26 27 27 28 28 /* Locking primitives. Most of this code should be redundant - -
trunk/src/recompiler/softmmu_header.h
r26499 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #if DATA_SIZE == 8 30 31 #define SUFFIX q -
trunk/src/recompiler/softmmu_template.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #define DATA_SIZE (1 << SHIFT) 30 31 -
trunk/src/recompiler/target-i386/cpu.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #ifndef CPU_I386_H 30 31 #define CPU_I386_H -
trunk/src/recompiler/target-i386/exec.h
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #include "config.h" 30 31 #include "dyngen-exec.h" -
trunk/src/recompiler/target-i386/helper.c
r18473 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #include <stdarg.h> 30 31 #include <stdlib.h> -
trunk/src/recompiler/target-i386/helper_template.h
r17040 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #define DATA_BITS (1 << (3 + SHIFT)) 30 31 #define SHIFT_MASK (DATA_BITS - 1) -
trunk/src/recompiler/target-i386/op_helper.c
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #define CPU_NO_GLOBAL_REGS 30 31 #include "exec.h" -
trunk/src/recompiler/target-i386/opreg_template.h
r26499 r33656 21 21 22 22 /* 23 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice24 * other than GPL or LGPL is available it will apply instead, Sunelects to use only23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 25 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 26 * a choice of LGPL license versions is made available with the language indicating … … 28 28 * of the LGPL is applied is otherwise unspecified. 29 29 */ 30 30 31 void OPPROTO glue(op_movl_A0,REGNAME)(void) 31 32 { -
trunk/src/recompiler/target-i386/ops_sse.h
r26499 r33656 19 19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 20 */ 21 21 22 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 26 * a choice of LGPL license versions is made available with the language indicating -
trunk/src/recompiler/target-i386/ops_sse_header.h
r17040 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #if SHIFT == 0 30 31 #define Reg MMXReg -
trunk/src/recompiler/target-i386/ops_template.h
r26499 r33656 21 21 22 22 /* 23 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice24 * other than GPL or LGPL is available it will apply instead, Sunelects to use only23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 25 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 26 * a choice of LGPL license versions is made available with the language indicating … … 28 28 * of the LGPL is applied is otherwise unspecified. 29 29 */ 30 30 31 #define DATA_BITS (1 << (3 + SHIFT)) 31 32 #define SHIFT_MASK (DATA_BITS - 1) -
trunk/src/recompiler/target-i386/ops_template_mem.h
r26499 r33656 21 21 22 22 /* 23 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice24 * other than GPL or LGPL is available it will apply instead, Sunelects to use only23 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 24 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 25 25 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 26 26 * a choice of LGPL license versions is made available with the language indicating … … 28 28 * of the LGPL is applied is otherwise unspecified. 29 29 */ 30 30 31 #ifdef MEM_WRITE 31 32 -
trunk/src/recompiler/target-i386/translate.c
r33540 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #include <stdarg.h> 30 31 #include <stdlib.h> -
trunk/src/recompiler/tests/linux-test.c
r11982 r33656 20 20 21 21 /* 22 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 25 * a choice of GPL license versions is made available with the language indicating … … 27 27 * of the GPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #include <stdarg.h> 30 31 #include <stdlib.h> -
trunk/src/recompiler/tests/test-i386.c
r33540 r33656 20 20 21 21 /* 22 * SunGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle GPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the General Public License version 2 (GPLv2) at this time for any software where 25 25 * a choice of GPL license versions is made available with the language indicating … … 27 27 * of the GPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #define _GNU_SOURCE 30 31 #include <stdlib.h> -
trunk/src/recompiler/translate-all.c
r17265 r33656 20 20 21 21 /* 22 * SunLGPL Disclaimer: For the avoidance of doubt, except that if any license choice23 * other than GPL or LGPL is available it will apply instead, Sunelects to use only22 * Oracle LGPL Disclaimer: For the avoidance of doubt, except that if any license choice 23 * other than GPL or LGPL is available it will apply instead, Oracle elects to use only 24 24 * the Lesser General Public License version 2.1 (LGPLv2) at this time for any software where 25 25 * a choice of LGPL license versions is made available with the language indicating … … 27 27 * of the LGPL is applied is otherwise unspecified. 28 28 */ 29 29 30 #include <stdarg.h> 30 31 #include <stdlib.h>
Note:
See TracChangeset
for help on using the changeset viewer.