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
/
ppc
/
translate
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: Fix typo in comments
BALATON Zoltan
2020-02-20
1
-3
/
+3
*
target/ppc: Fix for optimized vsl/vsr instructions
Stefan Brankovic
2019-10-24
1
-44
/
+40
*
ppc: Add support for 'mffsce' instruction
Paul A. Clarke
2019-10-04
2
-0
/
+32
*
ppc: Add support for 'mffscrn','mffscrni' instructions
Paul A. Clarke
2019-10-04
2
-1
/
+72
*
target/ppc: Refactor emulation of vmrgew and vmrgow instructions
Stefan Brankovic
2019-08-29
1
-29
/
+37
*
ppc: Fix xsmaddmdp and friends
Paul A. Clarke
2019-08-29
1
-1
/
+1
*
ppc: Add support for 'mffsl' instruction
Paul A. Clarke
2019-08-21
2
-1
/
+25
*
target/ppc: Optimize emulation of vclzw instruction
Stefan Brankovic
2019-08-21
1
-1
/
+27
*
target/ppc: Optimize emulation of vclzd instruction
Stefan Brankovic
2019-08-21
1
-1
/
+27
*
target/ppc: Optimize emulation of vgbbd instruction
Stefan Brankovic
2019-08-21
1
-1
/
+76
*
target/ppc: Optimize emulation of vsl and vsr instructions
Stefan Brankovic
2019-08-21
1
-2
/
+99
*
target/ppc: Optimize emulation of lvsl and lvsr instructions
Stefan Brankovic
2019-08-21
1
-32
/
+89
*
target/ppc: improve VSX_FMADD with new GEN_VSX_HELPER_VSX_MADD macro
Mark Cave-Ayland
2019-07-02
2
-66
/
+85
*
target/ppc: decode target register in VSX_EXTRACT_INSERT at translation time
Mark Cave-Ayland
2019-07-02
1
-5
/
+5
*
target/ppc: decode target register in VSX_VECTOR_LOAD_STORE_LENGTH at transla...
Mark Cave-Ayland
2019-07-02
1
-23
/
+24
*
target/ppc: introduce GEN_VSX_HELPER_R2_AB macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-3
/
+21
*
target/ppc: introduce GEN_VSX_HELPER_R2 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-10
/
+28
*
target/ppc: introduce GEN_VSX_HELPER_R3 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-8
/
+28
*
target/ppc: introduce GEN_VSX_HELPER_X1 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-4
/
+20
*
target/ppc: introduce GEN_VSX_HELPER_X2_AB macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-6
/
+24
*
target/ppc: introduce GEN_VSX_HELPER_X2 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-60
/
+75
*
target/ppc: introduce separate generator and helper for xscvqpdp
Mark Cave-Ayland
2019-07-02
1
-1
/
+17
*
target/ppc: introduce GEN_VSX_HELPER_X3 macro to fpu_helper.c
Mark Cave-Ayland
2019-07-02
1
-60
/
+77
*
target/ppc: introduce separate VSX_CMP macro for xvcmp* instructions
Mark Cave-Ayland
2019-07-02
1
-8
/
+41
*
target/ppc: Use tcg_gen_gvec_bitsel
Richard Henderson
2019-06-12
1
-22
/
+2
*
target/ppc: Fix lxvw4x, lxvh8x and lxvb16x
Anton Blanchard
2019-06-12
1
-6
/
+7
*
target/ppc: Use vector variable shifts for VSL, VSR, VSRA
Richard Henderson
2019-05-29
1
-12
/
+12
*
target/ppc: Fix xvabs[sd]p, xvnabs[sd]p, xvneg[sd]p, xvcpsgn[sd]p
Anton Blanchard
2019-05-29
1
-2
/
+2
*
target/ppc: Optimise VSX_LOAD_SCALAR_DS and VSX_VECTOR_LOAD_STORE
Anton Blanchard
2019-05-29
1
-10
/
+58
*
target/ppc: Fix xxspltib
Anton Blanchard
2019-05-29
1
-4
/
+4
*
target/ppc: Fix xxbrq, xxbrw
Anton Blanchard
2019-05-29
1
-2
/
+2
*
target/ppc: Fix xvxsigdp
Anton Blanchard
2019-05-29
1
-1
/
+1
*
target/ppc: Use tcg_gen_abs_i32
Philippe Mathieu-Daudé
2019-05-14
1
-13
/
+1
*
tcg: Specify optional vector requirements with a list
Richard Henderson
2019-05-13
1
-1
/
+6
*
target/ppc: Style fixes for translate/spe-impl.inc.c
David Gibson
2019-04-26
1
-5
/
+9
*
target/ppc: Style fixes for translate/vmx-impl.inc.c
David Gibson
2019-04-26
1
-11
/
+15
*
target/ppc: Style fixes for translate/vsx-impl.inc.c
David Gibson
2019-04-26
1
-7
/
+8
*
target/ppc: Style fixes for translate/fp-impl.inc.c
David Gibson
2019-04-26
1
-20
/
+32
*
target/ppc: Fix QEMU crash with stxsdx
Greg Kurz
2019-03-29
1
-1
/
+1
*
target/ppc: Optimize x[sv]xsigdp using deposit_i64()
Philippe Mathieu-Daudé
2019-03-12
1
-8
/
+4
*
target/ppc: Optimize xviexpdp() using deposit_i64()
Philippe Mathieu-Daudé
2019-03-12
1
-11
/
+3
*
target/ppc: introduce vsr64_offset() to simplify get_cpu_vsr{l,h}() and set_c...
Mark Cave-Ayland
2019-03-12
1
-30
/
+4
*
target/ppc: improve avr64_offset() and use it to simplify get_avr64()/set_avr...
Mark Cave-Ayland
2019-03-12
1
-5
/
+0
*
target/ppc: introduce avr_full_offset() function
Mark Cave-Ayland
2019-03-12
2
-16
/
+11
*
target/ppc: introduce single vsrl_offset() function
Mark Cave-Ayland
2019-03-12
1
-6
/
+6
*
target/ppc: convert vmin* and vmax* to vector operations
Richard Henderson
2019-02-18
1
-16
/
+16
*
target/ppc: convert vadd*s and vsub*s to vector operations
Richard Henderson
2019-02-18
1
-12
/
+45
*
target/ppc: Add helper_mfvscr
Richard Henderson
2019-02-18
1
-1
/
+1
*
target/ppc: Pass integer to helper_mtvscr
Richard Henderson
2019-02-18
1
-4
/
+13
*
target/ppc: convert xxsel to vector operations
Richard Henderson
2019-02-18
1
-28
/
+27
[next]