Home
last modified time | relevance | path

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

/xnu-11215.61.5/tests/
H A Dfp_exception.c90 uint64_t fpcr = __builtin_arm_rsr64("FPCR");
92 if (fpcr != FPCR_INIT) {
93 T_FAIL("The floating point control register has a non-default value" "%" PRIx64, fpcr);
97 uint64_t fpcr_divexc = fpcr | FPCR_DIV_EXC;
/xnu-11215.61.5/osfmk/mach/arm/
H A Dthread_status.h1019 uint32_t fpcr; member
1033 uint32_t fpcr; member
1053 uint32_t fpcr; member
H A D_structs.h611 uint32_t fpcr; variable
618 uint32_t fpcr; variable
/xnu-11215.61.5/osfmk/arm64/
H A Dgenassym.c247 DECLARE("NS64_FPCR", offsetof(arm_context_t, ns.ns_64.fpcr)); in main()
278 DECLARE("NS64_KERNEL_FPCR", offsetof(arm_kernel_context_t, ns.fpcr)); in main()
H A Dstatus.c1236 thread->machine.uNeon->ns_64.fpcr = FPCR_DEFAULT; in machine_thread_switch_addrmode()
1247 thread->machine.uNeon->ns_32.fpcr = FPCR_DEFAULT_32; in machine_thread_switch_addrmode()
1662 context->ns.ns_64.fpcr = FPCR_DEFAULT; in machine_thread_state_initialize()
1664 context->ns.ns_32.fpcr = FPCR_DEFAULT_32; in machine_thread_state_initialize()
H A Dpcb.c767 neon_savestate->fpcr = FPCR_DEFAULT; in machine_stack_attach()