aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2017-08-17 07:43:20 -0700
committerRichard Henderson <richard.henderson@linaro.org>2017-09-17 06:52:19 -0700
commitbe0f34b5840312bbe9627c2b9f68a25f32903dae (patch)
tree93e1c24acaee4b0e9482b99631eeefdb37dfad98 /tcg/tcg.h
parenta411d2963785929c3e47a48335b43219617edf2b (diff)
downloadqemu-be0f34b5840312bbe9627c2b9f68a25f32903dae.zip
qemu-be0f34b5840312bbe9627c2b9f68a25f32903dae.tar.gz
qemu-be0f34b5840312bbe9627c2b9f68a25f32903dae.tar.bz2
tcg: Add tcg_op_supported
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tcg.h')
-rw-r--r--tcg/tcg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/tcg.h b/tcg/tcg.h
index ac94133..e342fe6 100644
--- a/tcg/tcg.h
+++ b/tcg/tcg.h
@@ -932,6 +932,8 @@ do {\
#define tcg_temp_free_ptr(T) tcg_temp_free_i64(TCGV_PTR_TO_NAT(T))
#endif
+bool tcg_op_supported(TCGOpcode op);
+
void tcg_gen_callN(TCGContext *s, void *func,
TCGArg ret, int nargs, TCGArg *args);