index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target
/
ppc
/
translate.c
Age
Commit message (
Expand
)
Author
2021-10-21
target/ppc: add user read/write functions for MMCR0
Gustavo Romero
2021-10-21
target/ppc: add MMCR0 PMCC bits to hflags
Daniel Henrique Barboza
2021-10-21
target/ppc: Filter mtmsr[d] input before setting MSR
Matheus Ferst
2021-10-21
target/ppc: Use tcg_constant_i64() in gen_brh()
Philippe Mathieu-Daudé
2021-10-21
target/ppc: Use tcg_constant_i32() in gen_setb()
Philippe Mathieu-Daudé
2021-10-15
target/ppc: Drop exit checks for singlestep_enabled
Richard Henderson
2021-10-13
target/ppc: Use MO_128 for 16 byte atomics
Richard Henderson
2021-09-30
target/ppc: Check privilege level based on PSR and LPCR[HR] in tlbie[l]
Matheus Ferst
2021-09-30
target/ppc: add LPCR[HR] to DisasContext and hflags
Matheus Ferst
2021-09-14
accel/tcg: Add DisasContextBase argument to translator_ld*
Ilya Leoshkevich
2021-07-21
accel/tcg: Remove TranslatorOps.breakpoint_check
Richard Henderson
2021-07-12
Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...
Peter Maydell
2021-07-09
target/ppc: Use translator_use_goto_tb
Richard Henderson
2021-07-09
tcg: Avoid including 'trace-tcg.h' in target translate.c
Philippe Mathieu-Daudé
2021-07-09
target/ppc: mtmsrd is an illegal instruction on BookE
Nicholas Piggin
2021-06-03
target/ppc: fix single-step exception regression
Luis Pires
2021-06-03
target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree
Matheus Ferst
2021-06-03
target/ppc: Move addpcis to decodetree
Matheus Ferst
2021-06-03
target/ppc: Implement vcfuged instruction
Matheus Ferst
2021-06-03
target/ppc: Move D/DS/X-form integer stores to decodetree
Richard Henderson
2021-06-03
target/ppc: Move D/DS/X-form integer loads to decodetree
Richard Henderson
2021-06-03
target/ppc: Move ADDI, ADDIS to decodetree, implement PADDI
Richard Henderson
2021-06-03
target/ppc: Add infrastructure for prefixed insns
Richard Henderson
2021-06-03
target/ppc: Move page crossing check to ppc_tr_translate_insn
Richard Henderson
2021-06-03
target/ppc: Introduce macros to check isa extensions
Richard Henderson
2021-06-03
target/ppc: removed all mentions to PPC_DUMP_CPU
Bruno Larsen (billionai)
2021-06-03
target/ppc: removed GEN_OPCODE decision tree
Bruno Larsen (billionai)
2021-06-03
target/ppc: removed mentions to DO_PPC_STATISTICS
Bruno Larsen (billionai)
2021-06-03
target/ppc: remove ppc_cpu_dump_statistics
Bruno Larsen (billionai)
2021-05-19
target/ppc: Use translator_loop_temp_check
Richard Henderson
2021-05-19
target/ppc: Tidy exception vs exit_tb
Richard Henderson
2021-05-19
target/ppc: Move single-step check to ppc_tr_tb_stop
Richard Henderson
2021-05-19
target/ppc: Remove DisasContext.exception
Richard Henderson
2021-05-19
target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
Richard Henderson
2021-05-19
target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
Richard Henderson
2021-05-19
target/ppc: Introduce gen_icount_io_start
Richard Henderson
2021-05-19
target/ppc: Remove unnecessary gen_io_end calls
Richard Henderson
2021-05-19
target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXIT
Richard Henderson
2021-05-19
target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}
Richard Henderson
2021-05-19
target/ppc: Simplify gen_debug_exception
Richard Henderson
2021-05-19
target/ppc: Remove special case for POWERPC_EXCP_TRAP
Richard Henderson
2021-05-19
target/ppc: Remove special case for POWERPC_SYSCALL
Richard Henderson
2021-05-19
target/ppc: Move DISAS_NORETURN setting into gen_exception*
Richard Henderson
2021-05-19
target/ppc: Split out decode_legacy
Richard Henderson
2021-05-19
target/ppc: Add cia field to DisasContext
Richard Henderson
2021-05-19
target/ppc: moved ppc_cpu_dump_state to cpu_init.c
Bruno Larsen (billionai)
2021-05-19
target/ppc: isolated cpu init from translation logic
Bruno Larsen (billionai)
2021-05-19
target/ppc: turned SPR R/W callbacks not static
Bruno Larsen (billionai)
2021-05-19
target/ppc: move SPR R/W callbacks to translate.c
Bruno Larsen (billionai)
2021-05-19
target/ppc: Fold gen_*_xer into their callers
Bruno Larsen (billionai)
[prev]
[next]