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.c115 .s19 = 0x44444444,
143 (src->s19 == dst->s19) && (src->s20 == dst->s20) && in verify_fp_callee_saved()
154 (double)src->s16, (double)src->s17, (double)src->s18, (double)src->s19, in verify_fp_callee_saved()
158 (double)dst->s16, (double)dst->s17, (double)dst->s18, (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.rst178 which is generated automatically in Zephyr application build directory with the extension ``s19``.
200 * Then send Zephyr **s19** file from terminal (use ''ascii'' mode)
/Zephyr-latest/
DKconfig.zephyr732 bool "Don't fill gaps in generated hex/s19 files [DEPRECATED]."
778 Build an S19 binary zephyr/zephyr.s19 in the build directory.
782 bool "Fill gaps in s19 files"
785 Fill gaps in s19 based files.
DCMakeLists.txt1848 # Should we print a warning if case the tools does not support converting to s19 ?
1864 …_KERNEL_S19_NAME "${PROJECT_BINARY_DIR}/${KERNEL_S19_NAME}" CACHE FILEPATH "Kernel s19 file" FORCE)
/Zephyr-latest/cmake/modules/
Dkernel.cmake168 set(KERNEL_S19_NAME ${KERNEL_NAME}.s19)
/Zephyr-latest/share/sysbuild/cmake/modules/
Dsysbuild_extensions.cmake439 # S19_OUT: property specifying the generated s19 file.