Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dhelper.c231 env->sp[M68K_USP] = val; in HELPER()
343 return env->sp[M68K_USP]; in HELPER()
446 new_sp = M68K_USP; in m68k_switch_sp()
450 ? M68K_SSP : M68K_USP; in m68k_switch_sp()
H A Dcpu.h250 #define M68K_USP 1 macro
H A Dtranslate.c4486 offsetof(CPUM68KState, sp[M68K_USP])); in DISAS_INSN()
4496 offsetof(CPUM68KState, sp[M68K_USP])); in DISAS_INSN()
6191 env->current_sp == M68K_USP ? "->" : " ", env->sp[M68K_USP], in m68k_cpu_dump_state()