OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips
(Results
176 - 200
of
4088
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/kernel-headers/original/uapi/asm-mips/asm/
sgidefs.h
8
* Copyright (C) 2001
MIPS
Technologies, Inc.
25
*
MIPS
ISAs are no longer subsets of each other. Therefore comparisons
byteorder.h
16
# error "
MIPS
, but neither __MIPSEB__, nor __MIPSEL__???"
sembuf.h
5
* The semid64_ds structure for the
MIPS
architecture.
/external/llvm/lib/Target/Mips/
MipsMachineFunction.cpp
1
//===-- MipsMachineFunctionInfo.cpp - Private data used for
Mips
----------===//
23
FixGlobalBaseReg("
mips
-fix-global-base-reg", cl::Hidden, cl::init(true),
85
RC=(const TargetRegisterClass*)&
Mips
::CPU16RegsRegClass;
88
(const TargetRegisterClass*)&
Mips
::GPR64RegClass :
89
(const TargetRegisterClass*)&
Mips
::GPR32RegClass;
102
RC=(const TargetRegisterClass*)&
Mips
::CPU16RegsRegClass;
110
&
Mips
::GPR64RegClass : &
Mips
::GPR32RegClass;
MipsAsmPrinter.cpp
1
//===-- MipsAsmPrinter.cpp -
Mips
LLVM Assembly Printer -------------------===//
11
// of machine-dependent LLVM code to GAS-format
MIPS
assembly language.
18
#include "
Mips
.h"
54
#define DEBUG_TYPE "
mips
-asm-printer"
103
TmpInst0.setOpcode(
Mips
::JALR64);
107
TmpInst0.setOpcode(
Mips
::JALR);
111
TmpInst0.setOpcode(
Mips
::JR_MM);
114
TmpInst0.setOpcode(
Mips
::JR);
120
unsigned ZeroReg = Subtarget->isGP64bit() ?
Mips
::ZERO_64 :
Mips
::ZERO
[
all
...]
LLVMBuild.txt
1
;===- ./lib/Target/
Mips
/LLVMBuild.txt --------------------------*- Conf -*--===;
23
name =
Mips
33
parent =
Mips
35
add_to_library_groups =
Mips
/external/llvm/test/CodeGen/Mips/
mips16_32_1.ll
1
; RUN: llc -march=mipsel -mcpu=mips16 -relocation-model=pic -O3 < %s -
mips
-mixed-16-32 | FileCheck %s
2
; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=pic -O3 < %s -
mips
-mixed-16-32 | FileCheck %s
2008-07-15-SmallSection.ll
1
; DISABLED: llc < %s -
mips
-ssection-threshold=8 -march=
mips
-o %t0
2
; DISABLED: llc < %s -
mips
-ssection-threshold=0 -march=
mips
-o %t1
/external/llvm/test/ExecutionEngine/MCJIT/
lit.local.cfg
4
('
Mips
' in targets) | ('PowerPC' in targets) | ('SystemZ' in targets):
12
'AArch64', 'ARM', '
Mips
', 'PowerPC', 'ppc64', 'SystemZ']:
/external/valgrind/main/
README.mips
6
-
MIPS
DSP ASE on MIPS32 platforms is supported.
9
Building V for
MIPS
24
* --host=
mips
-linux-gnu is necessary only if Valgrind is built on platform
25
other then
MIPS
, tools for building
MIPS
application have to be in PATH.
31
* --host=
mips
-linux-gnu is necessary if you compile it with cross toolchain
37
* --build=
mips
-linux is needed if you want to build it for MIPS32 on 64-bit
38
MIPS
system.
/ndk/toolchains/mipsel-linux-android-4.6/
config.mk
19
TOOLCHAIN_ARCH :=
mips
20
TOOLCHAIN_ABIS :=
mips
/ndk/toolchains/mipsel-linux-android-4.8/
config.mk
19
TOOLCHAIN_ARCH :=
mips
20
TOOLCHAIN_ABIS :=
mips
/ndk/toolchains/mipsel-linux-android-4.9/
config.mk
19
TOOLCHAIN_ARCH :=
mips
20
TOOLCHAIN_ABIS :=
mips
/ndk/toolchains/mipsel-linux-android-clang3.3/
config.mk
19
TOOLCHAIN_ARCH :=
mips
20
TOOLCHAIN_ABIS :=
mips
/ndk/toolchains/mipsel-linux-android-clang3.4/
config.mk
19
TOOLCHAIN_ARCH :=
mips
20
TOOLCHAIN_ABIS :=
mips
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/
crtfastmath.o
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/mips-r2/
crtfastmath.o
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/
crtfastmath.o
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/mips-r2/
crtfastmath.o
/system/core/libcutils/arch-mips/
android_memset.c
19
/* Use
mips
-assembler versions supplied by bionic/libc/arch-
mips
/string/memset.S: */
/external/llvm/lib/Target/Mips/Disassembler/
MipsDisassembler.cpp
1
//===- MipsDisassembler.cpp - Disassembler for
Mips
-------------*- C++ -*-===//
10
// This file is part of the
Mips
Disassembler.
14
#include "
Mips
.h"
28
#define DEBUG_TYPE "
mips
-disassembler"
34
/// MipsDisassemblerBase - a disasembler class for
Mips
.
42
IsN64(STI.getFeatureBits() &
Mips
::FeatureN64), isBigEndian(bigEndian) {}
62
IsMicroMips = STI.getFeatureBits() &
Mips
::FeatureMicroMips;
65
bool hasMips3() const { return STI.getFeatureBits() &
Mips
::FeatureMips3; }
66
bool hasMips32() const { return STI.getFeatureBits() &
Mips
::FeatureMips32; }
68
return STI.getFeatureBits() &
Mips
::FeatureMips32r6
[
all
...]
/build/core/combo/arch/mips/
mips32r2-fp-xburst.mk
1
# Configuration for Android on Ingenic xb4780/Xburst
MIPS
CPU.
/build/target/board/generic_mips/
README.txt
1
The "generic_mips" product defines a
MIPS
based non-hardware-specific
/external/kernel-headers/original/uapi/linux/
ncp_mount.h
49
/*
MIPS
uses long __kernel_uid_t, but... */
52
/*
MIPS
uses long __kernel_pid_t */
60
/*
MIPS
uses long __kernel_uid_t... */
64
/*
MIPS
uses unsigned long __kernel_mode_t */
/external/llvm/
llvm.mk
11
LLVM_SUPPORTED_ARCH := arm arm64
mips
mips64 x86 x86_64
Completed in 432 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>