]> git.proxmox.com Git - qemu.git/commit
tcg/arm: Implement movcond_i32
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 26 Sep 2012 18:48:55 +0000 (19:48 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 16 Oct 2012 23:22:49 +0000 (01:22 +0200)
commit4a1d241e3cc0a0cacb5de9084a4edb543d529d51
tree16bd94e602ab06f56664dc300b7333aa1dc04935
parent7fc645bf7a313d75904f8901f4e231008e79999a
tcg/arm: Implement movcond_i32

Implement movcond_i32 for ARM, as the sequence
  mov dst, v2   (implicitly done by the tcg common code)
  cmp c1, c2
  movCC dst, v1

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/arm/tcg-target.c
tcg/arm/tcg-target.h