]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/s390x: Add host vector framework
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 14 Sep 2020 23:33:14 +0000 (16:33 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 5 Oct 2021 23:53:17 +0000 (16:53 -0700)
commit34ef7676090e35ffb7f7d8b8d92a843a6ee94931
tree750c5b77f26d257b2f8960aa76feb5fa4c9652c8
parenteee6251b48f4d65e10feaff3f015241585d89f49
tcg/s390x: Add host vector framework

Add registers and function stubs.  The functionality
is disabled via squashing s390_facilities[2] to 0.

We must still include results for the mandatory opcodes in
tcg_target_op_def, as all opcodes are checked during tcg init.

Reviewed-by: David Hildenbrand <david@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/s390x/tcg-target-con-set.h
tcg/s390x/tcg-target-con-str.h
tcg/s390x/tcg-target.c.inc
tcg/s390x/tcg-target.h
tcg/s390x/tcg-target.opc.h [new file with mode: 0644]