summaryrefslogtreecommitdiffstats
path: root/tci.c
Commit message (Expand)AuthorAgeFilesLines
* tcg: Rename debug_insn_start to insn_startRichard Henderson2015-10-071-9/+0
* tcg: Move tci_tb_ptr to -commonPeter Crosthwaite2015-09-161-6/+0
* tcg: implement real ext_i32_i64 and extu_i32_i64 opsAurelien Jarno2015-08-241-2/+4
* tcg: Mask TCGMemOp appropriately for indexingRichard Henderson2015-06-091-4/+4
* tcg: Push merged memop+mmu_idx parameter to softmmu routinesRichard Henderson2015-05-141-15/+14
* tcg: Merge memop and mmu_idx parameters to qemu_ld/stRichard Henderson2015-05-141-10/+10
* tcg: Remove unused opcodesRichard Henderson2015-02-121-13/+0
* Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into stagingPeter Maydell2014-06-051-0/+1
|\
| * softmmu: introduce cpu_ldst.hPaolo Bonzini2014-06-051-0/+1
* | tci: Convert to new ldst opcodesRichard Henderson2014-06-041-146/+176
|/
* tci: Mask shift counts to avoid undefined behaviorRichard Henderson2014-04-181-10/+10
* misc: Use new rotate functionsStefan Weil2013-09-251-4/+4
* tci: Add implementation of rotl_i64, rotr_i64Stefan Weil2013-09-251-1/+9
* tci: Fix qemu-alpha on 32 bit hosts (wrong assertions)Stefan Weil2013-09-201-12/+0
* tcg: Change tcg_qemu_tb_exec return to uintptr_tRichard Henderson2013-09-021-2/+2
* tci: Make tcg temporaries local to tcg_qemu_tb_execRichard Henderson2013-04-111-0/+6
* tci: Avoid code before declarationsRichard Henderson2013-04-111-3/+4
* tci: Use a local variable for envRichard Henderson2013-04-111-7/+1
* tci: Use 32-bit signed offsets to loads/storesRichard Henderson2013-04-111-14/+22
* exec: move include files to include/exec/Paolo Bonzini2012-12-191-1/+1
* tci: Fix type of tci_read_labelRichard Henderson2012-11-241-2/+2
* tci: Support deposit operationsStefan Weil2012-11-181-0/+22
* tcg: remove obsolete jmp opAurelien Jarno2012-10-061-1/+0
* tci: Fix for AREG0 free modeStefan Weil2012-09-271-4/+9
* Remove unused CONFIG_TCG_PASS_AREG0 and dead codeBlue Swirl2012-09-151-12/+0
* tci: Support INDEX_op_bswap64_i64Stefan Weil2012-06-221-1/+0
* tci: Fix wrong macro name for debug codeStefan Weil2012-05-081-1/+1
* tci: GETPC() macro must return an uintptr_tStefan Weil2012-04-211-2/+2
* tci: Support targets with CONFIG_TCG_PASS_AREG0 (fix broken build)Stefan Weil2012-04-071-12/+23
* w64: Fix data type of next_tb and tcg_qemu_tb_execStefan Weil2012-03-171-2/+2
* Rename CPUState -> CPUArchStateAndreas Färber2012-03-141-2/+2
* tcg: Standardize on TCGReg as the enum for hard registersRichard Henderson2011-11-141-19/+19
* tcg: Add interpreter for bytecodeStefan Weil2011-10-311-0/+1208
OpenPOWER on IntegriCloud