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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
target/ppc: implement plxsd/pstxsd
Leandro Lupori
2022-03-02
1
-12
/
+2
*
target/ppc: Introduce TRANS*FLAGS macros
Luis Pires
2022-03-02
1
-0
/
+19
*
target/ppc: Rename spr_tcg.h to spr_common.h
Fabiano Rosas
2022-02-18
1
-1
/
+1
*
target/ppc: Remove PowerPC 601 CPUs
Cédric Le Goater
2022-02-09
1
-842
/
+0
*
target/ppc: Remove support for the PowerPC 602 CPU
Cédric Le Goater
2022-01-28
1
-30
/
+0
*
ppc/ppc405: Fix TLB flushing
Cédric Le Goater
2022-01-28
1
-1
/
+1
*
target/ppc: Finish removal of 401/403 CPUs
Cédric Le Goater
2022-01-18
1
-15
/
+1
*
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
2022-01-08
1
-16
/
+16
*
ppc/ppc405: Introduce a store helper for SPR_40x_PID
Cédric Le Goater
2022-01-04
1
-0
/
+8
*
ppc/ppc405: Restore TCR and STR write handlers
Cédric Le Goater
2022-01-04
1
-0
/
+12
*
PPC64/TCG: Implement 'rfebb' instruction
Daniel Henrique Barboza
2021-12-17
1
-0
/
+2
*
target/ppc/power8-pmu.c: add PM_RUN_INST_CMPL (0xFA) event
Daniel Henrique Barboza
2021-12-17
1
-0
/
+12
*
target/ppc: enable PMU instruction count
Daniel Henrique Barboza
2021-12-17
1
-0
/
+64
*
target/ppc: Remove the software TLB model of 7450 CPUs
Fabiano Rosas
2021-12-17
1
-26
/
+0
*
target/ppc: moved stxv and lxv from legacy to decodtree
Lucas Mateus Castro (alqotel)
2021-11-09
1
-15
/
+2
*
target/ppc: Introduce REQUIRE_VSX macro
Bruno Larsen (billionai)
2021-11-09
1
-0
/
+8
*
target/ppc: Move vcfuged to vmx-impl.c.inc
Matheus Ferst
2021-11-09
1
-1
/
+0
*
target/ppc: Move ddedpd[q],denbcd[q],dscli[q],dscri[q] to decodetree
Luis Pires
2021-11-09
1
-2
/
+0
*
target/ppc: Implement DCFFIXQQ
Luis Pires
2021-11-09
1
-0
/
+5
*
target/ppc: Introduce REQUIRE_FPU
Fernando Valle
2021-11-09
1
-0
/
+8
*
target/ppc: Move REQUIRE_ALTIVEC/VECTOR to translate.c
Bruno Larsen
2021-11-09
1
-0
/
+8
*
target/ppc: Move LQ and STQ to decodetree
Matheus Ferst
2021-11-09
1
-151
/
+5
*
target/ppc: move resolve_PLS_D to translate.c
Fernando Eckhardt Valle
2021-11-09
1
-0
/
+19
*
target/ppc: introduce do_ea_calc
Fernando Eckhardt Valle
2021-11-09
1
-0
/
+14
*
target/ppc: add user read/write functions for MMCR0
Gustavo Romero
2021-10-21
1
-0
/
+2
*
target/ppc: add MMCR0 PMCC bits to hflags
Daniel Henrique Barboza
2021-10-21
1
-0
/
+4
*
target/ppc: Filter mtmsr[d] input before setting MSR
Matheus Ferst
2021-10-21
1
-33
/
+40
*
target/ppc: Use tcg_constant_i64() in gen_brh()
Philippe Mathieu-Daudé
2021-10-21
1
-5
/
+3
*
target/ppc: Use tcg_constant_i32() in gen_setb()
Philippe Mathieu-Daudé
2021-10-21
1
-6
/
+2
*
target/ppc: Drop exit checks for singlestep_enabled
Richard Henderson
2021-10-16
1
-30
/
+8
*
target/ppc: Use MO_128 for 16 byte atomics
Richard Henderson
2021-10-13
1
-5
/
+7
*
target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]
Matheus Ferst
2021-09-30
1
-5
/
+21
*
target/ppc: add LPCR[HR] to DisasContext and hflags
Matheus Ferst
2021-09-30
1
-0
/
+2
*
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-09-14
1
-2
/
+3
*
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-21
1
-18
/
+0
*
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-12
1
-10
/
+1
|
\
|
*
target/ppc: Use translator_use_goto_tb
Richard Henderson
2021-07-09
1
-9
/
+1
|
*
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-09
1
-1
/
+0
*
|
target/ppc: mtmsrd is an illegal instruction on BookE
Nicholas Piggin
2021-07-09
1
-0
/
+5
|
/
*
target/ppc: fix single-step exception regression
Luis Pires
2021-06-03
1
-3
/
+2
*
target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree
Matheus Ferst
2021-06-03
1
-52
/
+0
*
target/ppc: Move addpcis to decodetree
Matheus Ferst
2021-06-03
1
-9
/
+0
*
target/ppc: Implement vcfuged instruction
Matheus Ferst
2021-06-03
1
-0
/
+1
*
target/ppc: Move D/DS/X-form integer stores to decodetree
Richard Henderson
2021-06-03
1
-82
/
+3
*
target/ppc: Move D/DS/X-form integer loads to decodetree
Richard Henderson
2021-06-03
1
-123
/
+24
*
target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
Richard Henderson
2021-06-03
1
-29
/
+0
*
target/ppc: Add infrastructure for prefixed insns
Richard Henderson
2021-06-03
1
-6
/
+31
*
target/ppc: Move page crossing check to ppc_tr_translate_insn
Richard Henderson
2021-06-03
1
-3
/
+6
*
target/ppc: Introduce macros to check isa extensions
Richard Henderson
2021-06-03
1
-0
/
+26
*
target/ppc: removed all mentions to PPC_DUMP_CPU
Bruno Larsen (billionai)
2021-06-03
1
-105
/
+0
[next]