summaryrefslogtreecommitdiffstats
path: root/target-ppc/translate.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Get rid of _t suffix"Anthony Liguori2009-10-011-9/+9
* Get rid of _t suffixmalc2009-10-011-9/+9
* target-ppc: log instructions start in TCG codeAurelien Jarno2009-09-281-0/+2
* static and inline should came before the type of the functionsJuan Quintela2009-09-251-4/+4
* target-ppc: optimize slw/srw/sld/srdAurelien Jarno2009-09-181-49/+49
* Fix sys-queue.h conflict for goodBlue Swirl2009-09-121-2/+2
* Replace REGX with PRIx64Blue Swirl2009-08-161-1/+1
* Replace local ADDRX/PADDRX macros with TARGET_FMT_lx/plxBlue Swirl2009-08-161-27/+31
* Replace always_inline with inlineBlue Swirl2009-08-161-156/+162
* target-ppc: add exceptions for conditional storesNathan Froyd2009-08-031-20/+51
* target-ppc: retain l{w,d}arx loaded valueNathan Froyd2009-08-031-4/+9
* rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIANJuan Quintela2009-07-271-2/+2
* Update to a hopefully more future proof FSF addressBlue Swirl2009-07-161-2/+1
* ppc tcg: fix wrong bit/mask of wrteeiBaojun Wang2009-07-131-2/+2
* target-ppc: fix evmergelo and evmergelohiNathan Froyd2009-07-121-3/+11
* Apply TCGV_UNUSED on variables that GCC mistakenly thinks can be usedmalc2009-06-201-0/+6
* Replace ELF section hack with normal tableBlue Swirl2009-06-171-889/+856
* Concentrate rest of table entries to topBlue Swirl2009-06-171-107/+610
* Concentrate most table entries to topBlue Swirl2009-06-171-422/+291
* Clean up GEN_HANDLER2Blue Swirl2009-06-171-37/+110
* Clean up GEN_HANDLERBlue Swirl2009-06-171-233/+694
* target-ppc: expose cpu capability flagsNathan Froyd2009-05-161-138/+0
* Fix ppc-softmmu warnings on OpenBSD hostblueswir12009-04-131-6/+14
* Add new command line option -singlestep for tcg single stepping.aurel322009-04-051-4/+1
* target-ppc: avoid nop to override next instructionaurel322009-03-291-3/+3
* target-ppc: use the new bswap* TCG opsaurel322009-03-131-114/+15
* tcg: rename bswap_i32/i64 functionsaurel322009-03-131-11/+11
* targe-ppc: optimize mfcr and mtcrfaurel322009-03-091-3/+26
* Fix mfcr on ppc64-softmmuaurel322009-03-071-2/+2
* Implement mtfsf.L encodingblueswir12009-03-071-2/+6
* Implment tlbielblueswir12009-03-071-0/+14
* Implement slbmteblueswir12009-03-071-4/+19
* Sparse fixes: add extern to ELF opcode tables to avoid warningsblueswir12009-03-071-0/+4
* target-ppc: improve mfcr/mtcrfaurel322009-03-031-6/+7
* Fix mtcrf/mfcrmalc2009-03-021-9/+13
* Fix typo in gen_qemu_ld32sblueswir12009-02-281-1/+1
* Fix branch debuggingblueswir12009-02-191-1/+3
* target-ppc: Model SPE floating-point instructions more accuratelyaurel322009-02-091-46/+48
* target-ppc: Add vrsqrtefp instructionaurel322009-02-091-0/+1
* target-ppc: Add vrefp instructionaurel322009-02-091-0/+1
* target-ppc: Add vct{u,s}xs instructionsaurel322009-02-091-0/+2
* target-ppc: Add vcmp{eq, ge, gt, b}fp{, .} instructionsaurel322009-02-091-0/+4
* target-ppc: Add vmaddfp and vnmsubfp instructionsaurel322009-02-091-0/+1
* target-ppc: Add v{add,sub}fp instructionsaurel322009-02-091-0/+2
* target-ppc: Add v{max,min}fp instructionsaurel322009-02-091-0/+2
* target-ppc: change instruction name vrlogefp into vlogefpaurel322009-02-051-1/+1
* target-ppc: add vrlogefp instructionaurel322009-02-051-0/+1
* Add vcf{u,s}x instructionsaurel322009-02-041-0/+2
* Add vrfi{m,n,p,z} instructionsaurel322009-02-041-0/+4
* Make mtvscr use a helperaurel322009-02-031-5/+4
OpenPOWER on IntegriCloud