mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
target-s390: Convert STCKE
Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
3d596f4912
commit
39a5003c89
4 changed files with 24 additions and 24 deletions
|
@ -663,6 +663,8 @@
|
|||
/* STORE CLOCK */
|
||||
C(0xb205, STCK, S, Z, la2, 0, new, m1_64, stck, 0)
|
||||
C(0xb27c, STCKF, S, Z, la2, 0, new, m1_64, stck, 0)
|
||||
/* STORE CLOCK EXTENDED */
|
||||
C(0xb278, STCKE, S, Z, 0, a2, 0, 0, stcke, 0)
|
||||
/* STORE CLOCK COMPARATOR */
|
||||
C(0xb207, STCKC, S, Z, la2, 0, new, m1_64, stckc, 0)
|
||||
/* STORE CONTROL */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue