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

  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 1 //===-- 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
277 return ABI.IsN64() ? Mips::A0_64 : Mips::A0;
284 return ABI.IsN64() ? Mips::A1_64 : Mips::A1;
289 // Mips doesn't have any special address spaces so we just reserv
    [all...]
  /external/clang/include/clang/Basic/
TargetBuiltins.h 149 /// \brief MIPS builtins
150 namespace Mips {
  /external/llvm/include/llvm/Support/
MipsABIFlags.h 1 //===--- MipsABIFlags.h - MIPS ABI flags ----------------------------------===//
11 // in the .MIPS.abiflags section.
13 // https://dmz-portal.mips.com/wiki/MIPS_O32_ABI_-_FR0_and_FR1_Interlinking
21 namespace Mips {
38 AFL_ASE_MIPS3D = 0x00000020, // MIPS-3D ASE
56 AFL_EXT_5900 = 6, // MIPS R5900 instruction
57 AFL_EXT_4650 = 7, // MIPS R4650 instruction
61 AFL_EXT_10000 = 11, // MIPS R10000 instruction
75 // MIPS object attribute tags
  /external/llvm/lib/Target/Mips/InstPrinter/
MipsInstPrinter.h 1 //=== MipsInstPrinter.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
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
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsFixupKinds.h 1 //===-- MipsFixupKinds.h - Mips Specific Fixup Entries ----------*- C++ -*-===//
16 namespace Mips {
22 // MCFixupKindInfo Infos[Mips::NumTargetFixupKinds]
207 } // namespace Mips
  /toolchain/binutils/binutils-2.25/gold/
mips.cc 0 // mips.cc -- mips target support for gold.
6 // This file contains borrowed and adapted code from bfd/elfxx-mips.c.
35 #include "mips.h"
908 // Mips_symbol class. Holds additional symbol information needed for Mips.
1007 // of .MIPS.stubs section.
1013 // of .MIPS.stubs section.
    [all...]

Completed in 141 milliseconds