HomeSort by relevance Sort by last modified time
    Searched full:msp430 (Results 51 - 75 of 320) sorted by null

1 23 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
pr13683.d 5 #xfail: sh64*-*-* iq2000-*-* lm32-*-* epiphany-*-* mips64vr-*-* frv-*-* m32c-*-* rl78-*-* rx-*-* sh-*-* powerpc*-*-eabivle msp430-*-*
  /external/llvm/lib/Target/MSP430/InstPrinter/
MSP430InstPrinter.h 1 //= MSP430InstPrinter.h - Convert MSP430 MCInst to assembly syntax -*- C++ -*-//
10 // This class prints a MSP430 MCInst to a .s file.
  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.h 1 //===-- MSP430RegisterInfo.h - MSP430 Register Information Impl -*- C++ -*-===//
10 // This file contains the MSP430 implementation of the MRegisterInfo class.
MSP430TargetMachine.h 1 //===-- MSP430TargetMachine.h - Define TargetMachine for MSP430 -*- C++ -*-===//
10 // This file declares the MSP430 specific subclass of TargetMachine.
MSP430ISelLowering.cpp 1 //===-- MSP430ISelLowering.cpp - MSP430 DAG Lowering Implementation ------===//
15 #include "MSP430.h"
39 #define DEBUG_TYPE "msp430-lower"
48 HWMultMode("msp430-hwmult-mode", cl::Hidden,
65 addRegisterClass(MVT::i8, &MSP430::GR8RegClass);
66 addRegisterClass(MVT::i16, &MSP430::GR16RegClass);
72 setStackPointerRegisterToSaveRestore(MSP430::SP);
206 // MSP430 Inline Assembly Support
233 return std::make_pair(0U, &MSP430::GR8RegClass);
235 return std::make_pair(0U, &MSP430::GR16RegClass)
    [all...]
MSP430InstrFormats.td 1 //===-- MSP430InstrFormats.td - MSP430 Instruction Formats -*- tablegen -*-===//
11 // Describe MSP430 instructions format here
53 // Generic MSP430 Format
58 let Namespace = "MSP430";
76 // MSP430 Double Operand (Format I) Instructions
149 // MSP430 Single Operand (Format II) Instructions
196 // MSP430 Conditional Jumps Instructions
MSP430AsmPrinter.cpp 1 //===-- MSP430AsmPrinter.cpp - MSP430 LLVM assembly writer ----------------===//
11 // of machine-dependent LLVM code to the MSP430 assembly language.
15 #include "MSP430.h"
46 return "MSP430 Assembly Printer";
89 // Otherwise (!) msp430-as will silently miscompile the output :(
MSP430ISelLowering.h 1 //===-- MSP430ISelLowering.h - MSP430 DAG Lowering Interface ----*- C++ -*-===//
10 // This file defines the interfaces that MSP430 uses to lower LLVM code into a
18 #include "MSP430.h"
54 /// MSP430 conditional branches. Operand 0 is the chain operand, operand 1
107 /// Ty1 to type Ty2. e.g. On msp430 it's free to truncate a i16 value in
117 /// necessarily apply to truncate instructions. e.g. on msp430, all
MSP430FrameLowering.h 1 //==- MSP430FrameLowering.h - Define frame lowering for MSP430 --*- C++ -*--==//
17 #include "MSP430.h"
MSP430Subtarget.h 1 //===-- MSP430Subtarget.h - Define Subtarget for the MSP430 ----*- C++ -*--===//
10 // This file declares the MSP430 specific subclass of TargetSubtargetInfo.
README.txt 2 // MSP430 backend.
19 for libcalls is incomptible with calling convention of libcalls of msp430-gcc
  /external/llvm/test/CodeGen/MSP430/
Inst16mi.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
4 target triple = "msp430-generic-generic"
Inst16rm.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst16rr.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst8mi.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst8mm.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst8rm.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst8rr.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
AddrMode-mov-rx.ll 1 ; RUN: llc < %s -march=msp430 | FileCheck %s
3 target triple = "msp430-generic-generic"
AddrMode-mov-xr.ll 1 ; RUN: llc < %s -march=msp430 | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst16mm.ll 1 ; RUN: llc -march=msp430 -combiner-alias-analysis < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst16mr.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
Inst8mr.ll 1 ; RUN: llc -march=msp430 < %s | FileCheck %s
3 target triple = "msp430-generic-generic"
  /external/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430MCTargetDesc.cpp 1 //===-- MSP430MCTargetDesc.cpp - MSP430 Target Descriptions ---------------===//
10 // This file provides MSP430 specific target descriptions.
42 InitMSP430MCRegisterInfo(X, MSP430::PC);
MSP430MCAsmInfo.h 1 //===-- MSP430MCAsmInfo.h - MSP430 asm properties --------------*- C++ -*--===//

Completed in 302 milliseconds

1 23 4 5 6 7 8 91011>>