summaryrefslogtreecommitdiffstats
path: root/tcg/ia64
Commit message (Expand)AuthorAgeFilesLines
* tcg-ia64: Introduce tcg_opc_bswap64_iRichard Henderson2013-11-181-35/+28
* tcg-ia64: Introduce tcg_opc_ext_iRichard Henderson2013-11-181-30/+24
* tcg-ia64: Introduce tcg_opc_movi_aRichard Henderson2013-11-181-16/+16
* tcg-ia64: Introduce tcg_opc_mov_aRichard Henderson2013-11-181-19/+16
* tcg-ia64: Use A3 form of logical operationsRichard Henderson2013-11-181-30/+34
* tcg-ia64: Use SUB_A3 and ADDS_A4 for subtractionRichard Henderson2013-11-181-2/+23
* tcg-ia64: Use ADDS for small additionRichard Henderson2013-11-181-4/+16
* tcg-ia64: Avoid unnecessary stop bit in tcg_out_aluRichard Henderson2013-11-181-11/+6
* tcg-ia64: Move AREG0 to R32Richard Henderson2013-11-182-9/+8
* tcg-ia64: Simplify brcondRichard Henderson2013-11-181-34/+10
* tcg-ia64: Handle constant callsRichard Henderson2013-11-181-3/+35
* tcg-ia64: Use shortcuts for nop insnsRichard Henderson2013-11-181-124/+127
* tcg-ia64: Use TCGMemOp within qemu_ldst routinesRichard Henderson2013-11-181-82/+91
* tcg: Add qemu_ld_st_i32/64Richard Henderson2013-10-101-0/+2
* tcg: Add tcg-be-null.hRichard Henderson2013-10-101-0/+2
* exec: Split softmmu_defs.hRichard Henderson2013-09-021-3/+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-7/+7
* tcg: Change flush_icache_range arguments to uintptr_tRichard Henderson2013-09-021-2/+1
* tcg: Add muluh and mulsh opcodesRichard Henderson2013-09-021-0/+4
* tcg: Split rem requirement from div requirementRichard Henderson2013-07-091-0/+2
* 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
* Merge branch 'linux-user-for-upstream' of git://git.linaro.org/people/rikuvoi...Aurelien Jarno2012-10-191-3/+0
|\
| * tcg: Remove TCG_TARGET_HAS_GUEST_BASE definePeter Maydell2012-10-121-3/+0
* | tcg-ia64: Implement depositRichard Henderson2012-10-172-2/+58
* | tcg/ia64: slightly optimize TLB access codeAurelien Jarno2012-10-171-5/+17
* | tcg/ia64: remove suboptimal register shifting in qemu_ld/st opsAurelien Jarno2012-10-171-39/+37
* | tcg/ia64: implement movcond_i32/64Aurelien Jarno2012-10-172-2/+40
* | tcg/ia64: use stack for TCG tempsBlue Swirl2012-10-171-3/+4
|/
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-4/+0
* tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil2012-09-221-6/+0
* tcg: Introduce movcondRichard Henderson2012-09-211-0/+2
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-152-35/+0
* tcg/ia64: fix and optimize ld/st slow pathAurelien Jarno2012-08-261-15/+23
* tcg/ia64: fix prologue/epilogueAurelien Jarno2012-08-261-10/+10
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+46
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-5/+5
* w64: Change data type of parameters for flush_icache_rangeStefan Weil2012-03-031-1/+2
* 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/ia64: Remove unused tcg_out_addi()Peter Maydell2011-10-081-19/+0
* tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.hStefan Weil2011-10-011-2/+0
* tcg/ia64: Only one call output register needed for 64 bit hostsStefan Weil2011-09-171-3/+2
* tcg-ia64: Fix typos in AREG0 setup in prologue.Richard Henderson2011-08-211-2/+2
* tcg: Always define all of the TCGOpcode enum members.Richard Henderson2011-08-211-31/+35
* Delegate setup of TCG temporaries to targetsBlue Swirl2011-06-261-0/+2
OpenPOWER on IntegriCloud