aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci/tcg-target-con-set.h
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2021-02-02 09:40:22 -1000
committerRichard Henderson <richard.henderson@linaro.org>2021-06-19 11:08:00 -0700
commit6eea04347eb667f1326cb9b68c5b8f3d737f565d (patch)
tree138cbacf66b4dca26dee726df9c398bf12bf960e /tcg/tci/tcg-target-con-set.h
parent650898891837a9772a5410e73c637a55d99e1e50 (diff)
downloadqemu-6eea04347eb667f1326cb9b68c5b8f3d737f565d.zip
qemu-6eea04347eb667f1326cb9b68c5b8f3d737f565d.tar.gz
qemu-6eea04347eb667f1326cb9b68c5b8f3d737f565d.tar.bz2
tcg/tci: Implement goto_ptr
This operation is critical to staying within the interpretation loop longer, which avoids the overhead of setup and teardown for many TBs. The check in tcg_prologue_init is disabled because TCI does want to use NULL to indicate exit, as opposed to branching to a real epilogue. Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tci/tcg-target-con-set.h')
-rw-r--r--tcg/tci/tcg-target-con-set.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcg/tci/tcg-target-con-set.h b/tcg/tci/tcg-target-con-set.h
index 316730f..ae2dc3b 100644
--- a/tcg/tci/tcg-target-con-set.h
+++ b/tcg/tci/tcg-target-con-set.h
@@ -9,6 +9,7 @@
* Each operand should be a sequence of constraint letters as defined by
* tcg-target-con-str.h; the constraint combination is inclusive or.
*/
+C_O0_I1(r)
C_O0_I2(r, r)
C_O0_I3(r, r, r)
C_O0_I4(r, r, r, r)