Searched refs:fpstate (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/arch/arm64/
H A Dfpu.cpp28 struct fpstate* fpstate = &t->arch.fpstate; local
30 LTRACEF("cpu %u, thread %s, load fpstate %p\n", arch_curr_cpu_num(), t->name, fpstate);
32 static_assert(sizeof(fpstate->regs) == 16 * 32, "");
50 "msr fpsr, %2\n" ::"r"(fpstate->regs),
51 "r"((uint64_t)fpstate->fpcr),
52 "r"((uint64_t)fpstate->fpsr));
56 struct fpstate* fpstat local
[all...]
H A Ddebugger.cpp121 const fpstate* in = &thread->arch.fpstate;
138 fpstate* out = &thread->arch.fpstate;
/fuchsia/zircon/kernel/arch/arm64/include/arch/
H A Darch_thread.h22 struct fpstate { struct
56 struct fpstate fpstate; member in struct:arch_thread
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h54 struct _fpstate* fpstate; member in struct:sigcontext

Completed in 108 milliseconds