Home
last modified time | relevance | path

Searched refs:TARGET_REG_R0 (Results 1 – 2 of 2) sorted by relevance

/qemu/bsd-user/arm/
H A Dsignal.c90 gr[TARGET_REG_R0] = 0; in get_mcontext()
93 gr[TARGET_REG_R0] = tswap32(env->regs[0]); in get_mcontext()
176 env->regs[0] = tswap32(gr[TARGET_REG_R0]); in set_mcontext()
H A Dtarget_arch_signal.h25 #define TARGET_REG_R0 0 macro