Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 18 of 18) sorted by relevance

/sof-2.7.6/src/arch/xtensa/xtos/xea1/
Dexc-alloca-handler.S142 sub a3, a3, a2 // put address on 32-bit boundary
209 sub a1, a1, a3 // FORCE alignment of the new pointer (!)
220 sub a3, a1, a5 // distance from ESF ptr to new SP
224 sub a5, a5, a4 // shift down ESF (by ESF size)
/sof-2.7.6/src/arch/xtensa/hal/
Dmem_ecc_parity.S172 sub a2, a2, a9
197 sub a2, a2, a9
218 sub a2, a2, a9
240 sub a2, a2, a9
Dint_asm.S201 sub a4, a2, a3 // (a4 = newlevel - maxlevel)
204 sub a4, a2, a3 // (a4 = newlevel - 15)
302 sub a4, a2, a3 // (a4 = newlevel - maxlevel)
305 sub a4, a2, a3 // (a4 = newlevel - 15)
503 sub a5, a5, a3 // a5 = softpri * 4 (for below; here for efficiency)
Dmemcopy.S142 sub a6, a12, a6 // number of bytes to copy for dst alignment
160 sub a4, a4, a6
296 sub a5, a2, a10 // align destination address
338 sub a3, a3, a11 // align a3
Dwindowspill_asm.S178 sub a3, a2, a3 // a3 = WINDOWBASE + index = WINDOWBASE + (31 - msbit_index)
336 sub a3, a2, a3 // restore original WINDOWBASE
/sof-2.7.6/src/arch/xtensa/include/xtensa/
Dcacheattrasm.h320 sub a3, a3, a5 // next segment (add 0x20000000)
339 sub a3, a3, a5 // next segment (add 0x20000000)
374 sub a3, a3, a5 // next segment (add 0x20000000)
Dcoreasm.h91 sub \ad, \at, \as // get numbering from lsbit (0..31, -1 if absent)
956 sub sp, sp, a9
959 sub sp, sp, a9
/sof-2.7.6/src/arch/xtensa/xtos/xea2/
Dintlevel-setmin.S56 sub a5, a3, a5 // new.intlevel - old.intlevel
/sof-2.7.6/src/arch/xtensa/xtos/
Dcrt1-sim.S140 sub sp, sp, a2
216 sub a5, a5, a3 // arg3 = fill size in bytes
Dreset-vector.S158 sub a4, a4, a5
247 sub a4, a4, a5 // compare signature with expected one
388 sub a7, a7, a4 // next 512MB region (last to first)
Dcheckvecsize51 sub checkvecsize {
Dcore-restore.S316 sub a5, a11, a10 // way number * 8
364 sub a5, a11, a10 // way number * 8
470 sub a4, a5, a4 // a4 <- bottom of extra save area
Dcore-save.S379 sub a4, a5, a4 // a4 <- bottom of extra save area
645 sub a5, a11, a10 // way number * 8
668 sub a5, a11, a10 // way number * 8
Dcrt1-boards.S316 sub a10, a9, a8 // a10 = length, assumed a multiple of 4
/sof-2.7.6/tools/coredumper/
Dsof-coredump-reader.py389 def findSub(self, txt, mask, sub, char): argument
390 pos = txt.find(sub)
392 return mask[:pos] + char * len(sub) + mask[(len(sub)+pos):]
399 result = re.sub(regex, repl, result)
452 result = re.sub(regex, repl, result)
454 result = re.sub(regex, repl, result)
463 result = re.sub(regex, repl, result)
/sof-2.7.6/tools/tune/src/
Dsrc_param.m67 %% Constrain sub-filter lengths. Make subfilters lengths multiple of four
Dsrc_get.m116 % Make each sub-filter order multiple of N helps in making efficient
/sof-2.7.6/scripts/kconfig/
Dkconfiglib.py5677 _unescape_sub = re.compile(r"\\(.)").sub