Home
last modified time | relevance | path

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

/qemu/target/m68k/
H A Dhelper.c235 env->sp[M68K_USP] = val; in HELPER()
346 return env->sp[M68K_USP]; in HELPER()
449 new_sp = M68K_USP; in m68k_switch_sp()
453 ? M68K_SSP : M68K_USP; in m68k_switch_sp()
H A Dcpu.h252 #define M68K_USP 1 macro
H A Dtranslate.c4492 offsetof(CPUM68KState, sp[M68K_USP])); in DISAS_INSN()
4502 offsetof(CPUM68KState, sp[M68K_USP])); in DISAS_INSN()
6197 env->current_sp == M68K_USP ? "->" : " ", env->sp[M68K_USP], in m68k_cpu_dump_state()