https://bugs.kde.org/show_bug.cgi?id=369509

--- Comment #1 from ahashmi <assad.has...@linaro.org> ---
Created attachment 123537
  --> https://bugs.kde.org/attachment.cgi?id=123537&action=edit
Patch implements and tests Arm v8.1 LSE atomics

This patch implements ARMv8.1 memory atomics in VEX/priv/guest_arm64_toIR.c and
tests in none/tests/arm64/atomics_v81*
LDADD{,A}{,L}<sz>  <Rs>, <Rt>,
LDCLR{,A}{,L}<sz>  <Rs>, <Rt>,
LDEOR{,A}{,L}<sz>  <Rs>, <Rt>,
LDSET{,A}{,L}<sz>  <Rs>, <Rt>,
LDSMAX{,A}{,L}<sz> <Rs>, <Rt>,
LDSMIN{,A}{,L}<sz> <Rs>, <Rt>,
LDUMAX{,A}{,L}<sz> <Rs>, <Rt>,
LDUMIN{,A}{,L}<sz> <Rs>, <Rt>,
SWP{,A}{,L}<sz>    <Rs>, <Rt>

Version:           valgrind-3.16.0.GIT (based on Git development head SHA
78054a6c0)
OS:                Linux

The regression tests in none/tests/arm64 do not check for existence of hardware
opcode features yet as the atomics implementations are emulated in order to
accommodate execution on v8.0 CPUs.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to