Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h29 #define TARGET_REG_R4 4 macro
H A Dsignal.c99 gr[TARGET_REG_R4] = tswap32(env->regs[4]); in get_mcontext()
180 env->regs[4] = tswap32(gr[TARGET_REG_R4]); in set_mcontext()