mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
tcg: Implement insert_op_before
Rather reserving space in the op stream for optimization, let the optimizer add ops as necessary. Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
0c627cdca2
commit
a4ce099a7a
3 changed files with 35 additions and 44 deletions
|
@ -28,7 +28,6 @@
|
|||
|
||||
/* Basic output routines. Not for general consumption. */
|
||||
|
||||
void tcg_gen_op0(TCGContext *, TCGOpcode);
|
||||
void tcg_gen_op1(TCGContext *, TCGOpcode, TCGArg);
|
||||
void tcg_gen_op2(TCGContext *, TCGOpcode, TCGArg, TCGArg);
|
||||
void tcg_gen_op3(TCGContext *, TCGOpcode, TCGArg, TCGArg, TCGArg);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue