HomeSort by relevance Sort by last modified time
    Searched refs:MSP430 (Results 1 - 10 of 10) sorted by null

  /external/llvm/lib/Target/MSP430/
MSP430RegisterInfo.cpp 1 //===-- MSP430RegisterInfo.cpp - MSP430 Register Information --------------===//
10 // This file contains the MSP430 implementation of the TargetRegisterInfo class.
15 #include "MSP430.h"
29 #define DEBUG_TYPE "msp430-reg-info"
36 : MSP430GenRegisterInfo(MSP430::PCW) {}
43 MSP430::FPW, MSP430::R5W, MSP430::R6W, MSP430::R7W,
44 MSP430::R8W, MSP430::R9W, MSP430::R10W, MSP430::R11W
    [all...]
MSP430FrameLowering.cpp 1 //===-- MSP430FrameLowering.cpp - MSP430 Frame Information ----------------===//
10 // This file contains the MSP430 implementation of TargetFrameLowering class.
66 BuildMI(MBB, MBBI, DL, TII.get(MSP430::PUSH16r))
67 .addReg(MSP430::FPW, RegState::Kill);
70 BuildMI(MBB, MBBI, DL, TII.get(MSP430::MOV16rr), MSP430::FPW)
71 .addReg(MSP430::SPW);
76 I->addLiveIn(MSP430::FPW);
82 while (MBBI != MBB.end() && (MBBI->getOpcode() == MSP430::PUSH16r))
98 BuildMI(MBB, MBBI, DL, TII.get(MSP430::SUB16ri), MSP430::SPW
    [all...]
MSP430InstrInfo.cpp 1 //===-- MSP430InstrInfo.cpp - MSP430 Instruction Information --------------===//
10 // This file contains the MSP430 implementation of the TargetInstrInfo class.
15 #include "MSP430.h"
34 : MSP430GenInstrInfo(MSP430::ADJCALLSTACKDOWN, MSP430::ADJCALLSTACKUP),
53 if (RC == &MSP430::GR16RegClass)
54 BuildMI(MBB, MI, DL, get(MSP430::MOV16mr))
57 else if (RC == &MSP430::GR8RegClass)
58 BuildMI(MBB, MI, DL, get(MSP430::MOV8mr))
81 if (RC == &MSP430::GR16RegClass
    [all...]
Makefile 1 ##===- lib/Target/MSP430/Makefile --------------------------*- Makefile -*-===##
12 TARGET = MSP430
MSP430ISelDAGToDAG.cpp 1 //===-- MSP430ISelDAGToDAG.cpp - A dag to dag inst selector for MSP430 ----===//
10 // This file defines an instruction selector for the MSP430 target.
14 #include "MSP430.h"
34 #define DEBUG_TYPE "msp430-isel"
90 /// MSP430DAGToDAGISel - MSP430 specific code to select MSP430 machine
105 return "MSP430 DAG->DAG Pattern Instruction Selection";
129 /// MSP430-specific DAG, ready for instruction scheduling.
341 Opcode = MSP430::MOV8rm_POST;
344 Opcode = MSP430::MOV16rm_POST
    [all...]
MSP430BranchSelector.cpp 18 #include "MSP430.h"
27 #define DEBUG_TYPE "msp430-branch-select"
42 return "MSP430 Branch Selector";
106 if ((I->getOpcode() != MSP430::JCC || I->getOperand(0).isImm()) &&
107 I->getOpcode() != MSP430::JMP) {
145 if (I->getOpcode() == MSP430::JMP) {
149 // 0. MSP430 branch predicate
156 BuildMI(MBB, I, dl, TII->get(MSP430::JCC))
162 I = BuildMI(MBB, I, dl, TII->get(MSP430::Bi)).addMBB(Dest);
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,
64 addRegisterClass(MVT::i8, &MSP430::GR8RegClass);
65 addRegisterClass(MVT::i16, &MSP430::GR16RegClass);
75 setStackPointerRegisterToSaveRestore(MSP430::SPW);
207 // MSP430 Inline Assembly Support
235 return std::make_pair(0U, &MSP430::GR8RegClass);
237 return std::make_pair(0U, &MSP430::GR16RegClass)
    [all...]
  /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::PCW);
  /external/llvm/
configure     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 196 milliseconds