Home
last modified time | relevance | path

Searched refs:fpcr (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.1.9/tests/ !
H A Dfp_exception.c93 uint64_t fpcr = __builtin_arm_rsr64("FPCR");
95 if (fpcr != FPCR_INIT) {
96 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
100 uint64_t fpcr_divexc = fpcr | FPCR_DIV_EXC;
/xnu-12377.1.9/osfmk/arm64/ !
H A Dstatus.c1478 state->fpcr = thread_state->fpcr;
1605 thread->machine.uNeon->ns_64.fpcr = FPCR_DEFAULT;
1616 thread->machine.uNeon->ns_32.fpcr = FPCR_DEFAULT_32;
1999 thread_state->fpcr = state->fpcr;
2081 context->ns.ns_64.fpcr = FPCR_DEFAULT;
2083 context->ns.ns_32.fpcr = FPCR_DEFAULT_32;
H A Dgenassym.c248 DECLARE("NS64_FPCR", offsetof(arm_context_t, ns.ns_64.fpcr)); in main()
279 DECLARE("NS64_KERNEL_FPCR", offsetof(arm_kernel_context_t, ns.fpcr)); in main()
H A Dpcb.c778 neon_savestate->fpcr = FPCR_DEFAULT; in machine_stack_attach()
/xnu-12377.1.9/osfmk/mach/arm/ !
H A Dthread_status.h1063 uint32_t fpcr; member
1077 uint32_t fpcr; member
1097 uint32_t fpcr; member
H A D_structs.h611 uint32_t fpcr; variable
618 uint32_t fpcr; variable