Searched defs:MBlaze (Results 1 - 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeRegisterInfo.h1 //===- MBlazeRegisterInfo.h - MBlaze Register Information Impl --*- C++ -*-===//
10 // This file contains the MBlaze implementation of the TargetRegisterInfo
18 #include "MBlaze.h"
29 namespace MBlaze { namespace in namespace:llvm
H A DMBlazeRelocations.h1 //===- MBlazeRelocations.h - MBlaze Code Relocations ------------*- C++ -*-===//
10 // This file defines the MBlaze target-specific relocation types.
20 namespace MBlaze { namespace in namespace:llvm
H A DMBlazeInstrInfo.h1 //===- MBlazeInstrInfo.h - MBlaze Instruction Information -------*- C++ -*-===//
10 // This file contains the MBlaze implementation of the TargetInstrInfo class.
17 #include "MBlaze.h"
27 namespace MBlaze { namespace in namespace:llvm
29 // MBlaze Branch Codes
38 // MBlaze Condition Codes
92 case COND_EQ: return MBlaze::BEQID;
93 case COND_NE: return MBlaze::BNEID;
94 case COND_GT: return MBlaze::BGTID;
95 case COND_GE: return MBlaze
[all...]

Completed in 159 milliseconds