Add vpkpx instruction.
[qemu] / target-ppc / translate.c
2009-01-04 aurel32Add vpkpx instruction.
2009-01-04 aurel32Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w...
2009-01-04 aurel32Add vsel and vperm instructions.
2009-01-04 aurel32Add vmsum{u,m}bm instructions.
2009-01-04 aurel32Add GEN_VAFORM_PAIRED macro for subsequent instructions.
2009-01-04 aurel32Add vupk{h,l}s{b,h} instructions.
2009-01-04 aurel32Add vupk{h,l}px instructions.
2009-01-04 aurel32Add GEN_VXFORM_NOA macro for subsequent instructions.
2009-01-04 aurel32Add vsplt{b,h,w} instructions.
2009-01-04 aurel32Add GEN_VXFORM_UIMM macro for subsequent instructions.
2009-01-04 aurel32Add GEN_VXFORM_SIMM macro for subsequent instructions.
2009-01-04 aurel32Add vsldoi instruction.
2009-01-04 aurel32Add vrl{b,h,w} instructions.
2009-01-04 aurel32Add lvs{l,r} instructions.
2009-01-04 aurel32Add v{add,sub}cuw instructions.
2009-01-04 aurel32Add vs{l,r}o instructions.
2009-01-04 aurel32Add vsl{b,h,w} instructions.
2009-01-04 aurel32Add vsr{,a}{b,h,w} instructions.
2009-01-04 aurel32Add vmul{e,o}{s,u}{b,h} instructions.
2009-01-04 aurel32Add vmrg{l,h}{b,h,w} instructions.
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2009-01-03 aurel32Add v{min, max}{s, u}{b, h, w} instructions.
2009-01-03 aurel32Add vavg{s,u}{b,h,w} instructions.
2009-01-03 aurel32Add v{add,sub}u{b,h,w}m instructions.
2009-01-03 aurel32Add GEN_VXFORM macro for subsequent instructions.
2009-01-03 aurel32Fix TCG error in gen_avr_ptr.
2009-01-03 aurel32target-ppc: fix TGC type mismatch introduced by r6146
2009-01-01 aurel32tcg_temp_local_new should take no parameter
2008-12-18 aurel32target-ppc: add gen_avr_ptr function.
2008-12-18 aurel32target-ppc: add Altivec logical operations
2008-12-15 aurel32target-ppc: update nip before calling an helper in...
2008-12-15 aurel32target-ppc: fix TCGv type in fcmpu/fcmpo
2008-12-14 aurel32target-ppc: fix fcmp{o,u} instructions
2008-12-14 aurel32target-ppc: remove FPRF optimization
2008-12-14 aurel32target-ppc: fix mtfsb0 and mtfsb1
2008-12-14 aurel32target-ppc: display FPSCR in register dump
2008-12-14 aurel32target-ppc: fix mbar opcode
2008-12-13 aurel32target-ppc: fix compilation with CONFIG_SOFTFLOAT
2008-12-11 aurel32target-ppc: rework exception code
2008-12-11 aurel32target-ppc: remove dead code
2008-12-08 aurel32target-ppc: memory load/store rework
2008-12-07 aurel32target-ppc: kill a few warnings
2008-12-07 aurel32target-ppc: disable single stepping
2008-12-07 aurel32target-ppc: Fix use of uninitialized TCG variable in...
2008-12-07 aurel32target-ppc: convert SPR accesses to TCG
2008-12-06 aurel32target-ppc: remove dead code
2008-12-06 aurel32target-ppc: convert SLB/TLB instructions to TCG
2008-12-06 aurel32target-ppc: convert dcr load/store to TCG
2008-12-06 aurel32target-ppc: convert msr load/store to TCG
2008-12-06 aurel32target-ppc: convert POWER bridge instructions to TCG
2008-12-05 aurel32target-ppc: convert POWER shift instructions to TCG
2008-12-05 aurel32target-ppc: add functions to load/store SPR
2008-11-30 aurel32target-ppc: convert PPC 440 instructions to TCG
2008-11-30 aurel32target-ppc: convert return from interrupt instructions...
2008-11-30 aurel32target-ppc: convert external load/store instructions...
2008-11-30 aurel32target-ppc: convert load/store with reservation instruc...
2008-11-30 aurel32target-ppc: convert lscbx instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store string instructions...
2008-11-30 aurel32target-ppc: convert icbi instruction to TCG
2008-11-30 aurel32target-ppc: convert dcbz instruction to TCG
2008-11-30 aurel32target-ppc: convert load/store multiple instructions...
2008-11-30 aurel32target-ppc: convert wait instruction to TCG
2008-11-30 aurel32target-ppc: convert mfrom instruction to TCG
2008-11-30 aurel32target-ppc: convert software TLB instructions to TCG
2008-11-27 aurel32target-ppc: convert POWER2 load/store instructions...
2008-11-27 aurel32target-ppc: convert SPE load/store to TCG
2008-11-27 aurel32target-ppc: simplify evsplati and evsplatfi
2008-11-25 aliguoriUse sys-queue.h for break/watchpoint managment (Jan...
2008-11-24 aurel32target-ppc: convert trap instructions to TCG
2008-11-24 aurel32target-ppc: convert altivec load/store to TCG
2008-11-23 aurel32target-ppc: convert FPU load/store to TCG
2008-11-23 aurel32target-ppc: fix access_type usage
2008-11-23 aurel32target-ppc: include the instruction name in load/store...
2008-11-23 aurel32target-ppc: convert SPE FP ops to TCG
2008-11-22 aurel32target-ppc: convert exceptions generation to TCG
2008-11-19 aurel32target-ppc: fix TCG type errors introduced in r5754
2008-11-19 aurel32target-ppc: convert fp ops to TCG
2008-11-18 aliguoriRefactor and enhance break/watchpoint API (Jan Kiszka)
2008-11-18 aurel32target-ppc: fix regression introduced by commit 5729
2008-11-17 pbrookTCG variable type checking.
2008-11-10 aurel32target-ppc: convert most SPE integer instructions to TCG
2008-11-09 aurel32target-ppc: fix TCG argument
2008-11-09 aurel32target-ppc: Remove a few TCG temp variable leaks
2008-11-09 aurel32target-ppc: fixes for gen_op_neg()
2008-11-09 aurel32target-ppc: gen_op_arith_divw() & gen_op_arith_divd...
2008-11-09 aurel32target-ppc: optimize mullw and make the code more readable
2008-11-09 aurel32target-ppc: indentation fixes
2008-11-08 aurel32target-ppc: fix tcg fatal error on i386 host
2008-11-07 aurel32target-ppc: fix flags computation for tcg_gen_qemu_st
2008-11-03 aurel32target-ppc: use the new rotr/rotri instructions
2008-11-02 aurel32target-ppc: use the new subfi wrapper
2008-11-02 aurel32target-ppc: simplify slw, srw, sld, srd
2008-11-02 aurel32target-ppc: be more consistent with temp variables...
2008-11-02 aurel32target-ppc: fix srw on 64-bit targets
2008-11-01 aurel32target-ppc: convert 405 MAC instructions to TCG
2008-11-01 aurel32target-ppc: convert arithmetic functions to TCG
2008-11-01 aurel32target-ppc: fix XER accesses on 64-bit targets
2008-10-27 aurel32target-ppc: use consistent names for variables
2008-10-27 aurel32target-ppc: indentation fixes
2008-10-27 aurel32target-ppc: convert rotation instructions to TCG
next