Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 30) sorted by relevance

12

/hal_xtensa-latest/include/xtensa/
Dxdm-regs.h185 #define _XDM_ERI_TO_NAR(a) ( ((a)&0x3F80)==0x0000 ? (((a)>>2) & 0x1F) \ argument
186 : ((a)&0x3E00)==0x1000 ? (0x20 | (((a)>>2) & 7) | (((a)>>4) & 0x18)) \
187 : ((a)&0x3FC0)==0x2000 ? (0x40 | (((a)>>2) & 0xF)) \
188 : ((a)&0x3FE0)==0x3020 ? (0x50 | (((a)>>2) & 0xF)) \
189 : ((a)&0x3FFC)==0x3F00 ? 0x60 \
190 : ((a)&0x3F80)==0x3F80 ? (0x60 | (((a)>>2) & 0x1F)) \
193 #define XDM_ERI_TO_NAR(a) _XDM_ERI_TO_NAR(a & 0xFFFF) argument
196 #define _XDM_NAR_TO_APB(a) ((a) <= 0x1f ? ((a) << 2) \ argument
197 :(a) >= 0x20 && (a) <= 0x3F ? (0x1000 | (((a)& 7) << 2) | (((a)&0x18)<<4)) \
198 :(a) >= 0x40 && (a) <= 0x4F ? (0x2000 | (((a)&0xF) << 2)) \
[all …]
Dhal.h122 #define XTHAL_FUZZY_AND(a,b) (((a)==0 || (b)==0) ? 0 : ((a)==1 && (b)==1) ? 1 : XTHAL_MAYBE) argument
123 #define XTHAL_FUZZY_OR(a,b) (((a)==1 || (b)==1) ? 1 : ((a)==0 && (b)==0) ? 0 : XTHAL_MAYBE) argument
124 #define XTHAL_FUZZY_NOT(a) (((a)==0 || (a)==1) ? (1-(a)) : XTHAL_MAYBE) argument
/hal_xtensa-latest/zephyr/soc/sample_controller32/xtensa/config/
Dcore.h98 #define XCHAL__1(a, x, ...) x argument
99 #define XCHAL__2(a,b, x, ...) x argument
100 #define XCHAL__3(a,b,c, x, ...) x argument
101 #define XCHAL__4(a,b,c,d, x, ...) x argument
102 #define XCHAL__5(a,b,c,d,e, x, ...) x argument
103 #define XCHAL__6(a,b,c,d,e,f, x, ...) x argument
104 #define XCHAL__7(a,b,c,d,e,f,g, x, ...) x argument
105 #define XCHAL__8(a,b,c,d,e,f,g,h, x, ...) x argument
106 #define XCHAL__9(a,b,c,d,e,f,g,h,i, x, ...) x argument
107 #define XCHAL__10(a,b,c,d,e,f,g,h,i,j, x, ...) x argument
[all …]
/hal_xtensa-latest/zephyr/soc/intel_apl_adsp/xtensa/config/
Dtie-asm.h272 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
273 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
274 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
275 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
276 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
277 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
278 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
279 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
280 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
281 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/nxp_rt500_adsp/xtensa/config/
Dtie-asm.h295 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
296 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
297 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
298 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
299 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
300 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
301 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
302 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
303 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
304 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/mt8195_adsp/xtensa/config/
Dtie-asm.h298 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
299 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
300 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
301 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
302 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
303 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
304 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
305 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
306 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
307 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/mimx8ml8/xtensa/config/
Dtie-asm.h300 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
301 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
302 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
303 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
304 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
305 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
306 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
307 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
308 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
309 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/intel_ace30_ptl/xtensa/config/
Dtie-asm.h302 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
303 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
304 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
305 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
306 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
307 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
308 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
309 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
310 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
311 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/nxp_imx_adsp/xtensa/config/
Dtie-asm.h300 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
301 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
302 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
303 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
304 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
305 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
306 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
307 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
308 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
309 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/intel_ace15_mtpm/xtensa/config/
Dtie-asm.h302 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
303 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
304 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
305 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
306 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
307 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
308 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
309 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
310 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
311 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/nxp_rt600_adsp/xtensa/config/
Dtie-asm.h371 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
372 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
373 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
374 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
375 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
376 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
377 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
378 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
379 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
380 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/nxp_imx8ulp_adsp/xtensa/config/
Dtie-asm.h368 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
369 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
370 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
371 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
372 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
373 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
374 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
375 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
376 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
377 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/intel_tgl_adsp/xtensa/config/
Dtie-asm.h357 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
358 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
359 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
360 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
361 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
362 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
363 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
364 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
365 .macro xchal_cp6_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
366 .macro xchal_cp6_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/intel_icl_adsp/xtensa/config/
Dtie-asm.h357 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
358 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
359 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
360 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
361 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
362 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
363 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
364 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
365 .macro xchal_cp6_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
366 .macro xchal_cp6_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/zephyr/soc/intel_cnl_adsp/xtensa/config/
Dtie-asm.h357 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
358 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
359 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
360 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
361 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
362 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
363 .macro xchal_cp5_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
364 .macro xchal_cp5_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
365 .macro xchal_cp6_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
366 .macro xchal_cp6_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]
/hal_xtensa-latest/src/hal/
Dint_asm.S433 addi a?, a5, 8*4
435 movnez a5, a?, a2
437 addi a?, a5, 4*4
439 movnez a5, a?, a2
441 addi a?, a5, 2*4
443 movnez a5, a?, a2
445 addi a?, a5, 1*4
447 movnez a5, a?, a2
DMakefile.src114 HALLIB = libhal.a
137 %.a:
DMakefile.am6 lib_LIBRARIES = libhal.a
Dmpu.c727 static unsigned max(unsigned a, unsigned b, unsigned c) in max() argument
729 if (a > b && a > c) in max()
730 return a; in max()
1706 inline static unsigned int max2(unsigned int a, unsigned int b) in max2() argument
1708 if (a>b) in max2()
1709 return a; in max2()
DMakefile.in297 lib_LIBRARIES = libhal.a
423 libhal.a: $(libhal_a_OBJECTS) $(libhal_a_DEPENDENCIES) $(EXTRA_libhal_a_DEPENDENCIES)
424 $(AM_V_at)-rm -f libhal.a
425 $(AM_V_AR)$(libhal_a_AR) libhal.a $(libhal_a_OBJECTS) $(libhal_a_LIBADD)
426 $(AM_V_at)$(RANLIB) libhal.a
/hal_xtensa-latest/
Daclocal.m436 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
45 # This is a private macro too. Using m4_define simplifies
69 # ACT-IF-FAIL (default is to abort configure with a proper error message).
82 [am_ar_try='$AR cru libconftest.a conftest.$ac_objext >&AS_MESSAGE_LOG_FD'
95 rm -f conftest.lib libconftest.a
151 # Of course, Automake must honor this variable whenever it calls a
156 # source directory, any form will work fine, but in subdirectories a
160 # fails when called from a subdirectory if $ac_aux_dir is relative
163 # fails when called from a subdirectory in a VPATH build with
164 # a relative $ac_aux_dir
[all …]
Dcompile117 lib=$dir/lib$lib.a
247 If you are trying to build a whole package this is not the
DMakefile.in494 ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
495 ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
496 ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
497 || chmod -R a+r "$(distdir)"
557 chmod -R a-w $(distdir)
560 chmod a-w $(distdir)
578 && chmod -R a-w "$$dc_install_base" \
DLICENSE5 a copy of this software and associated documentation files (the
/hal_xtensa-latest/include/xtensa/config/
Dcore.h1089 .macro xchal_cp0_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
1090 .macro xchal_cp0_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
1093 .macro xchal_cp1_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
1094 .macro xchal_cp1_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
1097 .macro xchal_cp2_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
1098 .macro xchal_cp2_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
1101 .macro xchal_cp3_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
1102 .macro xchal_cp3_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
1105 .macro xchal_cp4_store p a b c d continue=0 ofs=-1 select=-1 ; .endm
1106 .macro xchal_cp4_load p a b c d continue=0 ofs=-1 select=-1 ; .endm
[all …]

12