summaryrefslogtreecommitdiffstats
path: root/tcg/hppa
Commit message (Expand)AuthorAgeFilesLines
* tcg-hppa: Remove tcg backendRichard Henderson2013-10-102-1954/+0
* exec: Split softmmu_defs.hRichard Henderson2013-09-021-2/+0
* tcg: Change tcg_out_ld/st offset to intptr_tRichard Henderson2013-09-021-2/+2
* tcg: Change relocation offsets to intptr_tRichard Henderson2013-09-021-3/+3
* tcg: Allow TCG_TARGET_REG_BITS to be specified independantlyRichard Henderson2013-09-022-4/+4
* tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-021-2/+1
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-0/+2
* tcg: Move the CIE and FDE header definitions to common codeRichard Henderson2013-07-091-25/+10
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-0/+1
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+1
* tcg-hppa: Fix typo in brcond2Richard Henderson2012-12-291-1/+1
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* janitor: add guards to headersPaolo Bonzini2012-12-191-0/+3
* tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-2/+0
* tcg: Add tcg_high_condRichard Henderson2012-10-061-15/+2
* tcg: Add TCG_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-1/+1
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-6/+0
* tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil2012-09-221-6/+0
* tcg-hppa: Implement movcondRichard Henderson2012-09-222-1/+22
* tcg-hppa: Fix broken load/store helpersRichard Henderson2012-09-211-62/+74
* tcg-hppa: Fix brcond2 and setcond2Richard Henderson2012-09-211-9/+42
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+1
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-152-25/+0
* tcg-hppa: Add debug_frame support.Richard Henderson2012-03-241-15/+88
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+44
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-4/+4
* tcg: Improve tcg_out_label and fix its usage for w64Stefan Weil2012-03-111-4/+4
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+3
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-6/+6
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-2/+2
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-3/+1
* tcg-hppa: Fix CPU_TEMP_BUF_NLONGS oversight.Richard Henderson2011-08-211-1/+1
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-13/+16
* tcg-hppa: Support deposit opcode.Richard Henderson2011-07-012-4/+21
* TCG/HPPA: use stack for TCG tempsBlue Swirl2011-07-011-2/+7
* TCG/HPPA: use TCG_REG_CALL_STACK instead of TCG_REG_SPBlue Swirl2011-07-011-14/+16
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-2/+4
* tcg: Make some tcg-target.c routines static.Richard Henderson2010-06-091-2/+2
* tcg: Add TYPE parameter to tcg_out_mov.Richard Henderson2010-06-091-19/+19
* tcg-hppa: Load GUEST_BASE as an immediate.Richard Henderson2010-05-211-8/+4
* tcg-hppa: Remove automatically implemented opcodes.Richard Henderson2010-04-262-19/+5
* tcg-hppa: Fix branch offset during retranslation.Richard Henderson2010-04-261-2/+8
* tcg-hppa: Schedule the address masking after the TLB load.Richard Henderson2010-04-261-1/+6
* tcg-hppa: Fix softmmu loads and stores.Richard Henderson2010-04-261-144/+132
* tcg-hppa: Fix GUEST_BASE initialization in prologue.Richard Henderson2010-04-261-10/+10
* tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32.Richard Henderson2010-04-262-54/+56
* tcg-hppa: Don't try to calls to non-constant addresses.Richard Henderson2010-04-081-2/+4
* tcg-hppa: Fix in/out register overlap in add2/sub2.Richard Henderson2010-04-082-14/+47
* tcg-hppa: Finish the port.Richard Henderson2010-04-082-646/+1254
OpenPOWER on IntegriCloud