aboutsummaryrefslogtreecommitdiffstats
path: root/tcg/hppa
AgeCommit message (Expand)AuthorFilesLines
2011-11-14tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson1-6/+6
2011-11-14tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson1-2/+2
2011-10-01tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil1-3/+1
2011-08-21tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson1-1/+1
2011-08-21tcg: Always define all of the TCGOpcode enum members.Richard Henderson1-13/+16
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson2-4/+21
2011-07-01TCG/HPPA: use stack for TCG tempsBlue Swirl1-2/+7
2011-07-01TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl1-14/+16
2011-06-26Delegate setup of TCG temporaries to targetsBlue Swirl1-0/+2
2011-06-26cpu-exec.c: avoid AREG0 useBlue Swirl1-2/+4
2010-06-09tcg: Make some tcg-target.c routines static.Richard Henderson1-2/+2
2010-06-09tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson1-19/+19
2010-05-21tcg-hppa: Load GUEST_BASE as an immediate.Richard Henderson1-8/+4
2010-04-26tcg-hppa: Remove automatically implemented opcodes.Richard Henderson2-19/+5
2010-04-26tcg-hppa: Fix branch offset during retranslation.Richard Henderson1-2/+8
2010-04-26tcg-hppa: Schedule the address masking after the TLB load.Richard Henderson1-1/+6
2010-04-26tcg-hppa: Fix softmmu loads and stores.Richard Henderson1-144/+132
2010-04-26tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson1-10/+10
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson2-54/+56
2010-04-08tcg-hppa: Don't try to calls to non-constant addresses.Richard Henderson1-2/+4
2010-04-08tcg-hppa: Fix in/out register overlap in add2/sub2.Richard Henderson2-14/+47
2010-04-08tcg-hppa: Finish the port.Richard Henderson2-646/+1254
2010-03-26tcg: Disambiguate qemu_ld32u with 32-bit and 64-bit outputs.Richard Henderson1-3/+3
2010-03-26tcg: Name the opcode enumeration.Richard Henderson1-1/+1
2010-03-26remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini1-2/+0
2010-03-14tcg: add div/rem 32-bit helpersAurelien Jarno1-0/+1
2010-02-22tcg: fix build on 32-bit hppa, ppc and sparc hostsJay Foad1-1/+0
2009-09-25Suppress some variants of English in commentsStefan Weil1-2/+2
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-1/+1
2009-03-08Prune unused TCG_AREGsblueswir11-1/+0
2008-10-05Add some missing static and const qualifiers, reg_names only used if NDEBUG setblueswir11-1/+3
2008-08-30Fix some warnings that would be generated by gcc -Wredundant-declsblueswir11-9/+2
2008-04-12HPPA (PA-RISC) host supportaurel322-0/+1184