summaryrefslogtreecommitdiffstats
path: root/tcg/tci.c
Commit message (Expand)AuthorAgeFilesLines
...
* tcg/tci: Inline tci_write_reg8 into its callersRichard Henderson2021-02-051-7/+2Star
* tcg/tci: Inline tci_write_reg32s into the only callerRichard Henderson2021-02-051-9/+1Star
* tcg/tci: Implement INDEX_op_ld8s_i64Stefan Weil2021-02-051-1/+4
* tcg/tci: Implement INDEX_op_ld16s_i32Stefan Weil2021-02-051-1/+4
* tcg/tci: Make tci_tb_ptr thread-localRichard Henderson2021-02-051-4/+3Star
* tcg/tci: Restrict tci_write_reg16() to 64-bit hostsPhilippe Mathieu-Daudé2021-01-271-0/+2
* tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson2021-01-131-2/+2
* tcg/tci: Push const down through bytecode readingRichard Henderson2021-01-071-26/+34
* tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson2021-01-071-2/+4
* tcg: Move tcg prologue pointer out of TCGContextRichard Henderson2021-01-071-2/+2
* cfi: Initial support for cfi-icall in QEMUDaniele Buono2021-01-021-0/+7
* qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi2020-09-231-1/+1
* tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé2020-01-161-1/+1
* tci: Add implementation for INDEX_op_ld16u_i64Stefan Weil2019-10-281-0/+15
* tcg: Allow 6 arguments to TCG helpersRichard Henderson2017-12-291-4/+8
* tci: move tci_regs to tcg_qemu_tb_exec's stackEmilio G. Cota2017-10-101-273/+279
* tcg/tci: enable bswap16_i64Philippe Mathieu-Daudé2017-07-191-1/+0Star
* tcg: move tcg backend files into accel/tcg/Yang Zhong2017-06-151-0/+1251