index
:
spice/qemu
chardev-flowcontrol
kvm
master
patchrom
pulse
qemu-kvm-0.14.0-spice
qxl
rebase/spice-next
spice-patches
spice.v32.kvm
spice.v32.kvm.ccid.v23
spice.v50
stable-0.14
usb-patches
usb_ccid.v7
usb_ccid.v7.wip
usbredir
Qemu (mirrored from https://gitlab.freedesktop.org/spice/qemu)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-ppc
/
translate.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-22
target-ppc: Use NARROW_MODE macro for tlbie
Richard Henderson
1
-4
/
+3
2013-03-22
target-ppc: Use NARROW_MODE macro for addresses
Richard Henderson
1
-33
/
+18
2013-03-22
target-ppc: Use NARROW_MODE macro for comparisons
Richard Henderson
1
-25
/
+16
2013-03-22
target-ppc: Use NARROW_MODE macro for branches
Richard Henderson
1
-38
/
+24
2013-03-22
target-ppc: Fix add and subf carry generation in narrow mode
Richard Henderson
1
-16
/
+48
2013-03-22
target-ppc: Remove vestigial PowerPC 620 support
David Gibson
1
-1
/
+0
2013-03-12
cpu: Move halted and interrupt_request fields to CPUState
Andreas Färber
1
-1
/
+2
2013-03-03
gen-icount.h: Rename gen_icount_start/end to gen_tb_start/end
Peter Maydell
1
-2
/
+2
2013-02-25
target-ppc: Fix SUBFE carry
Richard Henderson
1
-4
/
+5
2013-02-23
target-ppc: Compute mullwo without branches
Richard Henderson
1
-28
/
+14
2013-02-23
target-ppc: Compute arithmetic shift carry without branches
Richard Henderson
1
-40
/
+31
2013-02-23
target-ppc: Implement neg in terms of subf
Richard Henderson
1
-44
/
+19
2013-02-23
target-ppc: Use add2 for carry generation
Richard Henderson
1
-125
/
+69
2013-02-23
target-ppc: Compute addition carry with setcond
Richard Henderson
1
-26
/
+16
2013-02-23
target-ppc: Compute addition overflow without branches
Richard Henderson
1
-33
/
+13
2013-02-23
target-ppc: Use setcond in gen_op_cmp
Richard Henderson
1
-23
/
+23
2013-02-23
target-ppc: Split out SO, OV, CA fields from XER
Richard Henderson
1
-73
/
+115
2013-02-23
target-ppc: Use mul*2 in mulh* insns
Richard Henderson
1
-44
/
+38
2013-02-01
target-ppc: Fix build for PPC_DEBUG_DISAS
Andreas Färber
1
-1
/
+1
2013-02-01
PPC: Unify dcbzl code path
Alexander Graf
1
-21
/
+12
2012-12-19
misc: move include files to include/qemu/
Paolo Bonzini
1
-1
/
+1
2012-12-19
exec: move include files to include/exec/
Paolo Bonzini
1
-1
/
+1
2012-12-19
build: kill libdis, move disassemblers to disas/
Paolo Bonzini
1
-1
/
+1
2012-12-08
TCG: Use gen_opc_instr_start from context instead of global variable.
Evgeny Voevodin
1
-3
/
+3
2012-12-08
TCG: Use gen_opc_icount from context instead of global variable.
Evgeny Voevodin
1
-1
/
+1
2012-12-08
TCG: Use gen_opc_pc from context instead of global variable.
Evgeny Voevodin
1
-2
/
+2
2012-11-26
PPC: Fix missing TRACE exception
Julio Guerra
1
-1
/
+2
2012-11-17
TCG: Use gen_opc_buf from context instead of global variable.
Evgeny Voevodin
1
-3
/
+3
2012-11-17
TCG: Use gen_opc_ptr from context instead of global variable.
Evgeny Voevodin
1
-4
/
+5
2012-11-10
disas: avoid using cpu_single_env
Blue Swirl
1
-1
/
+1
2012-11-01
target-ppc: Extend FPU state for newer POWER CPUs
David Gibson
1
-11
/
+18
2012-09-27
Emit debug_insn for CPU_LOG_TB_OP_OPT as well.
Richard Henderson
1
-1
/
+2
2012-08-28
target-ppc: fix altivec instructions
Aurelien Jarno
1
-1
/
+1
2012-06-24
target-ppc: Fix build with --enable-debug
Stefan Weil
1
-1
/
+1
2012-06-24
PPC: Add support for MSR_CM
Alexander Graf
1
-1
/
+1
2012-06-24
ppc: Move load and store helpers, switch to AREG0 free mode
Blue Swirl
1
-15
/
+15
2012-06-24
ppc: Avoid AREG0 for misc helpers
Blue Swirl
1
-1
/
+1
2012-06-24
ppc: Avoid AREG0 for timebase helpers
Blue Swirl
1
-6
/
+10
2012-06-24
ppc: Avoid AREG0 for MMU etc. helpers
Blue Swirl
1
-39
/
+46
2012-06-24
ppc: Avoid AREG0 for integer and vector helpers
Blue Swirl
1
-55
/
+119
2012-06-24
ppc: Avoid AREG0 for FPU and SPE helpers
Blue Swirl
1
-48
/
+65
2012-06-24
ppc: Avoid AREG0 for exception helpers
Blue Swirl
1
-19
/
+21
2012-04-15
target-ppc: QOM'ify CPU reset
Andreas Färber
1
-1
/
+1
2012-03-15
PPC: KVM: Synchronize regs on CPU dump
Alexander Graf
1
-0
/
+2
2012-03-15
PPC64: Add support for ldbrx and stdbrx instructions
Thomas Huth
1
-9
/
+43
2012-03-14
target-ppc: Don't overuse CPUState
Andreas Färber
1
-39
/
+39
2012-02-28
target-ppc: Clean includes
Stefan Weil
1
-6
/
+0
2012-02-02
PPC: E500: Implement msgsnd
Alexander Graf
1
-0
/
+16
2012-02-02
PPC: E500: Implement msgclr
Alexander Graf
1
-0
/
+18
2012-02-02
PPC: booke206: Check for TLB overrun
Alexander Graf
1
-0
/
+1
[next]