Sign in
qemu
/
qemu
/
07e2863d0271ac6c05206d8ce9e4f4c39b25d3ea
/
tcg
/
ppc
1045fc0
tcg/ppc: Fix support for 64-bit PPC MacOSX hosts
by Peter Maydell
· 11 years ago
d4cba13
tcg/ppc: Fix failure in tcg_out_mem_long
by Richard Henderson
· 11 years ago
a84ac4c
tcg-ppc: Use the return address as a base pointer
by Richard Henderson
· 11 years ago
224f9fd
tcg-ppc: Merge cache-utils into the backend
by Richard Henderson
· 11 years ago
40d964b
tcg-ppc: Rename the tcg/ppc64 backend
by Richard Henderson
· 11 years ago
b38daef
tcg-ppc: Remove the backend
by Richard Henderson
· 11 years ago
9171478
tcg-ppc: Use uintptr_t in ppc_tb_set_jmp_target
by Richard Henderson
· 11 years ago
3d1b2ff
tcg: Remove TCG_TARGET_HAS_new_ldst
by Richard Henderson
· 11 years ago
96d0ee7
tcg: Remove unreachable code in tcg_out_op and op_defs
by Richard Henderson
· 11 years ago
00d7a1a
tcg-ppc: Split out tcg_out_call
by Richard Henderson
· 11 years ago
38cf39f
tcg-ppc: Define TCG_TARGET_INSN_UNIT_SIZE
by Richard Henderson
· 11 years ago
02eb19d
tcg: Use HOST_WORDS_BIGENDIAN
by Richard Henderson
· 11 years ago
df9ebea
tcg: Relax requirement for mulu2_i32 on 32-bit hosts
by Richard Henderson
· 11 years ago
f6c6afc
tcg: Add TCGType parameter to tcg_target_const_match
by Richard Henderson
· 11 years ago
ad5171d
tcg: Fix warning (1 bit signed bitfield entry) and replace int by bool
by Stefan Weil
· 11 years ago
5dd3916
tcg-ppc: Support new ldst opcodes
by Richard Henderson
· 11 years ago
92d0acd
tcg-ppc: Convert to le/be ldst helpers
by Richard Henderson
· 11 years ago
f1a16dc
tcg-ppc: Use TCGMemOp within qemu_ldst routines
by Richard Henderson
· 11 years ago
f713d6a
tcg: Add qemu_ld_st_i32/64
by Richard Henderson
· 11 years ago
9ecefc8
tcg: Add tcg-be-ldst.h
by Richard Henderson
· 11 years ago
8f50c84
tcg-ppc: Fix and cleanup tcg_out_tlb_check
by Richard Henderson
· 11 years ago
5b1c985
tcg-ppc: Use conditional branch and link to slow path
by Richard Henderson
· 11 years ago
1d10cf9
tcg-ppc: Cleanup tcg_out_qemu_ld/st_slow_path
by Richard Henderson
· 11 years ago
4b2b114
tcg-ppc: Avoid code for nop move
by Richard Henderson
· 11 years ago
619f90b
tcg-ppc: use new return-argument ld/st helpers
by Paolo Bonzini
· 11 years ago
6a11557
tcg-ppc: fix qemu_ld/qemu_st for AIX ABI
by Paolo Bonzini
· 11 years ago
e58eb53
exec: Split softmmu_defs.h
by Richard Henderson
· 11 years ago
a05b5b9
tcg: Change tcg_out_ld/st offset to intptr_t
by Richard Henderson
· 12 years ago
2ba7fae2
tcg: Change relocation offsets to intptr_t
by Richard Henderson
· 12 years ago
04d5a1d
tcg: Change tcg_qemu_tb_exec return to uintptr_t
by Richard Henderson
· 12 years ago
0327152
tcg: Add muluh and mulsh opcodes
by Richard Henderson
· 12 years ago
865a467
tcg-ppc: Don't implement rem
by Richard Henderson
· 12 years ago
ca675f4
tcg: Split rem requirement from div requirement
by Richard Henderson
· 12 years ago
4d3203f
tcg: Add signed multiword multiplication operations
by Richard Henderson
· 12 years ago
be96bd3
tcg/ppc: Fix build of tcg_qemu_tb_exec()
by Andreas Färber
· 12 years ago
022c62c
exec: move include files to include/exec/
by Paolo Bonzini
· 12 years ago
cb9c377
janitor: add guards to headers
by Paolo Bonzini
· 12 years ago
ecf51c9
tcg/ppc: Fix !softmmu case
by malc
· 12 years ago
ecdffbc
tcg/ppc: Remove unused s_bits variable
by malc
· 12 years ago
c878da3
tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors
by malc
· 12 years ago
ed224a5
tcg/ppc: ld/st optimization
by malc
· 12 years ago
07e10e5
tcg: Remove TCG_TARGET_HAS_GUEST_BASE define
by Peter Maydell
· 12 years ago
0aed257
tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYS
by Richard Henderson
· 12 years ago
626cd05
tcg: remove obsolete jmp op
by Aurelien Jarno
· 12 years ago
23f3ff2
tcg/ppc32: Implement movcond32
by malc
· 12 years ago
6e17d0c
tcg: Remove tcg_target_get_call_iarg_regs_count
by Stefan Weil
· 12 years ago
ffc5ea0
tcg: Introduce movcond
by Richard Henderson
· 12 years ago
89c3333
Remove unused CONFIG_TCG_PASS_AREG0 and dead code
by Blue Swirl
· 12 years ago
affe518
TCG: Fix compile breakage in tcg_dump_ops
by Alexander Graf
· 13 years ago
24f50d7
tcg/ppc: Handle _CALL_DARWIN being undefined on Darwin
by Andreas Färber
· 13 years ago
1b3e76e
tcg/ppc: Fix CONFIG_TCG_PASS_AREG0 mode
by Andreas Färber
· 13 years ago
a082615
tcg/ppc: Clobber r5 for 64-bit qemu_ld
by Andreas Färber
· 13 years ago
d831fdb
tcg/ppc: Don't hardcode register numbers
by Andreas Färber
· 13 years ago
c1696d9
tcg/ppc: Do not overwrite lower address word on Darwin and AIX
by Andreas Färber
· 13 years ago
f05ae53
Bail out if CONFIG_TCG_PASS_AREG0 is defined
by malc
· 13 years ago
e141ab5
softmmu templates: optionally pass CPUState to memory access functions
by Blue Swirl
· 13 years ago
6a18ae2
i386: Remove REGPARM
by Blue Swirl
· 13 years ago
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
2a534af
tcg: Use TCGReg for standard tcg-target entry points.
by Richard Henderson
· 13 years ago
771142c
tcg: Standardize on TCGReg as the enum for hard registers
by Richard Henderson
· 13 years ago
ce285b1
tcg: TCG targets may define tcg_qemu_tb_exec
by Stefan Weil
· 13 years ago
840f586
tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h
by Stefan Weil
· 13 years ago
70d705f
tcg/ppc/tcg-target.c: Avoid 'set but not used' gcc warnings
by Peter Maydell
· 13 years ago
350dba6
tcg/ppc32: implement deposit_i32
by malc
· 14 years ago
25c4d9c
tcg: Always define all of the TCGOpcode enum members.
by Richard Henderson
· 14 years ago
136a0b5
TCG/PPC: use stack for TCG temps
by Blue Swirl
· 14 years ago
1a2eb16
tcg/ppc: Remove tcg_out_addi
by malc
· 14 years ago
614f104
Delegate setup of TCG temporaries to targets
by Blue Swirl
· 14 years ago
cea5f9a
cpu-exec.c: avoid AREG0 use
by Blue Swirl
· 14 years ago
e9119cd
TCG: Fix Darwin/ppc calling convention recognition
by Andreas Färber
· 15 years ago
b9e946c
tcg-ppc: Conditionally reserve TCG_GUEST_BASE_REG.
by Richard Henderson
· 15 years ago
e4d58b4
tcg: Make some tcg-target.c routines static.
by Richard Henderson
· 15 years ago
3b6dac3
tcg: Add TYPE parameter to tcg_out_mov.
by Richard Henderson
· 15 years ago
606257c
tcg/ppc: Remove redundant comparison from brcond2
by malc
· 15 years ago
efe72c8
tcg/ppc: Fix signed versions of brcond2
by malc
· 15 years ago
f7e2aca
tcg/ppc: Fix typo
by malc
· 15 years ago
a884dcb
tcg/ppc: Implment bswap16/32
by malc
· 15 years ago
aa77beb
tcg/ppc: Implement eqv, nand and nor
by malc
· 15 years ago
355b194
Split TLB addend and target_phys_addr_t
by Paul Brook
· 15 years ago
36368cf
tcg/ppc: Fix not_i32
by malc
· 15 years ago
86feb1c
tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.
by Richard Henderson
· 15 years ago
32d98fb
tcg: Allow target-specific implementation of NOR.
by Richard Henderson
· 15 years ago
9940a96
tcg: Allow target-specific implementation of NAND.
by Richard Henderson
· 15 years ago
8d625cf
tcg: Allow target-specific implementation of EQV.
by Richard Henderson
· 15 years ago
8a56e84
tcg: Use TCGCond where appropriate.
by Richard Henderson
· 15 years ago
a975160
tcg: Name the opcode enumeration.
by Richard Henderson
· 15 years ago
a63b582
remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]
by Paolo Bonzini
· 15 years ago
35f6b59
tcg/ppc[64]: Only define addend load helpers in softmmu case
by malc
· 15 years ago
d616cf1
tcg/ppc: Fix right rotation
by malc
· 15 years ago
98b8d95
tcg/ppc: Fix typo
by malc
· 15 years ago
65fe043
tcg/ppc: Implement some of the optional ops
by malc
· 15 years ago
30c0c76
tcg: fix build on 32-bit hppa, ppc and sparc hosts
by Jay Foad
· 15 years ago
3682825
tcg: Add comments for all optional instructions not implemented.
by Richard Henderson
· 15 years ago
6ec8523
tcg/ppc: Consistently use calling convention selection macros
by malc
· 15 years ago
5da79c8
Use ppc host calling convention definitions to set TCG_TARGET_CALL_{ALIGN_ARGS,STACK_OFFSET}.
by Juergen Lock
· 15 years ago
27a7797
tcg/ppc32: proper setcond implementation
by malc
· 15 years ago
b0809bf
tcg/ppc32: implement setcond[2]
by malc
· 15 years ago
d937032
tcg/ppc: always use tcg_out_call
by malc
· 15 years ago
c45851c
When targeting PPU use rlwinm instead of andi. if possible
by malc
· 15 years ago
a71836d
Fix rbase initialization
by malc
· 16 years ago
Next »