diff options
author | Richard Henderson <rth@twiddle.net> | 2013-09-20 13:04:28 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2015-02-03 12:06:37 -0800 |
commit | 9c3fd85b142f244ac1900b9da02f2d733d03c1b1 (patch) | |
tree | 3c07676839ac6e7fb672011593c4d15279f51ed3 /target-s390x/insn-data.def | |
parent | 81822c2f42e0c3d7bf36f6eec92941de33ed92b8 (diff) | |
download | qemu-9c3fd85b142f244ac1900b9da02f2d733d03c1b1.tar.gz qemu-9c3fd85b142f244ac1900b9da02f2d733d03c1b1.tar.bz2 qemu-9c3fd85b142f244ac1900b9da02f2d733d03c1b1.zip |
target-s390: Implement LURA, LURAG, STURG
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/insn-data.def')
-rw-r--r-- | target-s390x/insn-data.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target-s390x/insn-data.def b/target-s390x/insn-data.def index 859cfba8a0..60dbe805bb 100644 --- a/target-s390x/insn-data.def +++ b/target-s390x/insn-data.def @@ -739,6 +739,9 @@ C(0xb100, LRA, RX_a, Z, 0, a2, r1, 0, lra, 0) C(0xe313, LRAY, RXY_a, LD, 0, a2, r1, 0, lra, 0) C(0xe303, LRAG, RXY_a, Z, 0, a2, r1, 0, lra, 0) +/* LOAD USING REAL ADDRESS */ + C(0xb24b, LURA, RRE, Z, 0, r2, new, r1_32, lura, 0) + C(0xb905, LURAG, RRE, Z, 0, r2, r1, 0, lurag, 0) /* MOVE TO PRIMARY */ C(0xda00, MVCP, SS_d, Z, la1, a2, 0, 0, mvcp, 0) /* MOVE TO SECONDARY */ @@ -796,6 +799,7 @@ C(0xad00, STOSM, SI, Z, la1, 0, 0, 0, stnosm, 0) /* STORE USING REAL ADDRESS */ C(0xb246, STURA, RRE, Z, r1_o, r2_o, 0, 0, stura, 0) + C(0xb925, STURG, RRE, Z, r1_o, r2_o, 0, 0, sturg, 0) /* TEST PROTECTION */ C(0xe501, TPROT, SSE, Z, la1, a2, 0, 0, tprot, 0) |