]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-2' into staging
authorPeter Maydell <peter.maydell@linaro.org>
Sat, 15 Mar 2014 18:03:15 +0000 (18:03 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Sat, 15 Mar 2014 18:03:15 +0000 (18:03 +0000)
commite6383080977ef1c761a00005ed533695acbe81e1
tree8101ac597b7da8f4e449967b9f1ad3e39ea40f2a
parent4191d0eb414b14bcf3eab803095566aeb9b198f0
parent582ab779c5cf9c941909faa65e092b6b492e2da6
Merge remote-tracking branch 'remotes/rth/tcg-aarch-6-2' into staging

* remotes/rth/tcg-aarch-6-2:
  tcg-aarch64: Introduce tcg_out_insn_3405
  tcg-aarch64: Support div, rem
  tcg-aarch64: Support muluh, mulsh
  tcg-aarch64: Support add2, sub2
  tcg-aarch64: Support deposit
  tcg-aarch64: Use tcg_out_insn for setcond
  tcg-aarch64: Support movcond
  tcg-aarch64: Support andc, orc, eqv, not, neg
  tcg-aarch64: Handle constant operands to and, or, xor
  tcg-aarch64: Handle constant operands to add, sub, and compare
  tcg-aarch64: Implement mov with tcg_out_insn
  tcg-aarch64: Introduce tcg_out_insn_3401
  tcg-aarch64: Convert shift insns to tcg_out_insn
  tcg-aarch64: Introduce tcg_out_insn

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>