Home
last modified time | relevance | path

Searched refs:aa32_vfp_dreg (Results 1 – 8 of 8) sorted by relevance

/openbmc/qemu/bsd-user/arm/
H A Dsignal.c72 vfp->mcv_reg[i] = tswap64(*aa32_vfp_dreg(env, i)); in get_vfpcontext()
199 __get_user(*aa32_vfp_dreg(env, i), &vfp->mcv_reg[i]); in set_mcontext()
/openbmc/qemu/target/arm/tcg/
H A Dm_helper.c398 uint64_t dn = *aa32_vfp_dreg(env, i / 2); in HELPER()
445 *aa32_vfp_dreg(env, i / 2) = 0; in HELPER()
1085 uint64_t dn = *aa32_vfp_dreg(env, i / 2); in HELPER()
1107 *aa32_vfp_dreg(env, i / 2) = 0; in HELPER()
1163 *aa32_vfp_dreg(env, i / 2) = dn; in HELPER()
1307 uint64_t dn = *aa32_vfp_dreg(env, i / 2); in v7m_push_stack()
1331 *aa32_vfp_dreg(env, i / 2) = 0; in v7m_push_stack()
1565 *aa32_vfp_dreg(env, i / 2) = 0; in do_v7m_exception_exit()
1809 *aa32_vfp_dreg(env, i / 2) = dn; in do_v7m_exception_exit()
1827 *aa32_vfp_dreg(env, i / 2) = 0; in do_v7m_exception_exit()
H A Dop_helper.c98 tmp = *aa32_vfp_dreg(env, reg); in HELPER()
/openbmc/qemu/target/arm/
H A Dgdbstub.c118 return gdb_get_reg64(buf, *aa32_vfp_dreg(env, reg)); in vfp_gdb_get_reg()
142 *aa32_vfp_dreg(env, reg) = ldq_le_p(buf); in vfp_gdb_set_reg()
H A Darch_dump.c349 note.vfp.vregs[i] = cpu_to_dump64(s, *aa32_vfp_dreg(env, i)); in arm_write_elf32_vfp()
H A Dcpu.h3318 static inline uint64_t *aa32_vfp_dreg(CPUARMState *env, unsigned regno) in aa32_vfp_dreg() function
H A Dcpu.c1466 uint64_t v = *aa32_vfp_dreg(env, i); in arm_cpu_dump_state()
/openbmc/qemu/linux-user/arm/
H A Dsignal.c261 __put_user(*aa32_vfp_dreg(env, i), &vfpframe->ufp.fpregs[i]); in setup_sigframe_vfp()
422 __get_user(*aa32_vfp_dreg(env, i), &vfpframe->ufp.fpregs[i]); in restore_sigframe_vfp()