:orphan: .. title:: CONFIG_ARC_HAS_ACCL_REGS .. kconfig:: CONFIG_ARC_HAS_ACCL_REGS CONFIG_ARC_HAS_ACCL_REGS ######################## *Reg Pair ACCL:ACCH (FPU and/or MPY > 6)* Type: ``bool`` Help ==== .. code-block:: none Depending on the configuration, CPU can contain accumulator reg-pair (also referred to as r58:r59). These can also be used by gcc as GPR so kernel needs to save/restore per process Direct dependencies =================== \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`CPU_HS3X ` - y if \ :kconfig:`FPU ` Kconfig definition ================== At ``/arc/Kconfig:263`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options .. code-block:: kconfig config ARC_HAS_ACCL_REGS bool "Reg Pair ACCL:ACCH (FPU and/or MPY > 6)" default y if CPU_HS3X default y if FPU depends on ARC help Depending on the configuration, CPU can contain accumulator reg-pair (also referred to as r58:r59). These can also be used by gcc as GPR so kernel needs to save/restore per process *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*