]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/ppc: Support 128-bit load/store
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 19 Apr 2023 13:13:22 +0000 (15:13 +0200)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 30 May 2023 16:51:11 +0000 (09:51 -0700)
commit526cd4ec01fed36a2a6937fe54eb80d6d7f4c4e4
tree31e984f6ab8b2408435b9d6406bfe4edbed15331
parent929124ec0bdbfac11ae27378976e5799ca0d54cc
tcg/ppc: Support 128-bit load/store

Use LQ/STQ with ISA v2.07, and 16-byte atomicity is required.
Note that these instructions do not require 16-byte alignment.

Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
tcg/ppc/tcg-target-con-set.h
tcg/ppc/tcg-target-con-str.h
tcg/ppc/tcg-target.c.inc
tcg/ppc/tcg-target.h