Searched refs:fpcr (Results 1 – 2 of 2) sorted by relevance
106 uint64_t fpcr, fpsr; in vfp_store() local128 : "=&r"(fpcr), "=&r"(fpsr) : "r"(vfp_state)); in vfp_store()130 state->vfp_fpcr = fpcr; in vfp_store()138 uint64_t fpcr, fpsr; in vfp_restore() local141 fpcr = state->vfp_fpcr; in vfp_restore()163 : : "r"(fpcr), "r"(fpsr), "r"(vfp_state)); in vfp_restore()
1393 PRINT_REG(fpcr); in DB_SHOW_COMMAND()