summaryrefslogtreecommitdiffstats
path: root/include/exec/user
diff options
context:
space:
mode:
authorRichard Henderson2018-06-26 18:19:10 +0200
committerDavid Gibson2018-07-03 01:56:52 +0200
commit94bf2658676be00b6f2b4db5d1788122217665b0 (patch)
tree6121b15476d188ea80373a0d32e57f939ba5af6a /include/exec/user
parenttarget/ppc: Add do_unaligned_access hook (diff)
downloadqemu-94bf2658676be00b6f2b4db5d1788122217665b0.tar.gz
qemu-94bf2658676be00b6f2b4db5d1788122217665b0.tar.xz
qemu-94bf2658676be00b6f2b4db5d1788122217665b0.zip
target/ppc: Use atomic load for LQ and LQARX
Section 1.4 of the Power ISA v3.0B states that both of these instructions are single-copy atomic. As we cannot (yet) issue 128-bit loads within TCG, use the generic helpers provided. Since TCG cannot (yet) return a 128-bit value, add a slot within CPUPPCState for returning the high half of a 128-bit return value. This solution is preferred to the helper assigning to architectural registers directly, as it avoids clobbering all TCG live values. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/exec/user')
0 files changed, 0 insertions, 0 deletions