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.c2630 #define GEN_QEMU_STORE_64(stop, op) \ macro
2638 GEN_QEMU_STORE_64(st8, DEF_MEMOP(MO_UB))
2639 GEN_QEMU_STORE_64(st16, DEF_MEMOP(MO_UW))
2640 GEN_QEMU_STORE_64(st32, DEF_MEMOP(MO_UL))
2641 GEN_QEMU_STORE_64(st64, DEF_MEMOP(MO_UQ))
2644 GEN_QEMU_STORE_64(st64r, BSWAP_MEMOP(MO_UQ))