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

  /external/llvm/lib/Target/Mips/
MipsRelocations.h 1 //===- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
10 // This file defines the Mips target-specific relocation types
21 namespace Mips{
MipsInstrInfo.h 1 //===- MipsInstrInfo.h - Mips Instruction Information -----------*- C++ -*-===//
10 // This file contains the Mips implementation of the TargetInstrInfo class.
17 #include "Mips.h"
27 namespace Mips {
40 // Mips Specific MachineOperand flags.
88 // Mips instructions.
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsFixupKinds.h 1 //===-- Mips/MipsFixupKinds.h - Mips Specific Fixup Entries -----*- C++ -*-===//
16 namespace Mips {
85 } // namespace Mips
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 1 //===-- MipsInstPrinter.h - Convert Mips MCInst to assembly syntax --------===//
10 // This class prints a Mips MCInst to a .s file.
22 namespace Mips {
23 // Mips Branch Codes
32 // Mips Condition Codes
73 const char *MipsFCCToString(Mips::CondCode CC);
74 } // end namespace Mips

Completed in 38 milliseconds