Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
LibreOffice
/
icon-themes
/
breeze_dark_svg
/
cmd
/
32
/ (
Office von Apache
Version 25.8.3.2
©
) Datei vom 5.10.2025 mit Größe 585 B
Bilddatei
reg_ops.h
products/sources/formale Sprachen/C/Linux/arch/csky/abiv2/inc/abi/reg_ops.h
/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __ABI_REG_OPS_H #define __ABI_REG_OPS_H #include
static inline unsigned int mfcr_hint(void) { return mfcr("cr31"); } static inline unsigned int mfcr_ccr2(void) { return mfcr("cr23"); } #endif /* __ABI_REG_OPS_H */
2026-04-07