Home
last modified time | relevance | path

Searched refs:msp430 (Results 1 – 25 of 220) sorted by relevance

123456789

/external/llvm-project/lld/test/ELF/
Dmsp430.s1 ; 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/
Dmod.rs6 mod msp430; module
8 pub use msp430::Msp430Regs;
Did.rs69 test::<crate::arch::msp430::reg::Msp430Regs, crate::arch::msp430::reg::id::Msp430RegId>() in test_msp430()
/external/llvm-project/llvm/test/CodeGen/MSP430/
Dstacksave_restore.ll1 ; RUN: llc < %s -march=msp430
3 target triple = "msp430"
Dselect-use-sr.ll1 ; RUN: llc < %s -march=msp430 | FileCheck %s
4 target triple = "msp430"
Dumulo-16.ll1 ; RUN: llc < %s -march=msp430 | FileCheck %s
3 target triple = "msp430"
DInst16ri.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst8ri.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst8mi.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst16mi.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
4 target triple = "msp430-generic-generic"
DInst16rm.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst8rm.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst16rr.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst8rr.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
/external/llvm-project/clang/lib/Driver/ToolChains/
DMSP430.cpp56 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/
Dfpoperations.ll7 ; REQUIRES: msp430-registered-target
10 target triple = "msp430---elf"
/external/llvm/test/CodeGen/MSP430/
DInst16ri.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst8ri.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst16mi.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
4 target triple = "msp430-generic-generic"
DInst8mi.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst8rm.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst16rm.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst16rr.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
DInst8rr.ll1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
/external/llvm-project/llvm/test/MC/MSP430/
Dreloc.s1 ; RUN: llvm-mc -triple msp430 -show-encoding < %s | FileCheck %s
24 ; RUN: llvm-mc -filetype=obj -triple msp430 < %s | llvm-readobj -r - \

123456789