aboutsummaryrefslogtreecommitdiff
path: root/tcg/sparc
AgeCommit message (Expand)AuthorFilesLines
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson1-1/+0
2021-02-02tcg/sparc: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-52/+56
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson1-1/+0
2021-02-02tcg/sparc: Split out target constraints to tcg-target-con-str.hRichard Henderson3-53/+54
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-2/+0
2021-01-07tcg: Constify tcg_code_gen_epilogueRichard Henderson1-2/+1
2021-01-07tcg: Remove TCG_TARGET_SUPPORT_MIRRORRichard Henderson1-1/+0
2021-01-07tcg/sparc: Support split-wx code generationRichard Henderson2-12/+14
2021-01-07tcg/sparc: Use tcg_tbrel_diffRichard Henderson1-8/+7
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-0/+1
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson2-8/+8
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson1-2/+2
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard Henderson1-1/+1
2021-01-07util: Enhance flush_icache_range with separate data pointerRichard Henderson1-2/+2
2021-01-07tcg: Introduce INDEX_op_qemu_st8_i32Richard Henderson1-0/+1
2021-01-02util: Extract flush_icache_range to cacheflush.cRichard Henderson1-8/+0
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson1-5/+0
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson1-8/+8
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-2/+3
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-1/+1
2020-01-15tcg: Search includes in the parent source directoryPhilippe Mathieu-Daudé1-1/+1
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-3/+3
2019-06-10cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson1-22/+10
2019-06-10tcg: Create struct CPUTLBRichard Henderson1-10/+2
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson1-1/+2
2019-04-24tcg: Add INDEX_op_extract2_{i32,i64}Richard Henderson1-0/+2
2019-01-28cputlb: Remove static tlb sizingRichard Henderson1-1/+0
2019-01-28tcg/sparc: enable dynamic TLB sizingRichard Henderson2-33/+51
2019-01-28tcg: introduce dynamic TLB sizingEmilio G. Cota1-0/+1
2018-12-17tcg: Add TCG_TARGET_HAS_MEMORY_BSWAPRichard Henderson1-0/+1
2018-12-17tcg: Return success from patch_relocRichard Henderson1-1/+2
2018-12-17tcg/sparc: Remove retranslation codeRichard Henderson1-6/+2
2018-12-17target/sparc: Remove the constant poolRichard Henderson1-38/+9
2018-06-15tcg: Reduce max TB opcode countRichard Henderson1-2/+2
2017-09-17tcg/sparc: Fully convert tcg_target_op_defRichard Henderson1-102/+137
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson1-24/+24
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-1/+1
2017-09-07tcg/sparc: Use constant pool for moviRichard Henderson2-21/+58
2017-09-07tcg/sparc: Introduce TCG_REG_TBRichard Henderson1-30/+140
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson1-2/+0
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2-1/+5
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar1-0/+2
2017-06-05tcg/sparc: Implement goto_ptrRichard Henderson2-2/+11
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1
2017-04-03tcg/sparc: Zero extend address argument to ld/st helpersPeter Maydell1-2/+2
2017-04-03tcg/sparc: Zero extend data argument to store helpersPeter Maydell1-0/+25
2017-01-10tcg: Add opcode for ctpopRichard Henderson1-0/+2
2017-01-10tcg: Add clz and ctz opcodesRichard Henderson1-0/+4
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson1-9/+5