summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: kill a warningaurel322008-12-081-0/+2
* target-ppc: cleanup op_helper.c after TCG conversionaurel322008-12-081-10/+10
* target-ppc: memory load/store reworkaurel322008-12-081-23/+29
* target-ppc: convert SPR accesses to TCGaurel322008-12-071-45/+182
* target-ppc: remove dead codeaurel322008-12-071-21/+0
* target-ppc: convert SLB/TLB instructions to TCGaurel322008-12-061-74/+137
* target-ppc: convert dcr load/store to TCGaurel322008-12-061-7/+6
* target-ppc: convert msr load/store to TCGaurel322008-12-061-6/+6
* target-ppc: convert POWER bridge instructions to TCGaurel322008-12-061-89/+44
* target-ppc: use ldl/ldub/stl/stub for load/store in op_helper.caurel322008-11-301-130/+11
* target-ppc: convert PPC 440 instructions to TCGaurel322008-11-301-5/+20
* target-ppc: convert return from interrupt instructions to TCGaurel322008-11-301-24/+24
* target-ppc: convert lscbx instruction to TCGaurel322008-11-301-15/+39
* target-ppc: convert load/store string instructions to TCGaurel322008-11-301-0/+93
* target-ppc: convert icbi instruction to TCGaurel322008-11-301-0/+26
* target-ppc: convert dcbz instruction to TCGaurel322008-11-301-2/+40
* target-ppc: convert load/store multiple instructions to TCGaurel322008-11-301-0/+63
* target-ppc: convert mfrom instruction to TCGaurel322008-11-301-8/+8
* target-ppc: convert software TLB instructions to TCGaurel322008-11-301-4/+25
* target-ppc: convert trap instructions to TCGaurel322008-11-241-12/+12
* target-ppc: convert FPU load/store to TCGaurel322008-11-231-0/+18
* target-ppc: convert SPE FP ops to TCGaurel322008-11-231-290/+275
* target-ppc: convert exceptions generation to TCGaurel322008-11-221-26/+22
* target-ppc: convert fp ops to TCGaurel322008-11-191-275/+430
* TCG variable type checking.pbrook2008-11-171-1/+2
* target-ppc: convert most SPE integer instructions to TCGaurel322008-11-101-144/+16
* target-ppc: optimize popcntbaurel322008-11-011-14/+8
* target-ppc: convert 405 MAC instructions to TCGaurel322008-11-011-12/+0
* target-ppc: convert arithmetic functions to TCGaurel322008-11-011-232/+13
* target-ppc: convert logical instructions to TCGaurel322008-10-211-32/+34
* target-ppc: convert crf related instructions to TCGaurel322008-10-211-21/+27
* target-ppc: Convert XER accesses to TCGaurel322008-10-211-82/+99
* PPC: convert effective address computation to TCGaurel322008-10-141-6/+0
* target-ppc: fix computation of XER.{CA, OV} in addme, subfmeaurel322008-10-011-10/+2
* target-ppc: fix mullw/mullwoaurel322008-10-011-1/+1
* Suppress gcc 4.x -Wpointer-sign (included in -Wall) warningsblueswir12008-09-201-1/+1
* Revert commits 5082 and 5083aurel322008-08-241-27/+19
* PPC: Switch a few instructions to TCGaurel322008-08-241-19/+27
* Fix off-by-one unwinding error.pbrook2008-05-251-5/+0
* Revert revisions r4168 and r4169. That's work in progress, not ready for trun...aurel322008-04-071-11/+11
* Always enable precise emulation when softfloat is usedaurel322008-04-071-11/+11
* Math functions helper for CONFIG_SOFTFLOAT=yesaurel322008-03-131-0/+21
* Use float32/64 instead of float/doubleaurel322008-03-131-273/+145
* mtfsf: fix FPSCR_VX and FPSCR_FEX computationaurel322008-03-101-0/+4
* Fix incorrect debug prints (reported by Paul Brook).j_mayer2007-11-241-9/+9
* Revert foolish patch.j_mayer2007-11-231-5/+3
* Fix ppc32 register dumps on 64-bit hosts.pbrook2007-11-231-3/+5
* PowerPC hypervisor mode is not fundamentally available only for PowerPC 64.j_mayer2007-11-171-2/+2
* Always make PowerPC hypervisor mode memory accesses and instructionsj_mayer2007-11-161-4/+1
* Allow use of SPE extension by all PowerPC targets,j_mayer2007-11-121-8/+6
OpenPOWER on IntegriCloud