Searched refs:fpcr (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/fenv/aarch64/
H A Dfenv.c14 __asm__("mrs %0, fpcr" : "=r"(value));
19 __asm__("msr fpcr, %0" :: "r"((uint64_t)value));
37 uint64_t fpcr = get_fpcr(); local
38 set_fpcr((fpcr & ~ROUND_MASK) | round);
62 uint32_t fpcr = 0, fpsr = 0; local
64 fpcr = env->__fpcr;
67 set_fpcr(fpcr);
/fuchsia/zircon/kernel/arch/arm64/
H A Dfpu.cpp49 "msr fpcr, %1\n"
51 "r"((uint64_t)fpstate->fpcr),
79 uint64_t fpcr, fpsr; local
80 __asm__("mrs %0, fpcr\n"
81 : "=r"(fpcr));
84 fpstate->fpcr = (uint32_t)fpcr;
87 LTRACEF("thread %s, fpcr %x, fpsr %x\n", t->name, fpstate->fpcr, fpstate->fpsr);
H A Ddebugger.cpp122 out->fpcr = in->fpcr;
139 out->fpcr = in->fpcr;
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h16 unsigned int fpcr; member in struct:__anon1632
34 unsigned int fpcr; member in struct:fpsimd_context
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Darch_thread.h23 uint32_t fpcr; member in struct:fpstate
/fuchsia/zircon/system/public/zircon/syscalls/
H A Ddebug.h102 uint32_t fpcr;
/fuchsia/zircon/kernel/arch/arm64/include/arch/arm64/
H A Del2_state.h107 algn32_t fpcr; member in struct:FpState
171 static_assert(__offsetof(FpState, fpcr) == FS_FPCR, "");
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2.S57 msr fpcr, x10
61 mrs x10, fpcr
/fuchsia/zircon/system/utest/core/threads/
H A Dregister-set.cpp354 static_assert(offsetof(zx_thread_state_vector_regs_t, fpcr) == 0, "");
363 "msr fpcr, x1\n"
534 "mrs x1, fpcr\n"

Completed in 89 milliseconds