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

/fuchsia/zircon/kernel/arch/arm64/
H A Dfpu.cpp50 "msr fpsr, %2\n" ::"r"(fpstate->regs),
52 "r"((uint64_t)fpstate->fpsr));
79 uint64_t fpcr, fpsr; local
82 __asm__("mrs %0, fpsr\n"
83 : "=r"(fpsr));
85 fpstate->fpsr = (uint32_t)fpsr;
87 LTRACEF("thread %s, fpcr %x, fpsr %x\n", t->name, fpstate->fpcr, fpstate->fpsr);
H A Ddebugger.cpp123 out->fpsr = in->fpsr;
140 out->fpsr = in->fpsr;
/fuchsia/zircon/third_party/ulib/musl/src/fenv/aarch64/
H A Dfenv.c24 __asm__("mrs %0, fpsr" : "=r"(value));
29 __asm__("msr fpsr, %0" :: "r"((uint64_t)value));
62 uint32_t fpcr = 0, fpsr = 0; local
65 fpsr = env->__fpsr;
68 set_fpsr(fpsr);
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h15 unsigned int fpsr; member in struct:__anon1632
33 unsigned int fpsr; member in struct:fpsimd_context
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Darch_thread.h24 uint32_t fpsr; member in struct:fpstate
/fuchsia/zircon/system/public/zircon/syscalls/
H A Ddebug.h103 uint32_t fpsr;
/fuchsia/zircon/kernel/arch/arm64/include/arch/arm64/
H A Del2_state.h106 algn32_t fpsr; member in struct:FpState
170 static_assert(__offsetof(FpState, fpsr) == FS_FPSR, "");
/fuchsia/zircon/kernel/arch/arm64/hypervisor/
H A Del2.S55 msr fpsr, x10
59 mrs x10, fpsr
/fuchsia/zircon/system/utest/core/threads/
H A Dregister-set.cpp355 static_assert(offsetof(zx_thread_state_vector_regs_t, fpsr) == 4, "");
364 "msr fpsr, x2\n"
535 "mrs x2, fpsr\n"

Completed in 54 milliseconds