Home
last modified time | relevance | path

Searched refs:DSP (Results 1 – 25 of 111) sorted by relevance

12345

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/llvm-ir/
Dadd-dsp.ll2 …: llc -mtriple=mips-mti-linux-gnu -mcpu=mips32r2 -mattr=+dsp < %s | FileCheck %s --check-prefix=DSP
6 ; DSP-LABEL: n:
7 ; DSP: # %bb.0: # %entry
8 ; DSP-NEXT: addsc $3, $7, $5
9 ; DSP-NEXT: addwc $2, $6, $4
10 ; DSP-NEXT: jr $ra
11 ; DSP-NEXT: nop
24 ; DSP-LABEL: m:
25 ; DSP: # %bb.0: # %entry
26 ; DSP-NEXT: lw $1, 28($sp)
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll1 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s -check-prefix=CHECK-DSP
2 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s -check-prefix=CHECK-NO-DSP
3 ; RUN: llc -mtriple=thumbv7em-eabi %s -o - | FileCheck %s -check-prefix=CHECK-DSP
4 ; RUN: llc -mtriple=thumbv8m.main-none-eabi %s -o - | FileCheck %s -check-prefix=CHECK-NO-DSP
5 …UN: llc -mtriple=thumbv8m.main-none-eabi -mattr=+dsp %s -o - | FileCheck %s -check-prefix=CHECK-DSP
9 ; CHECK-DSP: uxtb16 r0, r0
10 ; CHECK-NO-DSP: bic r0, r0, #-16711936
18 ; CHECK-DSP: uxtb16 r0, r0, ror #8
19 ; CHECK-NO-DSP: mov.w r1, #16711935
20 ; CHECK-NO-DSP: and.w r0, r1, r0, lsr #8
[all …]
Dthumb2-sxt-uxt.ll1 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s --check-prefix=CHECK-NO-DSP
2 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m4 %s -o - | FileCheck %s --check-prefix=CHECK-DSP
3 ; RUN: llc -mtriple=thumbv7em-eabi %s -o - | FileCheck %s -check-prefix=CHECK-DSP
4 ; RUN: llc -mtriple=thumbv8m.main-none-eabi %s -o - | FileCheck %s -check-prefix=CHECK-NO-DSP
5 …UN: llc -mtriple=thumbv8m.main-none-eabi -mattr=+dsp %s -o - | FileCheck %s -check-prefix=CHECK-DSP
9 ; CHECK-DSP: sxth
10 ; CHECK-NO-DSP: sxth
17 ; CHECK-DSP: sxtb
18 ; CHECK-NO-DSP: sxtb
25 ; CHECK-DSP: uxth
[all …]
Dthumb2-uxt_rot.ll1 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-a8 %s -o - | FileCheck %s --check-prefix=CHECK-DSP
2 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s --check-prefix=CHECK-NO-DSP
3 ; RUN: llc -mtriple=thumbv7em-eabi %s -o - | FileCheck %s -check-prefix=CHECK-DSP
4 ; RUN: llc -mtriple=thumbv8m.main-none-eabi %s -o - | FileCheck %s -check-prefix=CHECK-NO-DSP
5 …UN: llc -mtriple=thumbv8m.main-none-eabi -mattr=+dsp %s -o - | FileCheck %s -check-prefix=CHECK-DSP
10 ; CHECK-DSP: uxtb r0, r0
11 ; CHECK-NO-DSP: uxtb r0, r0
18 ; CHECK-DSP: uxtab r0, r0, r1
19 ; CHECK-NO-DSP-NOT: uxtab
28 ; CHECK-DSP: ubfx r0, r0, #8, #16
[all …]
Dthumb2-sxt_rot.ll1 ; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s %s -o - | FileCheck %s --check-prefix=CHECK-DSP
2 ; RUN: llc -mtriple=thumb-eabi -mcpu=cortex-m3 %s -o - | FileCheck %s --check-prefix=CHECK-NO-DSP
3 ; RUN: llc -mtriple=thumbv7em-eabi %s -o - | FileCheck %s -check-prefix=CHECK-DSP
4 ; RUN: llc -mtriple=thumbv8m.main-none-eabi %s -o - | FileCheck %s -check-prefix=CHECK-NO-DSP
5 …UN: llc -mtriple=thumbv8m.main-none-eabi -mattr=+dsp %s -o - | FileCheck %s -check-prefix=CHECK-DSP
9 ; CHECK-DSP: sxtb r0, r0
10 ; CHECK-NO-DSP: sxtb r0, r0
17 ; CHECK-DSP: sbfx r0, r0, #8, #8
18 ; CHECK-NO-DSP: sbfx r0, r0, #8, #8
28 ; CHECK-DSP: sxtab r0, r1, r0, ror #8
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/CMSIS/
DMakefile.inc5 -isystem$(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Include/ \
10 -isystemthird_party/cmsis/CMSIS/DSP/Include/ \
37 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/BasicMathFunctions/arm_mult_q15.c \
38 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal.c \
39 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/TransformFunctions/arm_rfft_init_q15.c \
40 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/TransformFunctions/arm_rfft_q15.c \
41 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/TransformFunctions/arm_cfft_q15.c \
42 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/TransformFunctions/arm_cfft_radix4_q15.c \
43 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/TransformFunctions/arm_bitreversal2.S \
44 $(MAKEFILE_DIR)/downloads/cmsis/CMSIS/DSP/Source/CommonTables/arm_const_structs.c \
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Darm-cgp-icmps.ll2 …arm-enable-scalar-dsp=true -o - | FileCheck %s --check-prefix=CHECK-COMMON --check-prefix=CHECK-DSP
3 …e-scalar-dsp-imms=true -o - | FileCheck %s --check-prefix=CHECK-COMMON --check-prefix=CHECK-DSP-IMM
6 ; CHECK-DSP: adds r0, #1
7 ; CHECK-DSP-NEXT: uxtb r1, r0
8 ; CHECK-DSP-NEXT: movs r0, #47
9 ; CHECK-DSP-NEXT: cmp r1, #254
10 ; CHECK-DSP-NEXT: it lo
11 ; CHECK-DSP-NEXT: movlo r0, #35
13 ; CHECK-DSP-IMM: movs r1, #1
14 ; CHECK-DSP-IMM-NEXT: uadd8 r1, r0, r1
[all …]
DlongMAC.ll6 …: llc -mtriple=thumbv6t2-eabi %s -o - | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-T2-DSP
7 …UN: llc -mtriple=thumbv7-eabi %s -o - | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-T2-DSP
11 …: llc -mtriple=thumbv7em-eabi %s -o - | FileCheck %s -check-prefix=CHECK -check-prefix=CHECK-T2-DSP
24 ;CHECK-T2-DSP: umlal [[RDLO:r[0-9]+]], [[RDHI:r[0-9]+]], [[LHS:r[0-9]+]], [[RHS:r[0-9]+]]
25 ;CHECK-T2-DSP-NEXT: mov r0, [[RDLO]]
26 ;CHECK-T2-DSP-NEXT: mov r1, [[RDHI]]
45 ;CHECK-T2-DSP: smlal [[RDLO:r[0-9]+]], [[RDHI:r[0-9]+]], [[LHS:r[0-9]+]], [[RHS:r[0-9]+]]
46 ;CHECK-T2-DSP-NEXT: mov r0, [[RDLO]]
47 ;CHECK-T2-DSP-NEXT: mov r1, [[RDHI]]
76 ;CHECK-T2-DSP: umlal
[all …]
/external/llvm/test/CodeGen/Mips/
Dmadd-msub.ll4 ; RUN: llc -march=mips -mcpu=mips32 -mattr=dsp < %s | FileCheck %s -check-prefix=DSP
20 ; DSP-DAG: sra $[[T0:[0-9]+]], $6, 31
21 ; DSP-DAG: mtlo $6, $[[AC:ac[0-3]+]]
22 ; DSP-DAG: madd $[[AC]], ${{[45]}}, ${{[45]}}
23 ; DSP-DAG: mfhi $2, $[[AC]]
24 ; DSP-DAG: mflo $3, $[[AC]]
66 ; DSP-DAG: addiu $[[T0:[0-9]+]], $zero, 0
67 ; DSP-DAG: mtlo $6, $[[AC:ac[0-3]+]]
68 ; DSP-DAG: maddu $[[AC]], ${{[45]}}, ${{[45]}}
69 ; DSP-DAG: mfhi $2, $[[AC]]
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmadd-msub.ll4 …ch=mips -mcpu=mips32 -mattr=dsp < %s | FileCheck -allow-deprecated-dag-overlap %s -check-prefix=DSP
20 ; DSP-DAG: sra $[[T0:[0-9]+]], $6, 31
21 ; DSP-DAG: mtlo $6, $[[AC:ac[0-3]+]]
22 ; DSP-DAG: madd $[[AC]], ${{[45]}}, ${{[45]}}
23 ; DSP-DAG: mfhi $2, $[[AC]]
24 ; DSP-DAG: mflo $3, $[[AC]]
66 ; DSP-DAG: addiu $[[T0:[0-9]+]], $zero, 0
67 ; DSP-DAG: mtlo $6, $[[AC:ac[0-3]+]]
68 ; DSP-DAG: maddu $[[AC]], ${{[45]}}, ${{[45]}}
69 ; DSP-DAG: mfhi $2, $[[AC]]
[all …]
/external/u-boot/doc/
DREADME.Heterogeneous-SoCs1 DSP side awareness for Freescale heterogeneous multicore chips based on
7 SC3900/DSP cores and such devices like CPRI, MAPLE, MAPLE-ULB etc.
9 Code for DSP side awareness provides such functionality for Freescale
19 Code added in this file to print the DSP cores and other device's(CPRI,
35 in the system and CONFIGS for SC3900/DSP components
50 DSP/SC3900 core clusters
73 DSP cores and other device's components have been added in this structure.
75 freq_processor_dsp[CONFIG_MAX_DSP_CPUS] - Array to contain the DSP core's frequencies
91 DSP CPU0:1200 MHz, DSP CPU1:1200 MHz, DSP CPU2:1200 MHz, DSP CPU3:1200 MHz,
92 DSP CPU4:1200 MHz, DSP CPU5:1200 MHz,
[all …]
/external/u-boot/doc/device-tree-bindings/remoteproc/
Dti,k3-dsp-rproc.txt1 TI K3 DSP devices
4 The TI K3 family of SoCs usually have one or more TI DSP Core sub-systems that
10 a dedicated local power/sleep controller etc. The DSP processor cores in the
14 DSP Device Node:
16 Each DSP Core sub-system is represented as a single DT node. Each node has a
43 DSP Core. Please refer to the corresponding System
44 Controller documentation for valid values for the DSP
48 contain the TI-SCI processor id for the DSP core device
77 /* J721E C66_0 DSP node */
90 /* J721E C71_0 DSP node */
/external/llvm/test/CodeGen/Mips/mips32r6/
Dcompatibility.ll2 ; RUN: not llc -march=mipsel -mcpu=mips32r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
5 ; DSP: MIPS32r6 is not compatible with the DSP ASE
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/mips32r6/
Dcompatibility.ll2 ; RUN: not llc -march=mipsel -mcpu=mips32r6 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
5 ; DSP: MIPS32r6 is not compatible with the DSP ASE
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/mips64r6/
Dcompatibility.ll2 …march=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
/external/llvm/test/CodeGen/Mips/mips64r6/
Dcompatibility.ll2 …march=mipsel -mcpu=mips64r6 -target-abi n64 -mattr=+dsp < %s 2>&1 | FileCheck --check-prefix=DSP %s
5 ; DSP: MIPS64r6 is not compatible with the DSP ASE
/external/u-boot/board/freescale/bsc9131rdb/
DREADME4 It combines Power Architecture e500v2 and DSP StarCore SC3850 core
11 . StarCore SC3850 DSP subsystem with a 512-Kbyte private L2 cache
104 0xA0000000 0xBFFFFFFF Shared DSP core L2/M2 space 512M
109 0xFEE0_0000 0xFEE0_0FFF DSP Boot ROM 4K
110 0xFF60_0000 0xFF6F_FFFF DSP CCSR 1M
117 0x3700_0000 0x37FF_FFFF PowerPC-DSP shared control area
118 0x3800_0000 0x4FFF_FFFF DSP Private area
121 data communcation between PowerPC and DSP core.
/external/tensorflow/tensorflow/lite/g3doc/performance/
Dhexagon_delegate.md5 Hexagon library to execute quantized kernels on the DSP. Note that the delegate
7 NNAPI DSP acceleration is unavailable (e.g., on older devices, or devices that
8 don’t yet have a DSP NNAPI driver).
18 * Snapdragon 835 (682 DSP)
19 * Snapdragon 660/820/821 (680 DSP)
20 * Snapdragon 710/845 (685 DSP)
21 * Snapdragon 8150/855 (690 DSP)
42 * Throws UnsupportedOperationException if Hexagon DSP delegation is not
126 // the DSP. Combining with 'debug_level' more information will be printed.
139 // Initializes the DSP connection.
[all …]
/external/u-boot/board/freescale/bsc9132qds/
DREADME6 The BSC9132 device combines Power Architecture e500 and DSP StarCore SC3850
17 - Two StarCore SC3850 DSP subsystems, each with a 512-Kbyte private L2
109 0xA000_0000 0xA7FF_FFFF DSP core1 L2 space 128M
110 0xB000_0000 0xB0FF_FFFF DSP core0 M2 space 16M
111 0xB100_0000 0xB1FF_FFFF DSP core1 M2 space 16M
118 0xFEE0_0000 0xFEE0_0FFF DSP Boot ROM 4K
119 0xFF60_0000 0xFF6F_FFFF DSP CCSR 1M
/external/fastrpc/
DMETADATA4 "invocations across DSP/APPS boundaries. The intent of Qualcomm FastRPC is "
5 "allowing tasks to be easily offloading to the DSP hardware, such as easily "
/external/tensorflow/tensorflow/lite/experimental/delegates/hexagon/
DREADME.md4 to QC DSP.
5 Note that we only support quantized models, since the DSP is efficient
33 TfLiteHexagonTearDown(); // Needed once at end of app/DSP usage.
42 - 'libhexagon_nn_skel(_v65/_v66).so' which holds the DSP code.
/external/tensorflow/tensorflow/lite/micro/tools/make/ext_libs/
Dcmsis.inc23 $(call recursive_find,$(CMSIS_PATH)/CMSIS/DSP/Include,*.h)
36 -I$(CMSIS_PATH)/CMSIS/DSP/Include
/external/llvm/test/tools/llvm-readobj/
Dmips-abiflags.test11 EL64-NEXT: DSP (0x1)
30 BE32-NEXT: DSP (0x1)
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dmips-abiflags.test11 EL64-NEXT: DSP (0x1)
30 BE32-NEXT: DSP (0x1)
/external/fec/
DREADME11 useful in modems implemented with digital signal processing (DSP).
28 coefficients. This is the basic DSP primitive for digital filtering
32 useful in DSP for finding the total energy in a signal.
106 Merged SIMD-Viterbi, RS and DSP libraries

12345