HomeSort by relevance Sort by last modified time
    Searched defs:XCore (Results 1 - 5 of 5) sorted by null

  /external/clang/include/clang/Basic/
TargetBuiltins.h 158 /// \brief XCore builtins
159 namespace XCore {
  /external/clang/lib/Driver/
Tools.h 615 namespace XCore {
616 // For XCore, we do not need to instantiate tools for PreProcess, PreCompile and Compile.
620 Assemble(const ToolChain &TC) : Tool("XCore::Assemble",
621 "XCore-as", TC) {}
632 Link(const ToolChain &TC) : Tool("XCore::Link",
633 "XCore-ld", TC) {}
642 } // end namespace XCore.
ToolChains.h 748 class LLVM_LIBRARY_VISIBILITY XCore : public ToolChain {
750 XCore(const Driver &D, const llvm::Triple &Triple,
ToolChains.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 1 //===-- XCoreInstrInfo.cpp - XCore Instruction Information ----------------===//
10 // This file contains the XCore implementation of the TargetInstrInfo class.
15 #include "XCore.h"
35 namespace XCore {
37 // XCore Condition Codes
50 : XCoreGenInstrInfo(XCore::ADJCALLSTACKDOWN, XCore::ADJCALLSTACKUP),
66 if (Opcode == XCore::LDWFI)
88 if (Opcode == XCore::STWFI)
106 return BrOpc == XCore::BRFU_u
    [all...]

Completed in 352 milliseconds