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

  /external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRegisterInfo.h 1 //===- MBlazeRegisterInfo.h - MBlaze Register Information Impl --*- C++ -*-===//
10 // This file contains the MBlaze implementation of the TargetRegisterInfo
18 #include "MBlaze.h"
29 namespace MBlaze {
MBlazeRelocations.h 1 //===- MBlazeRelocations.h - MBlaze Code Relocations ------------*- C++ -*-===//
10 // This file defines the MBlaze target-specific relocation types.
20 namespace MBlaze {
MBlazeInstrInfo.h 1 //===- MBlazeInstrInfo.h - MBlaze Instruction Information -------*- C++ -*-===//
10 // This file contains the MBlaze implementation of the TargetInstrInfo class.
17 #include "MBlaze.h"
27 namespace MBlaze {
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::BGEID
    [all...]

Completed in 87 milliseconds