Searched refs:MO_ALIGN_8 (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/include/exec/ |
H A D | memop.h | 69 MO_ALIGN_8 = 3 << MO_ASHIFT, enumerator
|
/openbmc/qemu/tcg/ |
H A D | tcg-op-ldst.c | 458 case MO_ALIGN_8: in canonicalize_memop_i128_as_i64()
|
H A D | tcg.c | 2507 [MO_ALIGN_8 >> MO_ASHIFT] = "al8+",
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 2908 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 D | translate-a64.c | 3122 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 D | translate.c | 905 0, MO_ALIGN_2, MO_ALIGN_4, MO_ALIGN_8, MO_ALIGN_16, MO_ALIGN_32 in pow2_align()
|