Searched refs:SR_S (Results 1 – 8 of 8) sorted by relevance
242 #define SR_S 0x2000 macro614 if (env->sr & SR_S) { in cpu_get_tb_cpu_state()
61 return cpu_env(cs)->sr & SR_S ? MMU_KERNEL_IDX : MMU_USER_IDX; in m68k_cpu_mmu_index()90 cpu_m68k_set_sr(env, SR_S | SR_I); in m68k_cpu_reset_hold()
225 env->sr |= SR_S; in cf_interrupt_all()308 sr |= SR_S; in m68k_interrupt_all()466 if (env->sr & SR_S) { /* SUPERVISOR */ in m68k_cpu_transaction_failed()
438 if (env->sr & SR_S) { in m68k_switch_sp()449 new_sp = (env->sr & SR_S && env->cacr & M68K_CACR_EUSP) in m68k_switch_sp()921 if (env->sr & SR_S) { in m68k_cpu_get_phys_page_debug()
4394 if (IS_USER(s) || (ext & SR_S) == 0) { in DISAS_INSN()6156 (sr & SR_S) ? 'S' : 'U', (sr & SR_M) ? '%' : 'I', in m68k_cpu_dump_state()
169 if (!(env->sr & (1u << SR_S))) { in helper_macl()185 if (env->sr & (1u << SR_S)) { in helper_macw()
47 #define SR_S 1 macro
443 tcg_gen_andi_i32(cpu_sr, cpu_sr, ~(1u << SR_S)); in _decode_opc()462 tcg_gen_ori_i32(cpu_sr, cpu_sr, (1u << SR_S)); in _decode_opc()