aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390
AgeCommit message (Expand)AuthorFilesLines
2021-06-04tcg: Change parameters for tcg_target_const_matchRichard Henderson1-4/+1
2021-03-17tcg: Fix prototypes for tcg_out_vec_op and tcg_out_opMiroslav Rezanina1-1/+2
2021-02-05tcg/s390: Fix compare instruction from extended-immediate facilityPhilippe Mathieu-Daudé1-1/+1
2021-02-02tcg: Remove TCG_TARGET_CON_SET_HRichard Henderson1-1/+0
2021-02-02tcg/s390: Split out constraint sets to tcg-target-con-set.hRichard Henderson3-70/+81
2021-02-02tcg: Remove TCG_TARGET_CON_STR_HRichard Henderson1-1/+0
2021-02-02tcg/s390: Split out target constraints to tcg-target-con-str.hRichard Henderson3-40/+42
2021-01-13tcg: Remove movi and dupi opcodesRichard Henderson1-2/+0
2021-01-07tcg: Constify TCGLabelQemuLdst.raddrRichard Henderson1-2/+1
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/s390: Support split-wx code generationRichard Henderson2-40/+31
2021-01-07tcg/s390: Use tcg_tbrel_diffRichard Henderson1-8/+8
2021-01-07tcg: Add --accel tcg,split-wx propertyRichard Henderson1-0/+1
2021-01-07tcg: Adjust tb_target_set_jmp_target for split-wxRichard Henderson1-4/+4
2021-01-07tcg: Adjust tcg_register_jit for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust tcg_out_call for constRichard Henderson1-1/+1
2021-01-07tcg: Adjust TCGLabel for constRichard Henderson1-1/+1
2021-01-07tcg: Move tcg epilogue pointer out of TCGContextRichard 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-4/+0
2020-10-08tcg: Remove TCG_CT_REGRichard Henderson1-4/+0
2020-10-08tcg: Drop union from TCGArgConstraintRichard Henderson1-9/+9
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi1-1/+1
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini1-2/+2
2020-01-15tcg: Search includes in the parent source directoryPhilippe Mathieu-Daudé1-2/+2
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-7/+7
2019-06-10cpu: Move the softmmu tlb to CPUNegativeOffsetStateRichard Henderson1-5/+6
2019-06-10tcg: Create struct CPUTLBRichard Henderson1-5/+3
2019-05-13tcg: Return bool success from tcg_out_movRichard Henderson1-1/+2
2019-04-24tcg: Restart TB generation after out-of-line ldst overflowRichard Henderson1-8/+12
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/s390: enable dynamic TLB sizingRichard Henderson2-27/+20
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/s390x: Return false on failure from patch_relocRichard Henderson1-11/+23
2018-12-17tcg: Return success from patch_relocRichard Henderson1-1/+2
2018-12-17tcg/s390: Remove retranslation codeRichard Henderson1-8/+2
2018-06-15tcg: Reduce max TB opcode countRichard Henderson1-1/+1
2017-11-03tcg/s390x: Use constant pool for prologueRichard Henderson1-32/+12
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson1-7/+7
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson1-4/+4
2017-09-07tcg/s390: Use constant pool for cmpiRichard Henderson1-69/+67
2017-09-07tcg/s390: Use constant pool for xoriRichard Henderson1-37/+40
2017-09-07tcg/s390: Use constant pool for oriRichard Henderson1-40/+34
2017-09-07tcg/s390: Use constant pool for andiRichard Henderson1-6/+14
2017-09-07tcg/s390: Use constant pool for moviRichard Henderson2-53/+78
2017-09-07tcg/s390: Fix sign of patch_reloc addendRichard Henderson1-12/+13
2017-09-07tcg/s390: Introduce TCG_REG_TBRichard Henderson2-12/+61