Searched defs:Mips (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsRelocations.h1 //===- MipsRelocations.h - Mips Code Relocations ---------------*- C++ -*-===//
10 // This file defines the Mips target-specific relocation types
21 namespace Mips{ namespace in namespace:llvm
H A DMipsInstrInfo.h1 //===- MipsInstrInfo.h - Mips Instruction Information -----------*- C++ -*-===//
10 // This file contains the Mips implementation of the TargetInstrInfo class.
17 #include "Mips.h"
27 namespace Mips { namespace in namespace:llvm
40 // Mips Specific MachineOperand flags.
88 // Mips instructions.
/external/swiftshader/third_party/LLVM/lib/Target/Mips/MCTargetDesc/
H A DMipsFixupKinds.h4 //===-- Mips/MipsFixupKinds.h - Mips Specific Fixup Entries --------*- C++ -*-===//
17 namespace Mips { namespace in namespace:llvm
87 } // namespace Mips
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.h1 //===-- MipsISelLowering.h - Mips DAG Lowering Interface --------*- C++ -*-===//
10 // This file defines the interfaces that Mips uses to lower LLVM code into a
20 #include "Mips.h"
41 // No relation with Mips Hi register
45 // No relation with Mips Lo register
281 return ABI.IsN64() ? Mips::A0_64 : Mips::A0;
288 return ABI.IsN64() ? Mips::A1_64 : Mips::A1;
293 // Mips does
607 namespace Mips { namespace in namespace:llvm
[all...]
/external/clang/include/clang/Basic/
H A DTargetBuiltins.h150 namespace Mips { namespace in namespace:clang
/external/llvm/include/llvm/Support/
H A DMipsABIFlags.h21 namespace Mips { namespace in namespace:llvm
/external/llvm/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.h1 //=== MipsInstPrinter.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
10 // This class prints a Mips MCInst to a .s file.
22 namespace Mips { namespace in namespace:llvm
23 // Mips Branch Codes
32 // Mips Condition Codes
73 const char *MipsFCCToString(Mips::CondCode CC);
74 } // end namespace Mips
/external/swiftshader/third_party/LLVM/lib/Target/Mips/InstPrinter/
H A DMipsInstPrinter.h1 //===-- MipsInstPrinter.h - Convert Mips MCInst to assembly syntax --------===//
10 // This class prints a Mips MCInst to a .s file.
22 namespace Mips { namespace in namespace:llvm
23 // Mips Branch Codes
32 // Mips Condition Codes
73 const char *MipsFCCToString(Mips::CondCode CC);
74 } // end namespace Mips
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsFixupKinds.h1 //===-- MipsFixupKinds.h - Mips Specific Fixup Entries ----------*- C++ -*-===//
16 namespace Mips { namespace in namespace:llvm
22 // MCFixupKindInfo Infos[Mips::NumTargetFixupKinds]
216 } // namespace Mips

Completed in 265 milliseconds