aboutsummaryrefslogtreecommitdiff
path: root/include/tcg
AgeCommit message (Expand)AuthorFilesLines
2021-03-17tcg/tci: Implement the disassembler properlyRichard Henderson1-2/+0
2021-01-24tcg: Restart code generation when we run out of tempsRichard Henderson1-0/+3
2021-01-22tcg: Optimize inline dup_const for MO_64Richard Henderson1-1/+2
2021-01-13tcg: Remove tcg_gen_dup{8,16,32,64}i_vecRichard Henderson1-4/+0
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-3/+0
2021-01-13tcg/tci: Add special tci_movi_{i32,i64} opcodesRichard Henderson1-0/+8
2021-01-13tcg: Use tcg_constant_{i32,i64,vec} with gvec expandersRichard Henderson1-0/+1
2021-01-13tcg: Use tcg_constant_{i32,i64} with tcg int expandersRichard Henderson1-11/+2
2021-01-13tcg: Introduce TYPE_CONST temporariesRichard Henderson1-1/+23
2021-01-13tcg: Expand TCGTemp.val to 64-bitsRichard Henderson1-1/+1
2021-01-13tcg: Add temp_readonlyRichard Henderson1-0/+5
2021-01-13tcg: Consolidate 3 bits into enum TCGTempKindRichard Henderson1-8/+12
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson1-1/+1
2021-01-07tcg: Introduce tcg_tbrel_diffRichard Henderson1-0/+13
2021-01-07tcg: Make DisasContextBase.tb constRichard Henderson1-1/+1
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson1-1/+1
2021-01-07tcg: Introduce tcg_splitwx_to_{rx,rw}Richard Henderson1-5/+21
2021-01-07tcg: Add in_code_gen_bufferRichard Henderson1-0/+11
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson1-1/+1
2021-01-07tcg: Move tcg prologue pointer out of TCGContextRichard Henderson1-5/+4
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson1-0/+5
2021-01-04tcg: Add tcg_gen_bswap_tl aliasRichard Henderson1-0/+2
2020-10-27tcg: Do not kill globals at conditional branchesRichard Henderson2-4/+7
2020-10-08tcg: Remove TCGOpDef.usedRichard Henderson1-3/+0
2020-10-08tcg: Move some TCG_CT_* bits to TCGArgConstraint bitfieldsRichard Henderson1-7/+7
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson1-1/+0
2020-10-08tcg: Move sorted_args into TCGArgConstraint.sort_indexRichard Henderson1-1/+1
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson1-3/+1
2020-10-08tcg: Adjust simd_desc size encodingRichard Henderson1-12/+24
2020-09-01tcg: Add tcg_get_insn_start_paramRichard Henderson1-0/+15
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1/+1
2020-06-16tcg: call qemu_spin_destroy for tb->jmp_lockEmilio G. Cota1-0/+1
2020-06-02tcg: Implement gvec support for rotate by scalarRichard Henderson4-0/+5
2020-06-02tcg: Implement gvec support for rotate by vectorRichard Henderson4-0/+9
2020-06-02tcg: Implement gvec support for rotate by immediateRichard Henderson4-0/+10
2020-05-06tcg: Fix integral argument type to tcg_gen_rot[rl]i_i{32,64}Richard Henderson1-4/+4
2020-05-06tcg: Add load_dest parameter to GVecGen2Richard Henderson1-0/+2
2020-05-06tcg: Add tcg_gen_gvec_dup_tlRichard Henderson1-0/+6
2020-05-06tcg: Remove tcg_gen_gvec_dup{8,16,32,64}iRichard Henderson1-5/+0
2020-05-06tcg: Add tcg_gen_gvec_dup_immRichard Henderson1-0/+2
2020-03-16misc: Replace zero-length arrays with flexible array member (automatic)Philippe Mathieu-Daudé1-1/+1
2020-02-12tcg: Add tcg_gen_gvec_5_ptrRichard Henderson1-0/+7
2020-01-15tcg: Move TCG headers to include/tcg/Philippe Mathieu-Daudé6-0/+3516