aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/translate.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-09target/s390x: Add ilen to unwind dataRichard Henderson1-3/+17
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand1-0/+4
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand1-2/+6
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen1-3/+3
2019-06-07s390x: Use uint64_t for vector registersDavid Hildenbrand1-1/+1
2019-05-17s390x/tcg: Implement VECTOR NANDDavid Hildenbrand1-0/+1
2019-05-17s390x/tcg: Implement VECTOR COMPARE *David Hildenbrand1-0/+1
2019-05-13target/s390x: Use tcg_gen_abs_i64Richard Henderson1-7/+1
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson1-2/+2
2019-03-11s390x/tcg: Implement VECTOR LOAD WITH LENGTHDavid Hildenbrand1-0/+7
2019-03-11s390x/tcg: Implement VECTOR GENERATE BYTE MASKDavid Hildenbrand1-0/+1
2019-03-11s390x/tcg: Implement VECTOR GATHER ELEMENTDavid Hildenbrand1-0/+2
2019-03-11s390x/tcg: Check vector register instructions at central pointDavid Hildenbrand1-0/+12
2019-03-11s390x/tcg: Define vector instruction formatsDavid Hildenbrand1-1/+38
2019-03-04s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDEDDavid Hildenbrand1-3/+21
2019-03-04s390x/tcg: Implement XxC and checks for most FP instructionsDavid Hildenbrand1-63/+172
2019-03-04s390x/tcg: Check for exceptions in SET BFP ROUNDING MODEDavid Hildenbrand1-32/+24
2019-03-04s390x/tcg: Implement LOAD COUNT TO BLOCK BOUNDARYDavid Hildenbrand1-0/+19
2019-03-04s390x/tcg: Implement LOAD LENGTHENED short HFP to long HFPDavid Hildenbrand1-0/+6
2019-03-04s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()David Hildenbrand1-15/+26
2019-03-04s390x/tcg: Factor out vec_full_reg_offset()David Hildenbrand1-2/+7
2019-03-04s390x/tcg: Clarify terminology in vec_reg_offset()David Hildenbrand1-5/+6
2019-03-04s390x/tcg: Simplify disassembler operands initializationDavid Hildenbrand1-7/+1
2019-02-18target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson1-0/+2
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