mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
use the TCG code generator
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3944 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
c896fe29d6
commit
57fec1fee9
35 changed files with 1098 additions and 2364 deletions
|
@ -482,7 +482,7 @@ OP(set_sr)
|
|||
FORCE_RET();
|
||||
}
|
||||
|
||||
OP(jmp)
|
||||
OP(jmp_im)
|
||||
{
|
||||
GOTO_LABEL_PARAM(1);
|
||||
}
|
||||
|
@ -522,22 +522,6 @@ OP(jmp_T0)
|
|||
FORCE_RET();
|
||||
}
|
||||
|
||||
void OPPROTO op_goto_tb0(void)
|
||||
{
|
||||
GOTO_TB(op_goto_tb0, PARAM1, 0);
|
||||
}
|
||||
|
||||
void OPPROTO op_goto_tb1(void)
|
||||
{
|
||||
GOTO_TB(op_goto_tb1, PARAM1, 1);
|
||||
}
|
||||
|
||||
OP(exit_tb)
|
||||
{
|
||||
EXIT_TB();
|
||||
}
|
||||
|
||||
|
||||
/* Floating point. */
|
||||
OP(f64_to_i32)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue