/external/llvm-project/llvm/test/CodeGen/X86/ |
D | select.ll | 5 ; RUN: llc < %s -mtriple=i386-intel-elfiamcu | FileCheck %s --check-prefix=MCU 31 ; MCU-LABEL: test1: 32 ; MCU: # %bb.0: 33 ; MCU-NEXT: testb $1, %cl 34 ; MCU-NEXT: jne .LBB0_1 35 ; MCU-NEXT: # %bb.2: 36 ; MCU-NEXT: addl $8, %edx 37 ; MCU-NEXT: movl (%edx), %eax 38 ; MCU-NEXT: retl 39 ; MCU-NEXT: .LBB0_1: [all …]
|
D | constructor.ll | 9 ; RUN: llc -mtriple i586-intel-elfiamcu -use-ctors < %s | FileCheck %s --check-prefix=MCU-CTORS 10 ; RUN: llc -mtriple i586-intel-elfiamcu < %s | FileCheck %s --check-prefix=MCU-INIT-ARRAY 61 ; MCU-CTORS: .section .ctors,"aw",@progbits 62 ; MCU-INIT-ARRAY: .section .init_array,"aw",@init_array
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | MSP430.cpp | 26 static bool isSupportedMCU(const StringRef MCU) { in isSupportedMCU() argument 27 return llvm::StringSwitch<bool>(MCU) in isSupportedMCU() 33 static StringRef getSupportedHWMult(const Arg *MCU) { in getSupportedHWMult() argument 34 if (!MCU) in getSupportedHWMult() 37 return llvm::StringSwitch<StringRef>(MCU->getValue()) in getSupportedHWMult() 58 const Arg *MCU = Args.getLastArg(options::OPT_mmcu_EQ); in getMSP430TargetFeatures() local 59 if (MCU && !isSupportedMCU(MCU->getValue())) { in getMSP430TargetFeatures() 60 D.Diag(diag::err_drv_clang_unsupported) << MCU->getValue(); in getMSP430TargetFeatures() 65 if (!MCU && !HWMultArg) in getMSP430TargetFeatures() 69 StringRef SupportedHWMult = getSupportedHWMult(MCU); in getMSP430TargetFeatures() [all …]
|
D | AVR.cpp | 279 for (const auto &MCU : MCUInfo) in GetMCUSubPath() local 280 if (MCU.Name == MCUName) in GetMCUSubPath() 281 return std::string(MCU.SubPath); in GetMCUSubPath() 286 for (const auto &MCU : MCUInfo) in GetMCUFamilyName() local 287 if (MCU.Name == MCUName) in GetMCUFamilyName() 288 return Optional<StringRef>(MCU.Family); in GetMCUFamilyName() 292 llvm::Optional<unsigned> GetMCUSectionAddressData(StringRef MCU) { in GetMCUSectionAddressData() argument 293 return llvm::StringSwitch<llvm::Optional<unsigned>>(MCU) in GetMCUSectionAddressData()
|
/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/autotest/test_suites/ |
D | control.fingerprint-mcu | 7 PURPOSE = "Verify fingerprint MCU unittests pass on device." 14 DOC = """ This suite runs fingerprint MCU unittests on board. """
|
/external/pigweed/pw_sys_io_baremetal_stm32f429/ |
D | docs.rst | 42 to pins ``PA9`` (MCU TX) and ``PA10`` (MCU RX), making sure to match logic 50 --USB Serial--+ +-----STM32F429 MCU-----
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/.settings/ |
D | com.atollic.truestudio.debug.hardware_device.prefs | 4 MCU=STM32L476RG
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/.settings/ |
D | com.atollic.truestudio.debug.hardware_device.prefs | 4 MCU=STM32L4A6RG
|
/external/tensorflow/tensorflow/lite/micro/riscv32_mcu/ |
D | README.md | 1 # RISC-V MCU
|
/external/pigweed/pw_boot_armv7m/ |
D | docs.rst | 181 The start address of the MCU's flash region. This region must NOT include the 189 The start address of the MCU's RAM region. 195 Address the target MCU expects the link-time vector table to be located at. This 198 the MCU to operate as expected.
|
/external/autotest/server/site_tests/tast/ |
D | control.fingerprint-mcu | 15 "group:fingerprint-mcu" indicates tests that run on standalone fingerprint MCU
|
/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 …]
|
/external/tensorflow/tensorflow/lite/micro/tools/make/targets/ |
D | mcu_riscv_makefile.inc | 1 # Settings for RISCV 32-bit MCU toolchain.
|
/external/swiftshader/third_party/llvm-10.0/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/llvm-project/llvm/lib/Target/MSP430/ |
D | README.txt | 6 seen nor worked with this MCU, all information was gathered from datasheet
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/ |
D | Nucleo-L4A6RG.txt | 4 MCU STM32L4A6RGTx
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/ |
D | Nucleo-L476RG.txt | 4 MCU STM32L476RGTx
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | roadmap.md | 90 * Add support for a range of 32-bit MCU architecture use cases for speech
|
/external/arm-trusted-firmware/fdts/ |
D | stm32mp15xx-osd32.dtsi | 202 0 /*MCU*/
|
D | stm32mp15xx-dkx.dtsi | 211 0 /*MCU*/
|
D | stm32mp157a-avenger96.dts | 193 0 /*MCU*/
|
D | stm32mp157c-ed1.dts | 221 0 /*MCU*/
|
/external/cpuinfo/test/dmesg/ |
D | galaxy-s8-global.log | 3394 [ 5.416833] [3: kworker/u17:1: 2060] [SSP]: MSG From MCU - PG Init 3410 [ 5.416950] [3: kworker/u17:1: 2060] [SSP]: MCU sensor init done 3411 [ 5.416985] [0: kworker/u16:5: 614] [SSPBBD] Sensors of MCU are ready! 3413 [ 5.417080] [3: kworker/u17:1: 2060] [SSP]: MSG From MCU - MCU Init is done ~ !! 3414 [ 5.419098] [4: kworker/u17:1: 2060] [SSP]: MSG From MCU - Add_First 1 1 3420 [ 5.420987] [3: kworker/u17:1: 2060] [SSP]: MSG From MCU - Acc_FS_Open = 0xc 3428 [ 5.421361] [1: kworker/u16:5: 614] [SSP] MCU device ID = 85, reading ID = 85 3430 [ 5.424489] [5: kworker/u17:1: 2060] [SSP]: MSG From MCU - Add_First 28 1 3437 [ 5.427809] [1: kworker/u17:1: 2060] [SSP]: MSG From MCU - [SSP] ap_set_data (855) SH_MSG2SSP_… 3442 [ 5.436219] [1: kworker/u16:5: 614] [SSP] MCU Firm Rev : New = 17070500 [all …]
|