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
/
tcg
/
ppc64
Age
Commit message (
Expand
)
Author
2008-08-20
Relax qemu_ld/st constraints for !SOFTMMU case
malc
2008-08-20
Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap case
malc
2008-08-20
Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 case
malc
2008-08-20
Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warning
malc
2008-07-28
Immediate versions of some operations
malc
2008-07-28
Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does it
malc
2008-07-28
Set the L field of CMP[L][I] when dealing with 64 bit quantities
malc
2008-07-28
Fix preprocessor guard condition
malc
2008-07-28
Remove leftover from previous way to load 64 bit constants
malc
2008-07-27
Special-case some paths inside tcg_out_tlb_read
malc
2008-07-27
Fix the opcode value of LWA
malc
2008-07-26
Relax memory operations constraints
malc
2008-07-26
Fix qemu_ld64 constraint list
malc
2008-07-26
Use proper offset for LR save slot
malc
2008-07-26
Reduce amount of space reserved for tb jump
malc
2008-07-26
Fix and improve 64 bit immediate loading
malc
2008-07-26
Fix EXTSW arguments
malc
2008-07-24
Use proper value for TCG_TARGET_CALL_STACK_OFFSET
malc
2008-07-24
Emit and use adhoc function descriptor for code_gen_prologue on PPC64
malc
2008-07-23
Remove neg_i32 debugging leftover
malc
2008-07-23
Provide extNs_M instructions
malc
2008-07-23
Remove stray "i" from mul_i64
malc
2008-07-23
Preliminary PPC64/Linux host support
malc