summaryrefslogtreecommitdiffstats
path: root/tcg/ppc64
Commit message (Expand)AuthorAgeFilesLines
* tcg/ppc64: implement setcondmalc2010-02-071-0/+133
* tcg/ppc64: Fix loading of 32bit constantsmalc2009-12-151-1/+2
* TCG: Mac OS X support for ppc64 targetAndreas Faerber2009-12-061-14/+41
* tcg/ppc64,x86_64: fix constraints of op_qemu_st64Aurelien Jarno2009-11-241-1/+1
* PPC 32/64 GUEST_BASE supportmalc2009-07-182-20/+62
* Fix LHZX opcode valuemalc2009-07-181-1/+1
* Remove reserved registers from tcg_target_reg_alloc_ordermalc2009-04-111-4/+0
* Whack [LS]MWmalc2009-04-111-3/+0
* Prune unused TCG_AREGsblueswir12009-03-081-1/+0
* Add missing r24..r26 to callee save registersmalc2009-02-111-0/+5
* Use the ARRAY_SIZE() macro where appropriate.malc2008-12-221-1/+1
* Introduce and use cache-utils.[ch]malc2008-12-101-21/+0
* Avoid compiler warningmalc2008-11-121-1/+1
* Fix alignment problem with some 64bit load/store instructionsmalc2008-11-111-5/+16
* Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir12008-10-051-0/+2
* Optimize 64 bit bswapmalc2008-10-021-5/+5
* Fix some warnings that would be generated by gcc -Wredundant-declsblueswir12008-08-301-9/+2
* Relax qemu_ld/st constraints for !SOFTMMU casemalc2008-08-201-2/+6
* Avoid clobbering input/aliased registers in !SOFTMMU+64bit+bswap casemalc2008-08-201-9/+10
* Clear the upper 32 bits of addr_reg in TARGET_LONG_BITS == 32 casemalc2008-08-201-0/+6
* Move tcg_out_tlb_read into #ifdef CONFIG_SOFTMMU block to avoid compiler warningmalc2008-08-201-1/+1
* Immediate versions of some operationsmalc2008-07-281-27/+57
* Do not try handle "special" arguments of and/or/xor/shl/shr, upper level does itmalc2008-07-281-64/+38
* Set the L field of CMP[L][I] when dealing with 64 bit quantitiesmalc2008-07-281-7/+12
* Fix preprocessor guard conditionmalc2008-07-281-1/+1
* Remove leftover from previous way to load 64 bit constantsmalc2008-07-281-1/+1
* Special-case some paths inside tcg_out_tlb_readmalc2008-07-271-6/+30
* Fix the opcode value of LWAmalc2008-07-271-1/+1
* Relax memory operations constraintsmalc2008-07-261-17/+5
* Fix qemu_ld64 constraint listmalc2008-07-261-1/+1
* Use proper offset for LR save slotmalc2008-07-261-2/+2
* Reduce amount of space reserved for tb jumpmalc2008-07-261-1/+1
* Fix and improve 64 bit immediate loadingmalc2008-07-261-4/+7
* Fix EXTSW argumentsmalc2008-07-261-1/+1
* Use proper value for TCG_TARGET_CALL_STACK_OFFSETmalc2008-07-241-1/+1
* Emit and use adhoc function descriptor for code_gen_prologue on PPC64malc2008-07-241-2/+9
* Remove neg_i32 debugging leftovermalc2008-07-231-2/+0
* Provide extNs_M instructionsmalc2008-07-232-0/+28
* Remove stray "i" from mul_i64malc2008-07-231-1/+1
* Preliminary PPC64/Linux host supportmalc2008-07-232-0/+1535
OpenPOWER on IntegriCloud