Home
last modified time | relevance | path

Searched refs:xt (Results 1 – 25 of 56) sorted by relevance

123

/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/gdbio/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP C:/usr/xtensa/Xplorer-8.0.10-works…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP C:/usr/xtensa/Xplorer-8.0.10-works…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/min-rt/ldscripts/
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP C:/usr/xtensa/Xplorer-8.0.10-works…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP C:/usr/xtensa/Xplorer-8.0.10-works…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa_lowmem/sim/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP C:/usr/xtensa/Xplorer-8.0.10-works…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP C:/usr/xtensa/Xplorer-8.0.10-works…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_radix2_f16.c124 float16_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_f16() local
150 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f16()
155 p0 = xt * cosVal; in arm_radix2_butterfly_f16()
158 p3 = xt * sinVal; in arm_radix2_butterfly_f16()
192 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f16()
197 p0 = xt * cosVal; in arm_radix2_butterfly_f16()
200 p3 = xt * sinVal; in arm_radix2_butterfly_f16()
219 xt = pSrc[2 * i] - pSrc[2 * i + 2]; in arm_radix2_butterfly_f16()
226 pSrc[2 * i + 2] = xt; in arm_radix2_butterfly_f16()
255 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f16()
[all …]
Darm_cfft_radix2_f32.c122 float32_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_f32() local
148 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f32()
153 p0 = xt * cosVal; in arm_radix2_butterfly_f32()
156 p3 = xt * sinVal; in arm_radix2_butterfly_f32()
190 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f32()
195 p0 = xt * cosVal; in arm_radix2_butterfly_f32()
198 p3 = xt * sinVal; in arm_radix2_butterfly_f32()
217 xt = pSrc[2 * i] - pSrc[2 * i + 2]; in arm_radix2_butterfly_f32()
224 pSrc[2 * i + 2] = xt; in arm_radix2_butterfly_f32()
253 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_f32()
[all …]
Darm_cfft_radix2_q31.c98 q31_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_q31() local
116 xt = (pSrc[2 * i] >> 1U) - (pSrc[2 * l] >> 1U); in arm_radix2_butterfly_q31()
123 mult_32x32_keep32_R(p0, xt, cosVal); in arm_radix2_butterfly_q31()
126 multSub_32x32_keep32_R(p1, xt, sinVal); in arm_radix2_butterfly_q31()
155 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_q31()
161 mult_32x32_keep32_R(p0, xt, cosVal); in arm_radix2_butterfly_q31()
164 multSub_32x32_keep32_R(p1, xt, sinVal); in arm_radix2_butterfly_q31()
189 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_q31()
195 pSrc[2U * l] = xt; in arm_radix2_butterfly_q31()
202 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_q31()
[all …]
Darm_cfft_radix2_q15.c283 q15_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_q15()
304 xt = (pSrc[2 * i] >> 1U) - (pSrc[2 * l] >> 1U); in arm_radix2_butterfly_q15()
311 pSrc[2 * l] = (((int16_t) (((q31_t) xt * cosVal) >> 16)) + in arm_radix2_butterfly_q15()
315 ((int16_t) (((q31_t) xt * sinVal) >> 16))); in arm_radix2_butterfly_q15()
341 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_q15()
347 pSrc[2 * l] = (((int16_t) (((q31_t) xt * cosVal) >> 16)) + in arm_radix2_butterfly_q15()
351 ((int16_t) (((q31_t) xt * sinVal) >> 16))); in arm_radix2_butterfly_q15()
376 xt = pSrc[2 * i] - pSrc[2 * l]; in arm_radix2_butterfly_q15()
382 pSrc[2 * l] = xt; in arm_radix2_butterfly_q15()
585 q15_t xt, yt, cosVal, sinVal; in arm_radix2_butterfly_inverse_q15()
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/gdbio/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.x478 .xt.insn 0 :
480 KEEP (*(.xt.insn))
483 .xt.prop 0 :
485 KEEP (*(.xt.prop))
486 KEEP (*(.xt.prop.*))
489 .xt.lit 0 :
491 KEEP (*(.xt.lit))
492 KEEP (*(.xt.lit.*))
495 .debug.xt.callgraph 0 :
497 KEEP (*(.debug.xt.callgraph .debug.xt.callgraph.* .gnu.linkonce.xt.callgraph.*))
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/min-rt/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.x478 .xt.insn 0 :
480 KEEP (*(.xt.insn))
483 .xt.prop 0 :
485 KEEP (*(.xt.prop))
486 KEEP (*(.xt.prop.*))
489 .xt.lit 0 :
491 KEEP (*(.xt.lit))
492 KEEP (*(.xt.lit.*))
495 .debug.xt.callgraph 0 :
497 KEEP (*(.debug.xt.callgraph .debug.xt.callgraph.* .gnu.linkonce.xt.callgraph.*))
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT595S/xtensa/sim/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\dev\devices\MIMXRT595S\xte…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.x478 .xt.insn 0 :
480 KEEP (*(.xt.insn))
483 .xt.prop 0 :
485 KEEP (*(.xt.prop))
486 KEEP (*(.xt.prop.*))
489 .xt.lit 0 :
491 KEEP (*(.xt.lit))
492 KEEP (*(.xt.lit.*))
495 .debug.xt.callgraph 0 :
497 KEEP (*(.debug.xt.callgraph .debug.xt.callgraph.* .gnu.linkonce.xt.callgraph.*))
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/gdbio/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\audio\devices\MIMXRT685S\x…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\audio\devices\MIMXRT685S\x…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/min-rt/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\audio\devices\MIMXRT685S\x…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\audio\devices\MIMXRT685S\x…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
/hal_nxp-3.6.0/mcux/mcux-sdk/devices/MIMXRT685S/xtensa/sim/ldscripts/
Delf32xtensa.xr1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\audio\devices\MIMXRT685S\x…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]
Delf32xtensa.xu1 /* This linker script generated from xt-genldscripts.tpp for LSP c:\_ddm\audio\devices\MIMXRT685S\x…
39 .xt.insn 0 :
41 KEEP (*(.xt.insn))
44 .xt.prop 0 :
46 KEEP (*(.xt.prop))
47 KEEP (*(.xt.prop.*))
50 .xt.lit 0 :
52 KEEP (*(.xt.lit))
53 KEEP (*(.xt.lit.*))
56 .debug.xt.callgraph 0 :
[all …]

123