]> Git Repo - qemu.git/commit - tcg/arm/tcg-target.c
tcg/arm: Implement movcond_i32
authorPeter Maydell <[email protected]>
Wed, 26 Sep 2012 18:48:55 +0000 (19:48 +0100)
committerAurelien Jarno <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
tcg/arm/tcg-target.c
tcg/arm/tcg-target.h
This page took 0.02495 seconds and 4 git commands to generate.