summaryrefslogtreecommitdiffstats
path: root/tcg/s390
Commit message (Expand)AuthorAgeFilesLines
...
* tcg-s390: Implement movcond opcodesRichard Henderson2013-04-052-4/+41
* tcg-s390: Implement mulu2_i64 opcodeRichard Henderson2013-04-052-1/+6
* tcg-s390: Implement add2/sub2 opcodesRichard Henderson2013-04-052-4/+42
* tcg-s390: Remove useless preprocessor conditionsRichard Henderson2013-04-052-14/+5
* tcg-s390: Properly allocate a stack frame.Richard Henderson2013-04-052-7/+15
* tcg-s390: Fix moviRichard Henderson2013-04-051-1/+1
* tcg: Add signed multiword multiplication operationsRichard Henderson2013-02-231-0/+2
* tcg: Add 64-bit multiword arithmetic operationsRichard Henderson2013-02-231-0/+3
* tcg: Make 32-bit multiword operations optional for 64-bit hostsRichard Henderson2013-02-231-0/+3
* 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_COND_NEVER, TCG_COND_ALWAYSRichard Henderson2012-10-061-2/+2
* tcg: Add is_unsigned_condRichard 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-5/+0
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+2
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-152-25/+0
* tcg/s390: fix ld/st with CONFIG_TCG_PASS_AREG0Aurelien Jarno2012-09-101-7/+7
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+44
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-4/+4
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+2
* tcg/s390: Remove unused tcg_out_addi()Peter Maydell2011-10-081-5/+0
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-6/+0
* tcg/s390: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-1/+3
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-33/+35
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
* cpu-exec.c: avoid AREG0 useBlue Swirl2011-06-261-2/+3
* tcg-s390: new TCG TargetRichard Henderson2010-06-292-48/+2277
* tcg: Optionally sign-extend 32-bit arguments for 64-bit hosts.Richard Henderson2010-06-161-0/+2
* tcg-s390: Icache flush is a no-op.Richard Henderson2010-06-111-5/+0
* 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-1/+1
* tcg: Allow target-specific implementation of NOR.Richard Henderson2010-03-261-0/+2
* tcg: Allow target-specific implementation of NAND.Richard Henderson2010-03-261-0/+2
* tcg: Allow target-specific implementation of EQV.Richard Henderson2010-03-261-0/+2
* tcg: Name the opcode enumeration.Richard Henderson2010-03-261-1/+1
* remove remaining occurrences AREG[1-9] and TCG_AREG[1-9]Paolo Bonzini2010-03-261-3/+0
* tcg: Add comments for all optional instructions not implemented.Richard Henderson2010-02-201-0/+30
* S/390 fake TCG implementationAlexander Graf2009-12-052-0/+174
OpenPOWER on IntegriCloud