Home
last modified time | relevance | path

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

/openbmc/qemu/include/exec/
H A Dmemop.h69 MO_ALIGN_8 = 3 << MO_ASHIFT, enumerator
/openbmc/qemu/tcg/
H A Dtcg-op-ldst.c458 case MO_ALIGN_8: in canonicalize_memop_i128_as_i64()
H A Dtcg.c2508 [MO_ALIGN_8 >> MO_ASHIFT] = "al8+",
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c2908 tcg_gen_qemu_ld_i64(mask, o->in2, get_mem_index(s), MO_TEUQ | MO_ALIGN_8); in op_lpsw()
2925 MO_TEUQ | MO_ALIGN_8); in op_lpswe()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c3122 mop |= (a->sz == 2 ? MO_ALIGN_4 : MO_ALIGN_8); in trans_STP()
3173 mop |= (a->sz == 2 ? MO_ALIGN_4 : MO_ALIGN_8); in trans_LDP()
H A Dtranslate.c902 0, MO_ALIGN_2, MO_ALIGN_4, MO_ALIGN_8, MO_ALIGN_16, MO_ALIGN_32 in pow2_align()