]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: use movcond where possible
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 5 Dec 2012 03:15:27 +0000 (07:15 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Dec 2012 18:48:26 +0000 (18:48 +0000)
commitf877d09e63bd94424dab049da75bc1cd601a7609
treed5902816e885e546be2525c9697136d8f7dda122
parent5dacd229ebb46c236cb1dd0c65a4e4f2cfb55dfb
target-xtensa: use movcond where possible

Use movcond for all sorts of conditional moves, ABS, CLAMPS, MIN/MAX
opcodes.

Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
target-xtensa/translate.c