aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci.c
AgeCommit message (Expand)Author
2021-01-27tcg/tci: Restrict tci_write_reg16() to 64-bit hostsPhilippe Mathieu-Daudé
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson
2021-01-07tcg/tci: Push const down through bytecode readingRichard Henderson
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson
2021-01-02cfi: Initial support for cfi-icall in QEMUDaniele Buono
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-10-28tci: Add implementation for INDEX_op_ld16u_i64Stefan Weil
2017-12-29tcg: Allow 6 arguments to TCG helpersRichard Henderson
2017-10-10tci: move tci_regs to tcg_qemu_tb_exec's stackEmilio G. Cota
2017-07-19tcg/tci: enable bswap16_i64Philippe Mathieu-Daudé
2017-06-15tcg: move tcg backend files into accel/tcg/Yang Zhong