OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips16
(Results
126 - 150
of
397
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/test/CodeGen/Mips/
srl2.ll
1
; RUN: llc -march=mipsel -mcpu=
mips16
-relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
lcb4a.ll
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=
mips16
-soft-float -
mips16
-hard-float -relocation-model=static < %s | FileCheck %s -check-prefix=ci
mips16_32_6.ll
1
; RUN: llc -march=mipsel -mcpu=
mips16
-relocation-model=static -O3 < %s -mips-mixed-16-32 | FileCheck %s -check-prefix=16
9
; 16: .set
mips16
sr1.ll
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=
mips16
-relocation-model=static < %s | FileCheck %s
3
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=
mips16
-relocation-model=static < %s | FileCheck %s -check-prefix=NEG
brconge.ll
1
; RUN: llc -march=mipsel -mcpu=
mips16
-relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
brconle.ll
1
; RUN: llc -march=mipsel -mcpu=
mips16
-relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
powif64_16.ll
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=
mips16
-relocation-model=static < %s | FileCheck %s
const6.ll
1
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=
mips16
-soft-float -
mips16
-hard-float -relocation-model=pic -
mips16
-constant-islands < %s | FileCheck %s -check-prefix=load-relax
3
; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mcpu=
mips16
-soft-float -
mips16
-hard-float -relocation-model=pic -
mips16
-constant-islands -mips-constant-islands-no-load-relaxation < %s | FileCheck %s -check-prefix=no-load-relax
atomicops.ll
1
; RUN: llc -march=mipsel -mcpu=
mips16
-relocation-model=pic -O3 < %s | FileCheck %s -check-prefix=16
/external/clang/test/Driver/
mips-fsf.cpp
84
// = Big-endian,
mips16
/ mips32, hard float
86
// RUN: --target=mips-linux-gnu -mips32 -
mips16
-mhard-float \
92
// CHECK-BE-HF-16: "[[TC]]/../../../../mips-mti-linux-gnu/include/c++/4.9.0/mips-mti-linux-gnu/mips32/
mips16
"
100
// CHECK-BE-HF-16: "--sysroot=[[TC]]/../../../../sysroot/mips32/
mips16
"
102
// CHECK-BE-HF-16: "[[TC]]/../../../../sysroot/mips32/
mips16
/usr/lib/../lib{{/|\\\\}}crt1.o"
103
// CHECK-BE-HF-16: "[[TC]]/../../../../sysroot/mips32/
mips16
/usr/lib/../lib{{/|\\\\}}crti.o"
104
// CHECK-BE-HF-16: "[[TC]]/mips32/
mips16
{{/|\\\\}}crtbegin.o"
105
// CHECK-BE-HF-16: "-L[[TC]]/mips32/
mips16
"
106
// CHECK-BE-HF-16: "-L[[TC]]/../../../../mips-mti-linux-gnu/lib/../lib/mips32/
mips16
"
107
// CHECK-BE-HF-16: "-L[[TC]]/../../../../sysroot/mips32/
mips16
/usr/lib/../lib
[
all
...]
mips-cs.cpp
60
// = Big-endian, hard float,
mips16
62
// RUN: --target=mips-linux-gnu -
mips16
\
68
// CHECK-BE-HF-16: "[[TC]]/../../../../mips-linux-gnu/include/c++/4.6.3/mips-linux-gnu/
mips16
"
76
// CHECK-BE-HF-16: "--sysroot=[[TC]]/../../../../mips-linux-gnu/libc/
mips16
"
78
// CHECK-BE-HF-16: "[[TC]]/../../../../mips-linux-gnu/libc/
mips16
/usr/lib/../lib{{/|\\\\}}crt1.o"
79
// CHECK-BE-HF-16: "[[TC]]/../../../../mips-linux-gnu/libc/
mips16
/usr/lib/../lib{{/|\\\\}}crti.o"
80
// CHECK-BE-HF-16: "[[TC]]/
mips16
{{/|\\\\}}crtbegin.o"
81
// CHECK-BE-HF-16: "-L[[TC]]/
mips16
"
82
// CHECK-BE-HF-16: "-L[[TC]]/../../../../mips-linux-gnu/lib/../lib/
mips16
"
84
// CHECK-BE-HF-16: "-L[[TC]]/../../../../mips-linux-gnu/libc/
mips16
/lib/../lib
[
all
...]
/external/llvm/lib/Target/Mips/
MipsSubtarget.h
104
// InMips16 -- can process
Mips16
instructions
107
//
Mips16
hard float
119
// Allow mixed
Mips16
and Mips32 in one source file
132
// We can override the determination of whether we are in
mips16
mode
220
// Hard float for
mips16
means essentially to compile as soft float
253
// really use them if in addition we are in
mips16
mode
Mips16FrameLowering.h
1
//===-- Mips16FrameLowering.h -
Mips16
frame lowering ----------*- C++ -*-===//
Mips16RegisterInfo.cpp
1
//===-- Mips16RegisterInfo.cpp -
MIPS16
Register Information --------------===//
10
// This file contains the
MIPS16
implementation of the TargetRegisterInfo class.
42
#define DEBUG_TYPE "
mips16
-registerinfo"
Mips16HardFloat.cpp
1
//===---- Mips16HardFloat.cpp for
Mips16
Hard Float --------===//
10
// This file defines a pass needed for
Mips16
Hard Float
24
#define DEBUG_TYPE "
mips16
-hard-float"
34
return "
MIPS16
Hard Float Pass";
195
// We swap between FP and Integer registers to allow
Mips16
and Mips32 to
269
std::string SectionName = ".
mips16
.call.fp." + Name;
459
std::string SectionName = ".
mips16
.fn." + Name;
507
// we are compiling as
mips16
.
508
// For all
mips16
functions (that are not stubs we have already generated), or
517
//
mips16
functions can call extern functions of unknown type (mips16 o
[
all
...]
Mips16ISelDAGToDAG.cpp
1
//===-- Mips16ISelDAGToDAG.cpp - A Dag to Dag Inst Selector for
Mips16
----===//
10
// Subclass of MipsDAGToDAGISel specialized for
mips16
.
94
// Insert instructions to initialize the
Mips16
SP Alias register in the
119
/// SP into a
Mips16
accessible aliased register.
Mips16ISelDAGToDAG.h
10
// Subclass of MipsDAGToDAGISel specialized for
mips16
.
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/
libgcc.a
[
all
...]
/prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/
libgcc.a
[
all
...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/32/mips-r1/
libgcc.a
[
all
...]
/prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/32/mips-r2/
libgcc.a
[
all
...]
/external/clang/test/CodeGen/
mips-constraint-regs.c
9
// 'c': 16 bit address register for
Mips16
, GPR for all others
/external/compiler-rt/test/builtins/Unit/
clear_cache_test.c
44
// (THUMB,
MIPS16
/uMIPS respectively). Ensure that the ISA bit is ignored in
enable_execute_stack_test.c
51
// (THUMB,
MIPS16
/uMIPS respectively). Ensure that the ISA bit is ignored in
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFStreamer.cpp
42
// FIXME: Also mark labels when in
MIPS16
mode.
Completed in 904 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>