diff options
author | Richard Henderson <rth@twiddle.net> | 2013-03-25 15:10:06 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2017-05-12 15:40:29 -0700 |
commit | 5bf83628dc61b821c3834730836f1d7c2f5ff1be (patch) | |
tree | 6f23ec3c0d397cbfb83ab489236153c3cd8dab7c /target/s390x/insn-data.def | |
parent | ecc1f5adeec4e3324d1b695a7c54e3967c526949 (diff) |
target/s390x: Implement STORE FACILITIES LIST EXTENDED
At the same time, improve STORE FACILITIES LIST
so that we don't hard-code the list for all cpus.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target/s390x/insn-data.def')
-rw-r--r-- | target/s390x/insn-data.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/s390x/insn-data.def b/target/s390x/insn-data.def index 075ff597c3..b6702dab4a 100644 --- a/target/s390x/insn-data.def +++ b/target/s390x/insn-data.def @@ -747,6 +747,8 @@ C(0xe33e, STRV, RXY_a, Z, la2, r1_32u, new, m1_32, rev32, 0) C(0xe32f, STRVG, RXY_a, Z, la2, r1_o, new, m1_64, rev64, 0) +/* STORE FACILITY LIST EXTENDED */ + C(0xb2b0, STFLE, S, SFLE, 0, a2, 0, 0, stfle, 0) /* STORE FPC */ C(0xb29c, STFPC, S, Z, 0, a2, new, m2_32, efpc, 0) |