]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: implement FP0 arithmetic
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 19 Sep 2012 00:23:56 +0000 (04:23 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 22 Sep 2012 17:59:12 +0000 (17:59 +0000)
commit0b6df8385d24a4eed0ff546493c59e047b16537b
tree2be0573070d7cadc07d62bb61b16b92a8d56043f
parent9ed7ae12afacdd234a749aa5af27dd93ea1594ec
target-xtensa: implement FP0 arithmetic

These are FP arithmetic opcodes.
See ISA, 4.3.10 for more details.

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