aboutsummaryrefslogtreecommitdiff
path: root/tcg/tci.c
AgeCommit message (Expand)Author
2021-03-17tcg/tci: Split out tci_args_rrRichard Henderson
2021-03-17tcg/tci: Split out tci_args_rrsRichard Henderson
2021-03-17tcg/tci: Rename tci_read_r to tci_read_rvalRichard Henderson
2021-03-17tcg/tci: Remove ifdefs for TCG_TARGET_HAS_ext32[us]_i64Richard Henderson
2021-03-06tcg/tci: Merge mov, not and neg operationsRichard Henderson
2021-03-06tcg/tci: Merge bswap operationsRichard Henderson
2021-03-06tcg/tci: Merge extension operationsRichard Henderson
2021-03-06tcg/tci: Merge basic arithmetic operationsRichard Henderson
2021-03-06tcg/tci: Reduce use of tci_read_r64Richard Henderson
2021-03-06tcg/tci: Remove tci_read_r32sRichard Henderson
2021-03-06tcg/tci: Remove tci_read_r32Richard Henderson
2021-03-06tcg/tci: Remove tci_read_r16sRichard Henderson
2021-03-06tcg/tci: Remove tci_read_r16Richard Henderson
2021-03-06tcg/tci: Remove tci_read_r8sRichard Henderson
2021-03-06tcg/tci: Remove tci_read_r8Richard Henderson
2021-03-06tcg/tci: Use exec/cpu_ldst.h interfacesRichard Henderson
2021-02-05tcg/tci: Remove TCG_CONSTRichard Henderson
2021-02-05tcg/tci: Fix TCG_REG_R4 misusageRichard Henderson
2021-02-05tcg/tci: Remove TODO as unusedRichard Henderson
2021-02-05tcg/tci: Implement 64-bit divisionRichard Henderson
2021-02-05tcg/tci: Remove dead code for TCG_TARGET_HAS_div2_*Richard Henderson
2021-02-05tcg/tci: Use g_assert_not_reachedRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{st_i32,st32_i64}Richard Henderson
2021-02-05tcg/tci: Move stack bounds check to compile-timeRichard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st16_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_st8_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_{ld_i32,ld32u_i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld16u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8s_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Merge INDEX_op_ld8u_{i32,i64}Richard Henderson
2021-02-05tcg/tci: Inline tci_write_reg64 into 64-bit callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg32 into all callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg16 into the only callerRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg8 into its callersRichard Henderson
2021-02-05tcg/tci: Inline tci_write_reg32s into the only callerRichard Henderson
2021-02-05tcg/tci: Implement INDEX_op_ld8s_i64Stefan Weil
2021-02-05tcg/tci: Implement INDEX_op_ld16s_i32Stefan Weil
2021-02-05tcg/tci: Make tci_tb_ptr thread-localRichard Henderson
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