Home
last modified time | relevance | path

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

/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h36 #define TARGET_REG_R11 11 macro
44 #define TARGET_REG_FP TARGET_REG_R11
H A Dsignal.c106 gr[TARGET_REG_R11] = tswap32(env->regs[11]); in get_mcontext()
187 env->regs[11] = tswap32(gr[TARGET_REG_R11]); in set_mcontext()