Searched refs:fp_cr (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/arch/arm64/include/
H A Dreg.h33 uint32_t fp_cr; member in struct:fpreg
/openbsd-current/sys/arch/arm64/arm64/
H A Dfpu.c74 fp->fp_cr = READ_SPECIALREG(fpcr);
135 WRITE_SPECIALREG(fpcr, fp->fp_cr);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeRegisterContextOpenBSD_arm64.cpp236 reg_value = (uint32_t)m_fpr.fp_cr;
374 m_fpr.fp_cr = reg_value.GetAsUInt32();

Completed in 133 milliseconds