Home
last modified time | relevance | path

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

/xnu-8792.81.2/tests/
H A Dfp_exception.c89 uint64_t fpcr = __builtin_arm_rsr64("FPCR");
91 if (fpcr != FPCR_INIT) {
92 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
96 uint64_t fpcr_divexc = fpcr | FPCR_DIV_EXC;
/xnu-8792.81.2/osfmk/mach/arm/
H A Dthread_status.h955 uint32_t fpcr; member
969 uint32_t fpcr; member
989 uint32_t fpcr; member
H A D_structs.h569 uint32_t fpcr; variable
576 uint32_t fpcr; variable
/xnu-8792.81.2/osfmk/arm64/
H A Dgenassym.c216 DECLARE("NS64_FPCR", offsetof(arm_context_t, ns.ns_64.fpcr)); in main()
247 DECLARE("NS64_KERNEL_FPCR", offsetof(arm_kernel_context_t, ns.fpcr)); in main()
H A Dstatus.c1187 thread->machine.uNeon->ns_64.fpcr = FPCR_DEFAULT; in machine_thread_switch_addrmode()
1198 thread->machine.uNeon->ns_32.fpcr = FPCR_DEFAULT_32; in machine_thread_switch_addrmode()
1603 context->ns.ns_64.fpcr = FPCR_DEFAULT; in machine_thread_state_initialize()
1605 context->ns.ns_32.fpcr = FPCR_DEFAULT_32; in machine_thread_state_initialize()
H A Dpcb.c498 neon_savestate->fpcr = FPCR_DEFAULT; in machine_stack_attach()