summaryrefslogtreecommitdiffstats
path: root/tcg/tci/tcg-target.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell2019-11-291-880/+0
* tcg: Clean up includesPeter Maydell2019-11-291-0/+1
* tcg: split tcg_op_defs to -commonPeter Crosthwaite2015-09-161-1/+1
* tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno2015-08-241-0/+4
* tci: Fix regression with INDEX_op_qemu_st_i32, INDEX_op_qemu_st_i64Stefan Weil2015-07-131-6/+0
* tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson2015-05-141-6/+0
* tcg: Change generator-side labels to a pointerRichard Henderson2015-03-131-7/+6
* tci: Convert to new ldst opcodesRichard Henderson2014-06-041-46/+30
* tci: Fix tcg_out_callRichard Henderson2014-05-221-0/+3
* tcg: Remove unreachable code in tcg_out_op and op_defsRichard Henderson2014-05-121-21/+5
* tci: Create tcg_out_callRichard Henderson2014-05-121-0/+5
* tci: Define TCG_TARGET_INSN_UNIT_SIZERichard Henderson2014-05-121-6/+13
* tcg: Add TCGType parameter to tcg_target_const_matchRichard Henderson2014-04-181-1/+1
* tcg: Add tcg-be-null.hRichard Henderson2013-10-101-0/+2
* tci: Add implementation of rotl_i64, rotr_i64Stefan Weil2013-09-251-1/+0
* Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori2013-09-031-7/+0
|\
| * tci: Remove function tcg_out64 (fix broken build)Stefan Weil2013-09-011-7/+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-1/+1
|/
* tci: Fix broken build (compiler warning caused by redefined macro BIT)Stefan Weil2013-07-301-3/+0
* tci: Make tcg temporaries local to tcg_qemu_tb_execRichard Henderson2013-04-111-6/+6
* tci: Delete unused tb_ret_addrRichard Henderson2013-04-111-5/+1
* tci: Use 32-bit signed offsets to loads/storesRichard Henderson2013-04-111-2/+2
* qemu-log: Rename the public-facing cpu_set_log function to qemu_set_logPeter Maydell2013-02-161-1/+1
* tci: Support deposit operationsStefan Weil2012-11-181-0/+24
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-4/+0
* tci: Fix for AREG0 free modeStefan Weil2012-09-271-5/+5
* 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-4/+0
* tci: don't write zero for reloc in tci_out_labelScott Wood2012-06-241-1/+1
* qemu-log: cleanupBlue Swirl2012-06-211-1/+1
* softmmu templates: optionally pass CPUState to memory access functionsBlue Swirl2012-03-181-0/+6
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-1/+1
* tci: Make flush_icache_range() inlineStefan Weil2011-11-281-4/+0
* tcg: Use TCGReg for standard tcg-target entry points.Richard Henderson2011-11-141-4/+4
* tcg: Add bytecode generator for tcg interpreterStefan Weil2011-10-311-0/+906
OpenPOWER on IntegriCloud