]> git.proxmox.com Git - qemu.git/commit - target-xtensa/translate.c
target-xtensa: implement shifts (ST1 and RST1 groups)
authorMax Filippov <jcmvbkbc@gmail.com>
Mon, 5 Sep 2011 23:55:35 +0000 (03:55 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 10 Sep 2011 16:57:38 +0000 (16:57 +0000)
commit3580ecad0acf25a28464c145f2c74a929d0e57b1
treea608720eeb1e6e6dfb289682b91781d803bcad20
parentb8132eff891bce658b799df20748a1cb39f4dc06
target-xtensa: implement shifts (ST1 and RST1 groups)

- ST1: SAR (shift amount special register) manipulation, NSA(U);
- RST1: shifts, 16-bit multiplication.

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