Home
last modified time | relevance | path

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

/qemu/target/alpha/
H A Dcpu.h364 #define PS_INT_MASK 7u macro
H A Dhelper.c447 switch ((env->flags >> ENV_FLAG_PS_SHIFT) & PS_INT_MASK) { in alpha_cpu_exec_interrupt()
H A Dtranslate.c1105 tcg_gen_andi_i64(tmp, ctx->ir[IR_A0], PS_INT_MASK); in gen_call_pal()