summaryrefslogtreecommitdiff
path: root/target-s390x/translate.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson1-6/+3
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson1-1/+1
2015-02-03target-s390x: Mark check_privileged() as !CONFIG_USER_ONLYPeter Maydell1-1/+3
2015-02-03target-s390: Implement ECAGRichard Henderson1-0/+7
2015-02-03target-s390: Implement LURA, LURAG, STURGRichard Henderson1-0/+26
2015-02-03target-s390: Fix STIDPRichard Henderson1-0/+6
2015-02-03target-s390: Implement EPSWRichard Henderson1-0/+18
2015-02-03target-s390: Implement SAM specification exceptionRichard Henderson1-4/+27
2015-01-03gen-icount: check cflags instead of use_icount globalPaolo Bonzini1-1/+1
2014-11-05s390x: Implement SAM{24,31,64}Alexander Graf1-0/+12
2014-08-12trace: [tcg] Include TCG-tracing header on all targetsLluís Vilanova1-0/+2
2014-06-24target-s390x: Remove unused ld_code6() functionPeter Maydell1-5/+0
2014-06-05softmmu: introduce cpu_ldst.hPaolo Bonzini1-0/+1
2014-05-28tcg: Invert the inclusion of helper.hRichard Henderson1-3/+2
2014-03-13cpu: Move breakpoints field from CPU_COMMON to CPUStateAndreas Färber1-2/+2
2013-10-10tcg: Move helper registration into tcg_context_initRichard Henderson1-4/+0
2013-09-02tcg: Change tcg_gen_exit_tb argument to uintptr_tRichard Henderson1-4/+4
2013-07-23cpu: Move singlestep_enabled field from CPU_COMMON to CPUStateAndreas Färber1-2/+3
2013-07-09target-s390x: Change gen_intermediate_code_internal() argument to S390CPUAndreas Färber1-4/+5
2013-06-28cpu: Turn cpu_dump_{state,statistics}() into CPUState hooksAndreas Färber1-2/+4
2013-05-01Trivial grammar and spelling fixesStefan Weil1-1/+1
2013-04-05target-s390: Fix SRNMTRichard Henderson1-0/+1
2013-03-22Fix typos and misspellingsPeter Maydell1-1/+1
2013-03-03gen-icount.h: Rename gen_icount_start/end to gen_tb_start/endPeter Maydell1-2/+2
2013-02-23target-s390x: Use mulu2 for mlgr insnRichard Henderson1-2/+1
2013-01-05target-s390: Perform COMPARE AND SWAP inlineRichard Henderson1-34/+118
2013-01-05target-s390: Optimize get_addressRichard Henderson1-26/+18
2013-01-05target-s390: Optimize ADDC/SUBBRichard Henderson1-19/+37
2013-01-05target-s390: Optimize ADDU/SUBU CC testingRichard Henderson1-0/+68
2013-01-05target-s390: Tidy comparisonsRichard Henderson1-22/+17
2013-01-05target-s390: Optmize emitting discardsRichard Henderson1-6/+24
2013-01-05target-s390: Optimize XCRichard Henderson1-3/+47
2013-01-05target-s390: Implement LOAD/SET FP AND SIGNALRichard Henderson1-0/+6
2013-01-05target-s390: Implement SET ROUNDING MODERichard Henderson1-0/+39
2013-01-05target-s390: Check insn operand specificationsRichard Henderson1-36/+159
2013-01-05target-s390: Implement CPSDRRichard Henderson1-0/+16
2013-01-05target-s390: Implement POPCNTRichard Henderson1-0/+6
2013-01-05target-s390: Implement CONVERT FROM LOGICALRichard Henderson1-0/+25
2013-01-05target-s390: Implement CONVERT TO LOGICALRichard Henderson1-0/+54
2013-01-05target-s390: Implement STORE ON CONDITIONRichard Henderson1-0/+29
2013-01-05target-s390: Implement LOAD ON CONDITIONRichard Henderson1-0/+30
2013-01-05target-s390: Implement COMPARE AND TRAPRichard Henderson1-0/+29
2013-01-05target-s390: Implement R[NOX]SBGRichard Henderson1-0/+53
2013-01-05target-s390: Implement RISBGRichard Henderson1-0/+83
2013-01-05target-s390: Implement COMPARE AND BRANCHRichard Henderson1-0/+28
2013-01-05target-s390: Tidy s->op_cc handlingRichard Henderson1-40/+55
2013-01-05target-s390: Implement BRANCH ON INDEXRichard Henderson1-0/+52
2013-01-05target-s390: Delete dead code from old translatorRichard Henderson1-291/+27
2013-01-05target-s390: Convert SERVCRichard Henderson1-20/+9
2013-01-05target-s390: Convert LPSWERichard Henderson1-19/+18