]> Git Repo - qemu.git/commit
target-sh4: Add support for ldc & stc with sgr
authorAlexandre Courbot <[email protected]>
Mon, 12 Jul 2010 05:05:32 +0000 (14:05 +0900)
committerAurelien Jarno <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
target-sh4/translate.c
This page took 0.025554 seconds and 4 git commands to generate.