OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Mips
(Results
1 - 7
of
7
) 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
...]
/build/soong/common/
arch.go
39
Mips
= newArch("
mips
", "lib32")
52
"
mips
":
Mips
,
70
mips
: {
71
// Host or device variants with
mips
architecture
151
// Properties for module variants being built to run on
mips
(host or device)
152
Mips
struct {
155
//
Mips
arch variants
163
//
Mips
arch feature
[
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 411 milliseconds