commit | fe700adb3db5b028b504423b946d4ee5200a8f2f | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Sun Mar 30 15:36:56 2014 -0700 |
committer | Richard Henderson <rth@twiddle.net> | Thu Feb 12 21:21:38 2015 -0800 |
tree | 09389b35e12808f2eb2e2f9754e50842b7b5a799 | |
parent | 0a7df5da986bd7ee0789f2d7b8611f2e8eee5046 [diff] |
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>