Lines Matching refs:TCI
1 TCG Interpreter (TCI) - Copyright (c) 2011 Stefan Weil.
19 This is what TCI (Tiny Code Interpreter) does.
23 Like each TCG host frontend, TCI implements the code generator in
35 For hosts without native TCG, the interpreter TCI must be enabled by
44 For hosts with native TCG, the interpreter TCI can be enabled by
48 The only difference from running QEMU with TCI to running without TCI
49 should be speed. Especially during development of TCI, it was very
50 useful to compare runs with and without TCI. Create /tmp/qemu.log by
59 Hosts with native TCG can also enable TCI by claiming to be unsupported:
69 TCI needs special implementation for 32 and 64 bit host, 32 and 64 bit target,
103 * TCI is not widely tested. It was written and tested on a x86_64 host
119 or TCI, so QEMU would have to include two TCGs. Today, selecting TCI