summaryrefslogtreecommitdiffstats
path: root/target-ppc/op_helper.c
Commit message (Expand)AuthorAgeFilesLines
* Add {l,st}ve{b,h,w}x instructions.aurel322009-01-041-0/+40
* Add vmladduhm instruction.aurel322009-01-041-0/+9
* Add vmsumsh{m,s} instructions.aurel322009-01-041-0/+34
* Add vmsumuh{m,s} instructions.aurel322009-01-041-0/+34
* Add vmh{,r}addshs instructions.aurel322009-01-041-0/+32
* Add vpkpx instruction.aurel322009-01-041-0/+21
* Add vpks{h, w}{s, u}s, vpku{h, w}us, and vpku{h, w}um instructions.aurel322009-01-041-0/+35
* Add saturating arithmetic conversion functions for subsequent instructions.aurel322009-01-041-0/+27
* Add vsel and vperm instructions.aurel322009-01-041-0/+26
* Add vmsum{u,m}bm instructions.aurel322009-01-041-0/+28
* Add vupk{h,l}s{b,h} instructions.aurel322009-01-041-0/+21
* Add vupk{h,l}px instructions.aurel322009-01-041-0/+29
* Add vsplt{b,h,w} instructions.aurel322009-01-041-0/+23
* Add vsldoi instruction.aurel322009-01-041-0/+28
* Add vrl{b,h,w} instructions.aurel322009-01-041-0/+15
* Add lvs{l,r} instructions.aurel322009-01-041-0/+18
* Add v{add,sub}cuw instructions.aurel322009-01-041-0/+16
* Add vs{l,r}o instructions.aurel322009-01-041-0/+27
* Add vsl{b,h,w} instructions.aurel322009-01-041-0/+15
* Add vsr{,a}{b,h,w} instructions.aurel322009-01-041-0/+18
* Add vmul{e,o}{s,u}{b,h} instructions.aurel322009-01-041-0/+22
* Add vmrg{l,h}{b,h,w} instructions.aurel322009-01-041-0/+35
* Update FSF address in GPL/LGPL boilerplateaurel322009-01-041-1/+1
* Add v{min, max}{s, u}{b, h, w} instructions.aurel322009-01-031-0/+24
* Add vavg{s,u}{b,h,w} instructions.aurel322009-01-031-0/+19
* Add v{add,sub}u{b,h,w}m instructions.aurel322009-01-031-0/+17
* Add helper macros for later patches.aurel322009-01-031-0/+22
* target-ppc: improve correctness of the fsel instructionaurel322008-12-291-1/+1
* target-ppc: fix stsw/stswi instructionsaurel322008-12-291-2/+3
* target-ppc: use float_flag_divbyzero instead of checking the operandsaurel322008-12-181-21/+7
* 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: 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: 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-141-25/+31
* target-ppc: fix mtfsb0 and mtfsb1aurel322008-12-141-0/+18
* 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-131-19/+19
* target-ppc: remove remaining warningsaurel322008-12-111-2/+0
* target-ppc: rework exception codeaurel322008-12-111-23/+28
* target-ppc: kill a warningaurel322008-12-081-0/+2
OpenPOWER on IntegriCloud