Searched refs:vfp_state (Results 1 – 5 of 5) sorted by relevance
65 struct vfp_state pcb_vfpstate; /* VP/NEON state */70 struct vfp_state *pcb_vfpsaved; /* VP/NEON state */
147 struct vfp_state { struct160 void vfp_store(struct vfp_state *, boolean_t); argument
48 static void vfp_restore(struct vfp_state *);59 struct vfp_state *prev;63 struct vfp_state state;304 vfp_restore(struct vfp_state *vfpsave) in vfp_restore()336 vfp_store(struct vfp_state *vfpsave, boolean_t disable_vfp) in vfp_store()
186 __uint128_t *vfp_state; in vfp_store() local189 vfp_state = state->vfp_regs; in vfp_store()211 : "=&r"(fpcr), "=&r"(fpsr) : "r"(vfp_state)); in vfp_store()220 __uint128_t *vfp_state; in vfp_restore() local223 vfp_state = state->vfp_regs; in vfp_restore()248 : : "r"(fpcr), "r"(fpsr), "r"(vfp_state)); in vfp_restore()
55 std::array<uint8_t, sizeof(reg) + sizeof(vfp_state)> m_reg_data;