Home
last modified time | relevance | path

Searched refs:src (Results 1 – 14 of 14) sorted by relevance

/hal_xtensa-3.5.0/
DCMakeLists.txt30 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 …]
Dinstall-sh94 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.
Dconfigure.ac10 AC_CONFIG_SRCDIR([src/hal/attribute.c])
35 src/hal/Makefile
DMakefile.am1 SUBDIRS = . include src/hal
DMakefile.in289 SUBDIRS = . include src/hal
Dconfigure584 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/
DMakefile.am52 split_sources = $(shell cd $(top_srcdir)/src && $(AWK) -F '[()]' ' \
Dcache_asm.S835 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
DMakefile.src53 $(error Please set MAKEFILE_SRC to the path to this Makefile.src)
Dwindowspill_asm.S331 src a2, a2, a3 // rotate left by original WINDOWBASE
DMakefile.in86 subdir = src/hal
340 split_sources = $(shell cd $(top_srcdir)/src && $(AWK) -F '[()]' ' \
372 $(AUTOMAKE) --foreign src/hal/Makefile
Dmemcopy.S38 src \r, BL(\early,\late), BL(\late,\early)
/hal_xtensa-3.5.0/include/xtensa/
Doverlay.h84 int xt_overlay_start_map(void * dst, void * src, unsigned int len, int ov_id);
Dhal.h379 extern void* xthal_memcpy(void *dst, const void *src, unsigned len);
380 extern void* xthal_bcopy(const void *src, void *dst, unsigned len);