summaryrefslogtreecommitdiff
path: root/tcg/hppa/tcg-target.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-10tcg-hppa: Remove tcg backendRichard Henderson1-123/+0
2013-09-02tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson1-4/+0
2013-09-02tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson1-2/+1
2013-09-02tcg: Add muluh and mulsh opcodesRichard Henderson1-0/+2
2013-07-09tcg: Split rem requirement from div requirementRichard Henderson1-0/+1
2013-02-23tcg: Add signed multiword multiplication operationsRichard Henderson1-0/+1
2012-12-19janitor: add guards to headersPaolo Bonzini1-0/+3
2012-10-12tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell1-2/+0
2012-09-22tcg-hppa: Implement movcondRichard Henderson1-1/+1
2012-09-21tcg: Introduce movcondRichard Henderson1-0/+1
2012-09-15Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl1-1/+0
2012-03-03w64: Change data type of parameters for flush_icache_rangeStefan Weil1-1/+3
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: Always define all of the TCGOpcode enum members.Richard Henderson1-13/+16
2011-07-01tcg-hppa: Support deposit opcode.Richard Henderson1-0/+1
2010-04-26tcg-hppa: Remove automatically implemented opcodes.Richard Henderson1-3/+5
2010-04-26tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson1-0/+2
2010-04-08tcg-hppa: Fix in/out register overlap in add2/sub2.Richard Henderson1-0/+1
2010-04-08tcg-hppa: Finish the port.Richard Henderson1-115/+27
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
2009-03-13tcg: rename bswap_i32/i64 functionsaurel321-1/+1
2009-03-08Prune unused TCG_AREGsblueswir11-1/+0
2008-04-12HPPA (PA-RISC) host supportaurel321-0/+204