aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* target-ppc: add gen_avr_ptr function.aurel322008-12-181-0/+7
* target-ppc: use float_flag_divbyzero instead of checking the operandsaurel322008-12-181-21/+7
* target-ppc: fix type of spe_acc.aurel322008-12-181-1/+1
* target-ppc: fix a typoaurel322008-12-181-1/+1
* target-ppc: add Altivec logical operationsaurel322008-12-181-0/+18
* target-ppc: fix fres, fsqrte and remove useless codeaurel322008-12-181-57/+10
* target-ppc: add comments about constants introduced in revision 6046aurel322008-12-161-3/+3
* target-ppc: fix a typo introduced in revision 6058aurel322008-12-161-1/+1
* target-ppc: IBM PowerPC 440EP Bamboo reference board emulationaurel322008-12-161-0/+1
* target-ppc: Enable KVM for ppcemb.aurel322008-12-164-0/+334
* target-ppc: update comment about precise emulationaurel322008-12-151-2/+1
* target-ppc: remove dead codeaurel322008-12-151-1/+0
* target-ppc: enable PRECISE_EMULATION by defaultaurel322008-12-151-1/+1
* target-ppc: fmadd/fmsub/fmnadd/fmnsub can generate VXIMZ or VXIZI exceptionsaurel322008-12-151-12/+52
* target-ppc: fadd/fsub: correctly propagate NaNaurel322008-12-151-18/+8
* target-ppc: use the new fp functionsaurel322008-12-151-50/+23
* target-ppc: correctly propagate NaN in divisionaurel322008-12-151-1/+1
* target-ppc: fix fload_invalid_op_excp()aurel322008-12-151-9/+7
* target-ppc: use a correct value to represent 1.0aurel322008-12-151-9/+12
* target-ppc: update nip before calling an helper in FP instructionsaurel322008-12-151-2/+32
* target-ppc: fix TCGv type in fcmpu/fcmpoaurel322008-12-151-4/+4
* target-ppc: add signed fields to ppc_avr_t.aurel322008-12-151-0/+3
* target-ppc: fix frsp instructionaurel322008-12-151-2/+5
* target-ppc: fix mtfsf and mtfsfi instructionsaurel322008-12-151-3/+3
* target-ppc: fix fcmp{o,u} instructionsaurel322008-12-143-31/+41
* target-ppc: remove FPRF optimizationaurel322008-12-141-29/+0
* target-ppc: fix mtfsb0 and mtfsb1aurel322008-12-143-4/+26
* target-ppc: display FPSCR in register dumpaurel322008-12-141-0/+1
* target-ppc: fix mbar opcodeaurel322008-12-141-1/+1
* target-ppc: fix fsel instructionaurel322008-12-141-5/+3
* target-ppc: keep only the table version for mfromaurel322008-12-131-18/+4
* target-ppc: use accessors to access fp_status exception_flagsaurel322008-12-131-7/+10
* target-ppc: fix compilation with PRECISE_EMULATIONaurel322008-12-131-4/+3
* target-ppc: fix compilation with CONFIG_SOFTFLOATaurel322008-12-132-20/+20
* target-ppc: remove remaining warningsaurel322008-12-114-17/+11
* target-ppc: remove unneeded includeaurel322008-12-111-1/+0
* target-ppc: rework exception codeaurel322008-12-116-303/+287
* target-ppc: remove dead codeaurel322008-12-111-2/+0
* target-ppc: enable SPE and Altivec in user modeaurel322008-12-101-0/+2
* target-ppc: initialize MSR appropriately in user-modeaurel322008-12-101-1/+1
* target-ppc: kill a warningaurel322008-12-081-0/+2
* target-ppc: cleanup op_helper.c after TCG conversionaurel322008-12-081-10/+10
* target-ppc: enable access type in MMUaurel322008-12-081-4/+1
* target-ppc: memory load/store reworkaurel322008-12-082-678/+684
* target-ppc: kill a few warningsaurel322008-12-071-4/+4
* target-ppc: disable single steppingaurel322008-12-071-1/+1
* target-ppc: Fix use of uninitialized TCG variable in tlbivaaurel322008-12-071-0/+1
* target-ppc: convert SPR accesses to TCGaurel322008-12-079-632/+425
* target-ppc: remove dead codeaurel322008-12-071-21/+0
* target-ppc: remove dead codeaurel322008-12-064-25/+2