_REG_R14
gr[_REG_R14] = tf->tf_reg[14];
tf->tf_reg[14] = gr[_REG_R14];
mcp->__gregs[_REG_R14] = tf->tf_r14;
tf->tf_r14 = gr[_REG_R14];
regs[_REG_R14] = tf->tf_r14;
tf->tf_r14 = regs[_REG_R14];
#define _REG_LR _REG_R14
#define _UC_MACHINE_FP(uc) ((uc)->uc_mcontext.__gregs[_REG_R14])
gr[_REG_R14] = tf->tf_r14;
tf->tf_r14 = gr[_REG_R14];
gdb_regs[14] = gregs[_REG_R14];
gregs[_REG_R14] = gdb_regs[14];
mctx->__gregs[_REG_R14] = lsigctx->r14;
gr[_REG_R14] = luc->luc_mcontext.arm_lr;
luc->luc_mcontext.arm_lr = gr[_REG_R14];
DPRINTF("R14=%#" PRIxREGISTER "\n", r.regs[_REG_R14]);
ATF_CHECK_EQ((uint64_t)gpr.regs[_REG_R14],
gpr.regs[_REG_R14] = expected[6].u64;