Searched refs:msp430 (Results 1 – 25 of 220) sorted by relevance
123456789
/external/llvm-project/lld/test/ELF/ |
D | msp430.s | 1 ; REQUIRES: msp430 2 ; RUN: llvm-mc -filetype=obj -triple=msp430-elf -o %t1.o %s 3 ; RUN: echo -e '.global _start\n _start: nop' | llvm-mc -filetype=obj -triple=msp430-elf -o %t2.o - 7 ;; Check handling of basic msp430 relocation types.
|
/external/rust/crates/gdbstub/src/arch/msp430/reg/ |
D | mod.rs | 6 mod msp430; module 8 pub use msp430::Msp430Regs;
|
D | id.rs | 69 test::<crate::arch::msp430::reg::Msp430Regs, crate::arch::msp430::reg::id::Msp430RegId>() in test_msp430()
|
/external/llvm-project/llvm/test/CodeGen/MSP430/ |
D | stacksave_restore.ll | 1 ; RUN: llc < %s -march=msp430 3 target triple = "msp430"
|
D | select-use-sr.ll | 1 ; RUN: llc < %s -march=msp430 | FileCheck %s 4 target triple = "msp430"
|
D | umulo-16.ll | 1 ; RUN: llc < %s -march=msp430 | FileCheck %s 3 target triple = "msp430"
|
D | Inst16ri.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst8ri.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst8mi.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst16mi.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 4 target triple = "msp430-generic-generic"
|
D | Inst16rm.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst8rm.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst16rr.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst8rr.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | MSP430.cpp | 56 void msp430::getMSP430TargetFeatures(const Driver &D, const ArgList &Args, in getMSP430TargetFeatures() 179 return new tools::msp430::Linker(*this); in buildLinker() 182 void msp430::Linker::AddStartFiles(bool UseExceptions, const ArgList &Args, in AddStartFiles() 191 void msp430::Linker::AddDefaultLibs(const llvm::opt::ArgList &Args, in AddDefaultLibs() 218 void msp430::Linker::AddEndFiles(bool UseExceptions, const ArgList &Args, in AddEndFiles() 263 void msp430::Linker::ConstructJob(Compilation &C, const JobAction &JA, in ConstructJob()
|
/external/llvm-project/llvm/test/CodeGen/Generic/ |
D | fpoperations.ll | 7 ; REQUIRES: msp430-registered-target 10 target triple = "msp430---elf"
|
/external/llvm/test/CodeGen/MSP430/ |
D | Inst16ri.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst8ri.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst16mi.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 4 target triple = "msp430-generic-generic"
|
D | Inst8mi.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst8rm.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst16rm.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst16rr.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
D | Inst8rr.ll | 1 ; RUN: llc -march=msp430 < %s | FileCheck %s 3 target triple = "msp430-generic-generic"
|
/external/llvm-project/llvm/test/MC/MSP430/ |
D | reloc.s | 1 ; RUN: llvm-mc -triple msp430 -show-encoding < %s | FileCheck %s 24 ; RUN: llvm-mc -filetype=obj -triple msp430 < %s | llvm-readobj -r - \
|
123456789