aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/translate.c
AgeCommit message (Expand)AuthorFilesLines
2019-02-04s390x/tcg: Don't model FP registers as globalsDavid Hildenbrand1-50/+85
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth1-1/+1
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson1-7/+18
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson1-5/+15
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand1-28/+6
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand1-10/+10
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand1-76/+7
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand1-0/+33
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand1-0/+8
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand1-6/+16
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand1-10/+9
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy1-2/+4
2018-08-28target/s390x: use regular spaces in translate.cPavel Zbitskiy1-2/+2
2018-08-28target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy1-10/+7
2018-08-28target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy1-2/+2
2018-08-28target/s390x: add BAL and BALR instructionsPavel Zbitskiy1-7/+47
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand1-0/+9
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson1-5/+5
2018-05-09target/s390x: convert to TranslatorOpsEmilio G. Cota1-82/+80
2018-05-09target/s390x: convert to DisasContextBaseEmilio G. Cota1-72/+76
2018-05-09target/s390x: convert to DisasJumpTypeEmilio G. Cota1-635/+632
2018-05-09target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota1-3/+3
2018-02-26s390x/tcg: add various alignment checksDavid Hildenbrand1-1/+42
2018-02-26s390x/tcg: fix disabling/enabling DATDavid Hildenbrand1-3/+7
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck1-0/+102
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand1-0/+8
2018-01-22s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand1-1/+1
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson1-22/+20
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand1-0/+31
2017-12-14s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand1-0/+8
2017-12-14s390x/tcg: Implement STORE CHANNEL PATH STATUSDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: wire up SET CHANNEL MONITORDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: wire up SET ADDRESS LIMITDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: implement Interlocked-Access Facility 2David Hildenbrand1-0/+63
2017-12-14s390x/tcg: ASI/ASGI/ALSI/ALSGI are atomic with Interlocked-acccess facility 1David Hildenbrand1-0/+21
2017-12-14s390x/tcg: wire up STORE CHANNEL REPORT WORDDavid Hildenbrand1-0/+8
2017-12-14s390x/tcg: indicate value of TODPR in STCKEDavid Hildenbrand1-0/+5
2017-12-14s390x/tcg: implement SET CLOCK PROGRAMMABLE FIELDDavid Hildenbrand1-0/+7
2017-12-14s390x/tcg: drop potential_page_fault()David Hildenbrand1-7/+2
2017-12-14s390x/tcg: use s390_program_interrupt() in STSIDavid Hildenbrand1-1/+0
2017-12-14s390x/tcg: use s390_program_interrupt() in per_check_exception()David Hildenbrand1-3/+0
2017-12-14s390x/tcg: use s390_program_interrupt() in DIAGDavid Hildenbrand1-3/+0
2017-12-14s390x/tcg: use s390_program_interrupt() in SCLP Service CallDavid Hildenbrand1-1/+0
2017-12-14s390x/tcg: io instructions don't need potential_page_fault()David Hildenbrand1-10/+0
2017-11-09target/s390x: Finish implementing RISBGNRichard Henderson1-6/+3
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-6/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24target/s390x: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota1-5/+21