aboutsummaryrefslogtreecommitdiff
path: root/target/s390x/translate.c
AgeCommit message (Expand)Author
2020-02-26target/s390x/translate: Fix RNSBG instructionThomas Huth
2020-01-27target/s390x: Remove DisasFields argument from extract_insnRichard Henderson
2020-01-27target/s390x: Move DisasFields into DisasContextRichard Henderson
2020-01-27target/s390x: Pass DisasContext to get_field and have_fieldRichard Henderson
2020-01-27target/s390x: Remove DisasFields argument from callbacksRichard Henderson
2020-01-27target/s390x: Move struct DisasFields definition earlierRichard Henderson
2020-01-15tcg: Search includes from the project root source directoryPhilippe Mathieu-Daudé
2019-12-18target/s390x: Implement LOAD/STORE TO REAL ADDRESS inlineRichard Henderson
2019-12-18target/s390x: Split out helper_per_store_realRichard Henderson
2019-10-09target/s390x: Add ilen to unwind dataRichard Henderson
2019-09-23s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLYDavid Hildenbrand
2019-09-23s390x/tcg: MVST: Fix storing back the addresses to registersDavid Hildenbrand
2019-09-03tcg: TCGMemOp is now accelerator independent MemOpTony Nguyen
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