index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target
/
s390x
/
translate.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/s390x: Add ilen to unwind data
Richard Henderson
2019-10-09
1
-3
/
+17
*
s390x/tcg: Always use MMU_USER_IDX for CONFIG_USER_ONLY
David Hildenbrand
2019-09-23
1
-0
/
+4
*
s390x/tcg: MVST: Fix storing back the addresses to registers
David Hildenbrand
2019-09-23
1
-2
/
+6
*
tcg: TCGMemOp is now accelerator independent MemOp
Tony Nguyen
2019-09-03
1
-3
/
+3
*
s390x: Use uint64_t for vector registers
David Hildenbrand
2019-06-07
1
-1
/
+1
*
s390x/tcg: Implement VECTOR NAND
David Hildenbrand
2019-05-17
1
-0
/
+1
*
s390x/tcg: Implement VECTOR COMPARE *
David Hildenbrand
2019-05-17
1
-0
/
+1
*
target/s390x: Use tcg_gen_abs_i64
Richard Henderson
2019-05-14
1
-7
/
+1
*
tcg: Hoist max_insns computation to tb_gen_code
Richard Henderson
2019-04-24
1
-2
/
+2
*
s390x/tcg: Implement VECTOR LOAD WITH LENGTH
David Hildenbrand
2019-03-11
1
-0
/
+7
*
s390x/tcg: Implement VECTOR GENERATE BYTE MASK
David Hildenbrand
2019-03-11
1
-0
/
+1
*
s390x/tcg: Implement VECTOR GATHER ELEMENT
David Hildenbrand
2019-03-11
1
-0
/
+2
*
s390x/tcg: Check vector register instructions at central point
David Hildenbrand
2019-03-11
1
-0
/
+12
*
s390x/tcg: Define vector instruction formats
David Hildenbrand
2019-03-11
1
-1
/
+38
*
s390x/tcg: Implement rounding mode and XxC for LOAD ROUNDED
David Hildenbrand
2019-03-04
1
-3
/
+21
*
s390x/tcg: Implement XxC and checks for most FP instructions
David Hildenbrand
2019-03-04
1
-63
/
+172
*
s390x/tcg: Check for exceptions in SET BFP ROUNDING MODE
David Hildenbrand
2019-03-04
1
-32
/
+24
*
s390x/tcg: Implement LOAD COUNT TO BLOCK BOUNDARY
David Hildenbrand
2019-03-04
1
-0
/
+19
*
s390x/tcg: Implement LOAD LENGTHENED short HFP to long HFP
David Hildenbrand
2019-03-04
1
-0
/
+6
*
s390x/tcg: Factor out gen_addi_and_wrap_i64() from get_address()
David Hildenbrand
2019-03-04
1
-15
/
+26
*
s390x/tcg: Factor out vec_full_reg_offset()
David Hildenbrand
2019-03-04
1
-2
/
+7
*
s390x/tcg: Clarify terminology in vec_reg_offset()
David Hildenbrand
2019-03-04
1
-5
/
+6
*
s390x/tcg: Simplify disassembler operands initialization
David Hildenbrand
2019-03-04
1
-7
/
+1
*
target/s390x: Implement STCK et al for CONFIG_USER_ONLY
Richard Henderson
2019-02-18
1
-0
/
+2
*
s390x/tcg: Don't model FP registers as globals
David Hildenbrand
2019-02-04
1
-50
/
+85
*
target/s390x: Fix LGPL version in the file header comments
Thomas Huth
2019-01-30
1
-1
/
+1
*
target/s390x: Check HAVE_ATOMIC128 and HAVE_CMPXCHG128 at translate
Richard Henderson
2018-10-19
1
-7
/
+18
*
target/s390x: Skip wout, cout helpers if op helper does not return
Richard Henderson
2018-10-19
1
-5
/
+15
*
s390x/tcg: refactor specification checking
David Hildenbrand
2018-10-04
1
-28
/
+6
*
s390x/tcg: fix FP register pair checks
David Hildenbrand
2018-10-04
1
-10
/
+10
*
s390x/tcg: handle privileged instructions via flags
David Hildenbrand
2018-10-04
1
-76
/
+7
*
s390x/tcg: check for AFP-register, BFP and DFP data exceptions
David Hildenbrand
2018-10-04
1
-0
/
+33
*
s390x/tcg: add instruction flags for floating point instructions
David Hildenbrand
2018-10-04
1
-0
/
+8
*
s390x/tcg: support flags for instructions
David Hildenbrand
2018-10-04
1
-6
/
+16
*
s390x/tcg: factor out and fix DATA exception injection
David Hildenbrand
2018-10-04
1
-10
/
+9
*
target/s390x: exception on non-aligned LPSW(E)
Pavel Zbitskiy
2018-10-04
1
-2
/
+4
*
target/s390x: use regular spaces in translate.c
Pavel Zbitskiy
2018-08-28
1
-2
/
+2
*
target/s390x: fix IPM polluting irrelevant bits
Pavel Zbitskiy
2018-08-28
1
-10
/
+7
*
target/s390x: fix CSST decoding and runtime alignment check
Pavel Zbitskiy
2018-08-28
1
-2
/
+2
*
target/s390x: add BAL and BALR instructions
Pavel Zbitskiy
2018-08-28
1
-7
/
+47
*
s390x/tcg: implement SET CLOCK
David Hildenbrand
2018-07-02
1
-0
/
+9
*
tcg: Pass tb and index to tcg_gen_exit_tb separately
Richard Henderson
2018-06-02
1
-5
/
+5
*
target/s390x: convert to TranslatorOps
Emilio G. Cota
2018-05-09
1
-82
/
+80
*
target/s390x: convert to DisasContextBase
Emilio G. Cota
2018-05-09
1
-72
/
+76
*
target/s390x: convert to DisasJumpType
Emilio G. Cota
2018-05-09
1
-635
/
+632
*
target/s390x: avoid integer overflow in next_page PC check
Emilio G. Cota
2018-05-09
1
-3
/
+3
*
s390x/tcg: add various alignment checks
David Hildenbrand
2018-02-26
1
-1
/
+42
*
s390x/tcg: fix disabling/enabling DAT
David Hildenbrand
2018-02-26
1
-3
/
+7
*
s390x/tcg: wire up pci instructions
Cornelia Huck
2018-02-09
1
-0
/
+102
*
s390x/tcg: implement TEST PENDING INTERRUPTION
David Hildenbrand
2018-02-09
1
-0
/
+8
[next]