summaryrefslogtreecommitdiffstats
path: root/target/s390x/insn-data.def
diff options
context:
space:
mode:
authorDavid Hildenbrand2019-03-07 13:15:19 +0100
committerCornelia Huck2019-03-11 09:31:01 +0100
commitf180da83c039acfd9ac949c029b154c118a7b293 (patch)
tree5ac20b63ece0c8f0369d5a5e5b4ecae953d74fa9 /target/s390x/insn-data.def
parents390x/tcg: Implement VECTOR LOAD GR FROM VR ELEMENT (diff)
downloadqemu-f180da83c039acfd9ac949c029b154c118a7b293.tar.gz
qemu-f180da83c039acfd9ac949c029b154c118a7b293.tar.xz
qemu-f180da83c039acfd9ac949c029b154c118a7b293.zip
s390x/tcg: Implement VECTOR LOAD LOGICAL ELEMENT AND ZERO
Fairly easy, zero out the vector before we load the desired element. Load the element before touching the vector. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20190307121539.12842-13-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'target/s390x/insn-data.def')
-rw-r--r--target/s390x/insn-data.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/s390x/insn-data.def b/target/s390x/insn-data.def
index de811ddc47..2b36205c84 100644
--- a/target/s390x/insn-data.def
+++ b/target/s390x/insn-data.def
@@ -998,6 +998,8 @@
E(0xe742, VLEIG, VRI_a, V, 0, 0, 0, 0, vlei, 0, ES_64, IF_VEC)
/* VECTOR LOAD GR FROM VR ELEMENT */
F(0xe721, VLGV, VRS_c, V, la2, 0, r1, 0, vlgv, 0, IF_VEC)
+/* VECTOR LOAD LOGICAL ELEMENT AND ZERO */
+ F(0xe704, VLLEZ, VRX, V, la2, 0, 0, 0, vllez, 0, IF_VEC)
#ifndef CONFIG_USER_ONLY
/* COMPARE AND SWAP AND PURGE */