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: Move cmp/cmpi/cmpl/cmpli to decodetree
Matheus Ferst
2021-06-03
1
-0
/
+31
*
target/ppc: Move addpcis to decodetree
Matheus Ferst
2021-06-03
1
-0
/
+7
*
target/ppc: Implement vcfuged instruction
Matheus Ferst
2021-06-03
1
-0
/
+56
*
target/ppc: Implement cfuged instruction
Matheus Ferst
2021-06-03
1
-0
/
+12
*
target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructions
Matheus Ferst
2021-06-03
1
-0
/
+23
*
target/ppc: Implement prefixed integer store instructions
Richard Henderson
2021-06-03
1
-0
/
+4
*
target/ppc: Move D/DS/X-form integer stores to decodetree
Richard Henderson
2021-06-03
1
-0
/
+24
*
target/ppc: Implement prefixed integer load instructions
Richard Henderson
2021-06-03
1
-0
/
+16
*
target/ppc: Move D/DS/X-form integer loads to decodetree
Richard Henderson
2021-06-03
1
-0
/
+89
*
target/ppc: Implement PNOP
Richard Henderson
2021-06-03
1
-0
/
+11
*
target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
Richard Henderson
2021-06-03
1
-0
/
+44
*
target/ppc: Add infrastructure for prefixed insns
Richard Henderson
2021-06-03
1
-0
/
+18
*
target/ppc: Fix load endianness for lxvwsx/lxvdsx
Giuseppe Musacchio
2021-05-19
1
-2
/
+2
*
ppc/translate: Rewrite gen_lxvdsx to use gvec primitives
Giuseppe Musacchio
2020-12-14
1
-23
/
+23
*
ppc/translate: Implement lxvwsx opcode
LemonBoy
2020-11-24
2
-0
/
+31
*
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.2-20200818' into...
Peter Maydell
2020-08-24
3
-38
/
+84
|
\
|
*
target/ppc: Fix SPE unavailable exception triggering
Matthieu Bucchianeri
2020-08-12
1
-33
/
+64
|
*
target/ppc: add vmulh{su}d instructions
Lijun Pan
2020-08-12
2
-0
/
+4
|
*
target/ppc: add vmulh{su}w instructions
Lijun Pan
2020-08-12
2
-2
/
+8
|
*
target/ppc: add vmulld instruction
Lijun Pan
2020-08-12
2
-0
/
+5
|
*
target/ppc: convert vmuluwm to tcg_gen_gvec_mul
Lijun Pan
2020-08-12
1
-1
/
+1
|
*
target/ppc: Fix TCG leak with the evmwsmiaa instruction
Matthieu Bucchianeri
2020-08-12
1
-2
/
+2
*
|
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-21
10
-0
/
+0
|
/
*
target/ppc: Use tcg_gen_gvec_rotlv
Richard Henderson
2020-06-02
1
-4
/
+4
*
target/ppc: Use tcg_gen_gvec_dup_imm
Richard Henderson
2020-05-06
2
-15
/
+19
*
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
[next]