Searched refs:src (Results 1 – 14 of 14) sorted by relevance
/hal_xtensa-3.5.0/ |
D | CMakeLists.txt | 30 src/hal/attribute.c 31 src/hal/cache_asm.S 32 src/hal/cache.c 33 src/hal/clock.S 34 src/hal/coherence.c 35 src/hal/debug.c 36 src/hal/debug_hndlr.S 37 src/hal/disass.c 38 src/hal/int_asm.S 39 src/hal/interrupts.c [all …]
|
D | install-sh | 94 src= 241 for src 244 case $src in 245 -* | [=\(\)!]) src=./$src;; 249 dst=$src 258 if test ! -f "$src" && test ! -d "$src"; then 259 echo "$0: $src does not exist." >&2 277 dst=$dstdir/`basename "$src"` 467 (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") && 473 # errors from the above "$doit $cpprog $src $dsttmp" command.
|
D | configure.ac | 10 AC_CONFIG_SRCDIR([src/hal/attribute.c]) 35 src/hal/Makefile
|
D | Makefile.am | 1 SUBDIRS = . include src/hal
|
D | Makefile.in | 289 SUBDIRS = . include src/hal
|
D | configure | 584 ac_unique_file="src/hal/attribute.c" 5451 "src/hal/Makefile") CONFIG_FILES="$CONFIG_FILES src/hal/Makefile" ;;
|
/hal_xtensa-3.5.0/src/hal/ |
D | Makefile.am | 52 split_sources = $(shell cd $(top_srcdir)/src && $(AWK) -F '[()]' ' \
|
D | cache_asm.S | 835 src a5, aL, aH // get 16-bit-swapped 32-bit value 836 src a5, a5, a5 // get 32-bit value (rotate by 16) 838 src a3, aH, aL // get 32-bit mask
|
D | Makefile.src | 53 $(error Please set MAKEFILE_SRC to the path to this Makefile.src)
|
D | windowspill_asm.S | 331 src a2, a2, a3 // rotate left by original WINDOWBASE
|
D | Makefile.in | 86 subdir = src/hal 340 split_sources = $(shell cd $(top_srcdir)/src && $(AWK) -F '[()]' ' \ 372 $(AUTOMAKE) --foreign src/hal/Makefile
|
D | memcopy.S | 38 src \r, BL(\early,\late), BL(\late,\early)
|
/hal_xtensa-3.5.0/include/xtensa/ |
D | overlay.h | 84 int xt_overlay_start_map(void * dst, void * src, unsigned int len, int ov_id);
|
D | hal.h | 379 extern void* xthal_memcpy(void *dst, const void *src, unsigned len); 380 extern void* xthal_bcopy(const void *src, void *dst, unsigned len);
|