summaryrefslogtreecommitdiff
path: root/target/s390x/translate.c
AgeCommit message (Expand)Author
2019-06-07s390x: Use uint64_t for vector registersDavid Hildenbrand
2019-05-17s390x/tcg: Implement VECTOR NANDDavid Hildenbrand
2019-05-17s390x/tcg: Implement VECTOR COMPARE *David Hildenbrand
2019-05-13target/s390x: Use tcg_gen_abs_i64Richard Henderson
2019-04-24tcg: Hoist max_insns computation to tb_gen_codeRichard Henderson
2019-03-11s390x/tcg: Implement VECTOR LOAD WITH LENGTHDavid Hildenbrand
2019-03-11s390x/tcg: Implement VECTOR GENERATE BYTE MASKDavid Hildenbrand
2019-03-11s390x/tcg: Implement VECTOR GATHER ELEMENTDavid Hildenbrand
2019-03-11s390x/tcg: Check vector register instructions at central pointDavid Hildenbrand
2019-03-11s390x/tcg: Define vector instruction formatsDavid Hildenbrand
2019-03-04s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDEDDavid Hildenbrand
2019-03-04s390x/tcg: Implement XxC and checks for most FP instructionsDavid Hildenbrand
2019-03-04s390x/tcg: Check for exceptions in SET BFP ROUNDING MODEDavid Hildenbrand
2019-03-04s390x/tcg: Implement LOAD COUNT TO BLOCK BOUNDARYDavid Hildenbrand
2019-03-04s390x/tcg: Implement LOAD LENGTHENED short HFP to long HFPDavid Hildenbrand
2019-03-04s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()David Hildenbrand
2019-03-04s390x/tcg: Factor out vec_full_reg_offset()David Hildenbrand
2019-03-04s390x/tcg: Clarify terminology in vec_reg_offset()David Hildenbrand
2019-03-04s390x/tcg: Simplify disassembler operands initializationDavid Hildenbrand
2019-02-18target/s390x: Implement STCK et al for CONFIG_USER_ONLYRichard Henderson
2019-02-04s390x/tcg: Don't model FP registers as globalsDavid Hildenbrand
2019-01-30target/s390x: Fix LGPL version in the file header commentsThomas Huth
2018-10-18target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translateRichard Henderson
2018-10-18target/s390x: Skip wout, cout helpers if op helper does not returnRichard Henderson
2018-10-04s390x/tcg: refactor specification checkingDavid Hildenbrand
2018-10-04s390x/tcg: fix FP register pair checksDavid Hildenbrand
2018-10-04s390x/tcg: handle privileged instructions via flagsDavid Hildenbrand
2018-10-04s390x/tcg: check for AFP-register, BFP and DFP data exceptionsDavid Hildenbrand
2018-10-04s390x/tcg: add instruction flags for floating point instructionsDavid Hildenbrand
2018-10-04s390x/tcg: support flags for instructionsDavid Hildenbrand
2018-10-04s390x/tcg: factor out and fix DATA exception injectionDavid Hildenbrand
2018-10-04target/s390x: exception on non-aligned LPSW(E)Pavel Zbitskiy
2018-08-28target/s390x: use regular spaces in translate.cPavel Zbitskiy
2018-08-28target/s390x: fix IPM polluting irrelevant bitsPavel Zbitskiy
2018-08-28target/s390x: fix CSST decoding and runtime alignment checkPavel Zbitskiy
2018-08-28target/s390x: add BAL and BALR instructionsPavel Zbitskiy
2018-07-02s390x/tcg: implement SET CLOCKDavid Hildenbrand
2018-06-01tcg: Pass tb and index to tcg_gen_exit_tb separatelyRichard Henderson
2018-05-09target/s390x: convert to TranslatorOpsEmilio G. Cota
2018-05-09target/s390x: convert to DisasContextBaseEmilio G. Cota
2018-05-09target/s390x: convert to DisasJumpTypeEmilio G. Cota
2018-05-09target/s390x: avoid integer overflow in next_page PC checkEmilio G. Cota
2018-02-26s390x/tcg: add various alignment checksDavid Hildenbrand
2018-02-26s390x/tcg: fix disabling/enabling DATDavid Hildenbrand
2018-02-09s390x/tcg: wire up pci instructionsCornelia Huck
2018-02-09s390x/tcg: implement TEST PENDING INTERRUPTIONDavid Hildenbrand
2018-01-22s390x/tcg: implement TEST PROTECTIONDavid Hildenbrand
2017-12-29tcg: Remove TCGV_UNUSED* and TCGV_IS_UNUSED*Richard Henderson
2017-12-14s390x/tcg: implement extract-CPU-time facilityDavid Hildenbrand
2017-12-14s390x/tcg: Implement SIGNAL ADAPTER instructionDavid Hildenbrand