OSDN Git Service

Add new sane low-level memory accessors for PowerPC that do proper
authorj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Nov 2007 11:00:46 +0000 (11:00 +0000)
committerj_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Thu, 22 Nov 2007 11:00:46 +0000 (11:00 +0000)
commite7c240035fe1ffbb6efba10e8db002f92459ad00
treef8a91b2a94b661fa9f35b3a2d6df87b2f59a0b89
parent67d6abff605064317d1922745b2e99ffc57b4a77
Add new sane low-level memory accessors for PowerPC that do proper
  size or zero extension, with homogenous names.
Fix load & store strings: those are now endian-sensitive, by definition.
Fix dcbz: must always align the target address to a cache line boundary.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3719 c046a42c-6fe2-441c-8c8c-71466251a162
target-ppc/op_helper.h
target-ppc/op_helper_mem.h
target-ppc/op_mem.h
target-ppc/op_mem_access.h [new file with mode: 0644]
target-ppc/translate.c