]> git.proxmox.com Git - mirror_qemu.git/commit
target-xtensa: implement ATOMCTL SR
authorMax Filippov <jcmvbkbc@gmail.com>
Wed, 5 Dec 2012 03:15:20 +0000 (07:15 +0400)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 8 Dec 2012 18:48:26 +0000 (18:48 +0000)
commitfcc803d119a4c01a9b0ee5bda35fda1eeabffa33
treebbd6697bd198b45b2322e5b43d3ab5159e093d98
parent536b558f5896ebbd635b57fa393e82faaa32ad52
target-xtensa: implement ATOMCTL SR

ATOMCTL SR controls s32c1i opcode behavior depending on targeted memory
type. See ISA, 4.3.12.4 for details.

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