Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dcpu.h387 #define TB_FLAG_UNALIGN (1u << 1) macro
474 *pflags |= TB_FLAG_UNALIGN * !env_cpu(env)->prctl_unalign_sigbus; in cpu_get_tb_cpu_state()
H A Dtranslate.c2874 ctx->unalign = (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN); in alpha_tr_init_disas_context()
/qemu/target/sh4/
H A Dcpu.h87 #define TB_FLAG_UNALIGN (1 << 13) macro
394 *flags |= TB_FLAG_UNALIGN * !env_cpu(env)->prctl_unalign_sigbus; in cpu_get_tb_cpu_state()
H A Dtranslate.c53 #define UNALIGN(C) (ctx->tbflags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN)
/qemu/target/hppa/
H A Dcpu.c85 flags |= TB_FLAG_UNALIGN * !env_cpu(env)->prctl_unalign_sigbus; in cpu_get_tb_cpu_state()
H A Dcpu.h344 #define TB_FLAG_UNALIGN 0x400 macro
H A Dtranslate.c4631 ctx->unalign = (ctx->tb_flags & TB_FLAG_UNALIGN ? MO_UNALN : MO_ALIGN); in hppa_tr_init_disas_context()