aboutsummaryrefslogtreecommitdiff
path: root/tcg/s390
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson2-2/+6
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson1-0/+10
2017-09-06tcg/s390: Use slbgr for setcond le and leuRichard Henderson1-76/+43
2017-09-06tcg/s390: Use load-on-condition-2 facilityRichard Henderson2-17/+63
2017-09-06tcg/s390: Use distinct-operands facilityRichard Henderson2-28/+91
2017-09-06tcg/s390: Merge ori+xori facilities check to tcg_target_op_defRichard Henderson1-68/+33
2017-09-06tcg/s390: Merge add2i facilities check to tcg_target_op_defRichard Henderson1-24/+14
2017-09-06tcg/s390: Merge muli facilities check to tcg_target_op_defRichard Henderson1-20/+25
2017-09-06tcg/s390: Merge cmpi facilities check to tcg_target_op_defRichard Henderson1-38/+30
2017-09-06tcg/s390: Fully convert tcg_target_op_defRichard Henderson1-124/+154
2017-09-05tcg: Add tcg target default memory orderingPranith Kumar1-0/+2
2017-06-05tcg/s390: Implement goto_ptrRichard Henderson2-4/+22
2017-06-05tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptrEmilio G. Cota1-0/+1
2017-01-13tcg/s390: Fix merge error with facilitiesRichard Henderson1-1/+1
2017-01-10tcg: Add opcode for ctpopRichard Henderson1-0/+2
2017-01-10tcg/s390: Handle clz opcodeRichard Henderson2-2/+36
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
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson1-2/+12
2017-01-10tcg/s390: Support deposit into zeroRichard Henderson1-4/+26
2017-01-10tcg/s390: Implement field extraction opcodesRichard Henderson2-2/+13
2017-01-10tcg/s390: Expose host facilities to tcg-target.hRichard Henderson2-104/+96
2017-01-10tcg: Add field extraction primitivesRichard Henderson1-0/+4
2016-12-23tcg/s390: Remove 'R' constraintRichard Henderson1-15/+10
2016-12-23tcg/s390: Fix setcond expansionRichard Henderson1-20/+30