Searched refs:MCU (Results 1 – 25 of 28) sorted by relevance
12
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | select.ll | 4 ; RUN: llc < %s -mtriple=i386-intel-elfiamcu | FileCheck %s --check-prefix=MCU 19 ; MCU-LABEL: test1: 20 ; MCU: # %bb.0: 21 ; MCU-NEXT: testb $1, %cl 22 ; MCU-NEXT: jne .LBB0_1 23 ; MCU-NEXT: # %bb.2: 24 ; MCU-NEXT: addl $8, %edx 25 ; MCU-NEXT: movl (%edx), %eax 26 ; MCU-NEXT: retl 27 ; MCU-NEXT: .LBB0_1: [all …]
|
D | constructor.ll | 8 ; RUN: llc -mtriple i586-intel-elfiamcu -use-ctors < %s | FileCheck %s --check-prefix=MCU-CTORS 9 ; RUN: llc -mtriple i586-intel-elfiamcu < %s | FileCheck %s --check-prefix=MCU-INIT-ARRAY 60 ; MCU-CTORS: .section .ctors,"aw",@progbits 61 ; MCU-INIT-ARRAY: .section .init_array,"aw",@init_array
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 370 typedef ComponentType *MCU; // MCU - array of samples typedef 396 MCU *mcuROW1; 397 MCU *mcuROW2; 462 MCU *curRowBuf, 463 MCU *prevRowBuf); 479 void PmPutRow (MCU *buf, 484 void DecodeFirstRow (MCU *curRowBuf); 1227 mcuBuffer1.Allocate (info.imageWidth, sizeof (MCU)); in DecoderStructInit() 1228 mcuBuffer2.Allocate (info.imageWidth, sizeof (MCU)); in DecoderStructInit() 1230 mcuROW1 = (MCU *) mcuBuffer1.Buffer (); in DecoderStructInit() [all …]
|
/external/u-boot/doc/device-tree-bindings/clock/ |
D | st,stm32mp1.txt | 25 MPU AXI MCU PLL12 PLL3 PLL4 RTC MCO1 MCO2 32 MPU AXI MCU APB1 APB2 APB3 APB4 APB5 RTC MCO1 MCO2 119 0 /*MCU*/
|
/external/tensorflow/tensorflow/lite/experimental/micro/riscv32_mcu/ |
D | README.md | 1 # RISC-V MCU
|
/external/u-boot/arch/arm/dts/ |
D | hi6220-hikey.dts | 10 /*Reserved 1MB memory for MCU*/
|
D | stm32mp157c-ed1-u-boot.dtsi | 64 0 /*MCU*/
|
D | tegra124-apalis.dts | 972 /* MCU SPI */ 1865 /* SPI2: MCU SPI */
|
/external/libjpeg-turbo/ |
D | structure.txt | 26 An "MCU" (minimum coded unit) is an interleaved set of blocks of size 107 * MCU assembly, DCT, quantization. 120 * Dequantization, inverse DCT, MCU disassembly. 152 out MCUs, but the MCU assembly and disassembly logic will create or discard 330 This controller handles MCU assembly, including insertion of dummy DCT 334 one fully interleaved MCU row of subsampled data is processed per call, 344 coded data to the data destination module. Works on one MCU per call. 412 This controller handles MCU disassembly, including deletion of any dummy 416 progressive JPEG.) The equivalent of one fully interleaved MCU row of 421 Huffman or arithmetic entropy decoding. Works on one MCU per call. [all …]
|
D | usage.txt | 203 -restart N Emit a JPEG restart marker every N MCU rows, or every 204 N MCU blocks if "B" is attached to the number. 473 -restart N Emit a JPEG restart marker every N MCU rows, or every 474 N MCU blocks if "B" is attached to the number.
|
D | libjpeg.txt | 1014 Set restart_interval to specify the exact interval in MCU blocks. 1015 Set restart_in_rows to specify the interval in MCU rows. (If 1018 One restart marker per MCU row is often a good choice. 1728 point (usually the start of the current MCU); it will regenerate some output 1737 overly small buffer could lead to infinite looping, if a single MCU required 2013 JPEG_ROW_COMPLETED: completed reading one MCU row of compressed data 2014 JPEG_SCAN_COMPLETED: completed reading last MCU row of current scan 2699 different sizes. If the image dimensions are not a multiple of the MCU size, 2729 jpeg_write_raw_data() processes one MCU row per call, which is to say 2743 the image a multiple of the MCU dimensions. The library creates such dummy [all …]
|
D | ChangeLog.md | 731 in which the right-most MCU was 5 or 6 pixels wide. 912 buffer to overrun when a very high-frequency MCU is compressed using quality
|
/external/u-boot/board/st/stm32mp1/ |
D | README | 22 - Standard connectivity, widely inherited from the STM32 MCU family 138 - for UARTs : the uart protocol used with all MCU STM32 139 - for USB : based on USB DFU 1.1 (without the ST extensions used on MCU STM32)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/tensorflow/tensorflow/lite/experimental/micro/tools/make/targets/ |
D | mcu_riscv_makefile.inc | 1 # Settings for RISCV 32-bit MCU toolchain.
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | roadmap.md | 76 * Add support for a range of 8-bit, 16-bit and 32-bit MCU architecture use
|
/external/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 807 // X86_INTR calling convention is valid in MCU target and should override the 808 // MCU calling convention. Thus, this should be checked before isTargetMCU().
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 610 BCase(MCU) in bitset()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86CallingConv.td | 1000 // X86_INTR calling convention is valid in MCU target and should override the 1001 // MCU calling convention. Thus, this should be checked before isTargetMCU().
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 721 BCase(MCU); in bitset()
|
/external/u-boot/arch/arm/ |
D | Kconfig | 1221 bool "Support STMicroelectronics STM32 MCU with cortex M"
|
/external/tensorflow/tensorflow/lite/experimental/micro/ |
D | README.md | 209 as a test platform for RISC-V MCU.
|
/external/clang/include/clang/Driver/ |
D | Options.td | 1359 HelpText<"Use Intel MCU ABI">;
|
12