Home
last modified time | relevance | path

Searched refs:GEN_QEMU_STORE_64 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dtranslate.c3225 #define GEN_QEMU_STORE_64(stop, op) \ macro
3233 GEN_QEMU_STORE_64(st8, DEF_MEMOP(MO_UB))
3234 GEN_QEMU_STORE_64(st16, DEF_MEMOP(MO_UW))
3235 GEN_QEMU_STORE_64(st32, DEF_MEMOP(MO_UL))
3236 GEN_QEMU_STORE_64(st64, DEF_MEMOP(MO_UQ))
3239 GEN_QEMU_STORE_64(st64r, BSWAP_MEMOP(MO_UQ))