392 Commits (3b63c04e1bcf626ca24d3fa92b5872c73f1ba8d5)

Author SHA1 Message Date
aurel32 7487953d70 target-ppc: convert POWER shift instructions to TCG 18 years ago
aurel32 54cdcae646 target-ppc: add functions to load/store SPR 18 years ago
aurel32 b8dbdddc9e target-ppc: remove unused file op_mem_access.h 18 years ago
aurel32 dcc532c809 target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.c 18 years ago
aurel32 ef0d51af1e target-ppc: convert PPC 440 instructions to TCG 18 years ago
aurel32 d72a19f7bd target-ppc: convert return from interrupt instructions to TCG 18 years ago
aurel32 fa407c030c target-ppc: convert external load/store instructions to TCG 18 years ago
aurel32 cf360a32af target-ppc: convert load/store with reservation instructions to TCG 18 years ago
aurel32 bdb4b68907 target-ppc: convert lscbx instruction to TCG 18 years ago
aurel32 dfbc799d8e target-ppc: convert load/store string instructions to TCG 18 years ago
aurel32 37d269dfc6 target-ppc: convert icbi instruction to TCG 18 years ago
aurel32 799a8c8d0a target-ppc: convert dcbz instruction to TCG 18 years ago
aurel32 ff4a62cd81 target-ppc: convert load/store multiple instructions to TCG 18 years ago
aurel32 931ff27258 target-ppc: convert wait instruction to TCG 18 years ago
aurel32 cf02a65c77 target-ppc: convert mfrom instruction to TCG 18 years ago
aurel32 e49a3c8f85 target-ppc: remove dead code from op.c 18 years ago
aurel32 2cbd949d7a Common cpu_loop_exit prototype 18 years ago
aurel32 0f3955e2d2 target-ppc: convert software TLB instructions to TCG 18 years ago
aurel32 01a4afeb99 target-ppc: convert POWER2 load/store instructions to TCG 18 years ago
aurel32 6a6ae23f3c target-ppc: convert SPE load/store to TCG 18 years ago
aurel32 38d1495201 target-ppc: simplify evsplati and evsplatfi 18 years ago
aliguori c0ce998e94 Use sys-queue.h for break/watchpoint managment (Jan Kiszka) 18 years ago
aurel32 cab3bee2d6 target-ppc: convert trap instructions to TCG 18 years ago
aurel32 fe1e5c53fd target-ppc: convert altivec load/store to TCG 18 years ago
aurel32 a0d7d5a776 target-ppc: convert FPU load/store to TCG 18 years ago
aurel32 a7859e892b target-ppc: fix access_type usage 18 years ago
aurel32 0c8aacd466 target-ppc: include the instruction name in load/store handlers name 18 years ago
aurel32 1c97856dcc target-ppc: convert SPE FP ops to TCG 18 years ago
aurel32 293d6942dd target-ppc: remove declaration of removed function from op_helper.h 18 years ago
aurel32 64adab3fcb target-ppc: convert exceptions generation to TCG 18 years ago
aurel32 0f2f39c234 target-ppc: fix TCG type errors introduced in r5754 18 years ago
aurel32 af12906f77 target-ppc: convert fp ops to TCG 18 years ago
aliguori a1d1bb3101 Refactor and enhance break/watchpoint API (Jan Kiszka) 18 years ago
aliguori 6b9175478e Refactor translation block CPU state handling (Jan Kiszka) 18 years ago
aliguori 622ed3605b Convert CPU_PC_FROM_TB to static inline (Jan Kiszka) 18 years ago
aurel32 87006d1378 target-ppc: fix regression introduced by commit 5729 18 years ago
pbrook a7812ae412 TCG variable type checking. 18 years ago
blueswir1 cd390083ad Attached patch fixes a series of this warning 18 years ago
aurel32 57951c2742 target-ppc: convert most SPE integer instructions to TCG 18 years ago
aurel32 741a7444a3 target-ppc: fix TCG argument 18 years ago
aurel32 a973001797 target-ppc: Remove a few TCG temp variable leaks 18 years ago
aurel32 ec6469a3b1 target-ppc: fixes for gen_op_neg() 18 years ago
aurel32 2ef1b120d1 target-ppc: gen_op_arith_divw() & gen_op_arith_divd fixes 18 years ago
aurel32 1e4c090f7d target-ppc: optimize mullw and make the code more readable 18 years ago
aurel32 bdc4e053d1 target-ppc: indentation fixes 18 years ago
aurel32 4870167d04 target-ppc: fix tcg fatal error on i386 host 18 years ago
aurel32 e32ad5c268 target-ppc: fix flags computation for tcg_gen_qemu_st 18 years ago
aurel32 54843a5861 target-ppc: use the new rotr/rotri instructions 18 years ago
aurel32 fdce4963ea target-ppc: use the new subfi wrapper 18 years ago
aurel32 0cfe58cd44 target-ppc: simplify slw, srw, sld, srd 18 years ago