]> git.proxmox.com Git - qemu.git/commit
target-sh4: Add support for ldc & stc with sgr
authorAlexandre Courbot <gnurou@gmail.com>
Mon, 12 Jul 2010 05:05:32 +0000 (14:05 +0900)
committerAurelien Jarno <aurelien@aurel32.net>
Mon, 12 Jul 2010 08:20:31 +0000 (10:20 +0200)
commit935fc175597b2f1588a8030e0b8df07973b1c1db
tree22430d97c5073d9e371fccb420c66fa5c1631dbc
parent8e9b06787bd31b5acfbcbc4b29832d73c25852fb
target-sh4: Add support for ldc & stc with sgr

Add support for the following missing priviledged intructions:

For SH4:
- stc sgr, Rn
- stc.l sgr, @-Rn

For SH4A:
- ldc Rm, sgr
- ldc.l @Rm+, sgr

Signed-off-by: Alexandre Courbot <gnurou@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-sh4/translate.c