]> git.proxmox.com Git - mirror_qemu.git/commit
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full
authorRichard Henderson <rth@twiddle.net>
Sun, 30 Mar 2014 22:36:56 +0000 (15:36 -0700)
committerRichard Henderson <rth@twiddle.net>
Fri, 13 Feb 2015 05:21:38 +0000 (21:21 -0800)
commitfe700adb3db5b028b504423b946d4ee5200a8f2f
tree09389b35e12808f2eb2e2f9754e50842b7b5a799
parent0a7df5da986bd7ee0789f2d7b8611f2e8eee5046
tcg: Introduce tcg_op_buf_count and tcg_op_buf_full

The method by which we count the number of ops emitted
is going to change.  Abstract that away into some inlines.

Reviewed-by: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
Signed-off-by: Richard Henderson <rth@twiddle.net>
19 files changed:
target-alpha/translate.c
target-arm/translate-a64.c
target-arm/translate.c
target-cris/translate.c
target-i386/translate.c
target-lm32/translate.c
target-m68k/translate.c
target-microblaze/translate.c
target-mips/translate.c
target-moxie/translate.c
target-openrisc/translate.c
target-ppc/translate.c
target-s390x/translate.c
target-sh4/translate.c
target-sparc/translate.c
target-tricore/translate.c
target-unicore32/translate.c
target-xtensa/translate.c
tcg/tcg.h