diff options
author | Matheus Ferst <matheus.ferst@eldorado.org.br> | 2022-03-05 07:16:46 +0100 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2022-03-05 07:16:46 +0100 |
commit | 8189cb850728fd52cd98f5ee4640b5dc4e40239d (patch) | |
tree | 0915103ca582881416b577c0a50f655b917a6d07 /tests/tcg/ppc64le/byte_reverse.c | |
parent | 4e4b5a3eacc51e60cdf2dff585702e560d674268 (diff) |
tests/tcg/ppc64le: drop __int128 usage in bcdsub
Using __int128 with inline asm constraints like "v" generates incorrect
code when compiling with LLVM/Clang (e.g., only one doubleword of the
VSR is loaded). Instead, use a GPR pair to pass the 128-bits value and
load the VSR with mtvsrd/xxmrghd.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Matheus Ferst <matheus.ferst@eldorado.org.br>
Message-Id: <20220304165417.1981159-4-matheus.ferst@eldorado.org.br>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'tests/tcg/ppc64le/byte_reverse.c')
0 files changed, 0 insertions, 0 deletions