summaryrefslogtreecommitdiffstats
path: root/tcg/ia64/tcg-target.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson2015-05-141-2/+2
* tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson2015-05-141-4/+8
* tcg: Change generator-side labels to a pointerRichard Henderson2015-03-131-9/+7
* tcg-ia64: Use tcg_malloc to allocate TCGLabelQemuLdstRichard Henderson2015-03-131-11/+8
* tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson2014-05-121-35/+5
* tcg-ia64: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-121-145/+72
* Merge remote-tracking branch 'remotes/rth/tags/tcg-next-20140422' into stagingPeter Maydell2014-04-241-1/+1
|\
| * tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson2014-04-181-1/+1
* | tcg-ia64: Convert to new ldst opcodesRichard Henderson2014-04-171-66/+34
* | tcg-ia64: Move part of softmmu slow path out of lineRichard Henderson2014-04-171-62/+114
* | tcg-ia64: Convert to new ldst helpersRichard Henderson2014-04-171-62/+80
* | tcg-ia64: Reduce code duplication in tcg_out_qemu_ldRichard Henderson2014-04-171-37/+24
* | tcg-ia64: Move tlb addend load into tlb readRichard Henderson2014-04-171-12/+12
* | tcg-ia64: Move bswap for store into tlb loadRichard Henderson2014-04-171-63/+31
* | tcg-ia64: Re-bundle the tlb loadRichard Henderson2014-04-171-23/+54
* | tcg-ia64: Optimize small arguments to exit_tbRichard Henderson2014-04-171-3/+9
|/
* 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-181-7/+6
* 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 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
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* tcg-ia64: Implement depositRichard Henderson2012-10-171-0/+53
* 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-171-0/+38
* 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
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-34/+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
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-6/+6
* tcg/ia64: Remove unused tcg_out_addi()Peter Maydell2011-10-081-19/+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
OpenPOWER on IntegriCloud