Home
last modified time | relevance | path

Searched refs:s19 (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/tests/arch/arm/arm_thread_swap/src/
Darm_thread_arch.c135 .s18 = 0x33333333, .s19 = 0x44444444,
163 && (src->s19 == dst->s19) in verify_fp_callee_saved()
183 (double)src->s19, in verify_fp_callee_saved()
199 (double)dst->s19, in verify_fp_callee_saved()
/Zephyr-latest/include/zephyr/arch/arm/
Dthread.h47 float s19; member
/Zephyr-latest/boards/renesas/rzg3s_smarc/doc/
Dindex.rst155 which is generated automatically in Zephyr application build directory with the extension ``s19``.
177 * Then send Zephyr **s19** file from terminal (use ''ascii'' mode)
/Zephyr-latest/cmake/modules/
Dkernel.cmake164 set(KERNEL_S19_NAME ${KERNEL_NAME}.s19)
/Zephyr-latest/
DKconfig.zephyr725 bool "Don't fill gaps in generated hex/s19 files [DEPRECATED]."
771 Build an S19 binary zephyr/zephyr.s19 in the build directory.
775 bool "Fill gaps in s19 files"
778 Fill gaps in s19 based files.
DCMakeLists.txt1839 # Should we print a warning if case the tools does not support converting to s19 ?
1855 …_KERNEL_S19_NAME "${PROJECT_BINARY_DIR}/${KERNEL_S19_NAME}" CACHE FILEPATH "Kernel s19 file" FORCE)
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake445 # S19_OUT: property specifying the generated s19 file.