OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64
(Results
101 - 125
of
527
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/clang/test/CodeGen/
mips-type-sizes.c
2
// RUN: %clang_cc1 -triple
mips64
-none-linux-gnu -emit-llvm -w -target-abi n32 -o - %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
3
// RUN: %clang_cc1 -triple
mips64
-none-linux-gnu -emit-llvm -w -o - %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.cpp
24
(TheTriple.getArch() == Triple::
mips64
))
28
(TheTriple.getArch() == Triple::
mips64
)) {
/external/llvm/test/CodeGen/Mips/cconv/
return-hard-fp128.ll
1
; RUN: llc -march=
mips64
-relocation-model=static -mattr=-n64,+n32 < %s | FileCheck --check-prefix=ALL --check-prefix=N32 %s
4
; RUN: llc -march=
mips64
-relocation-model=static -mattr=-n64,+n64 < %s | FileCheck --check-prefix=ALL --check-prefix=N64 %s
/external/llvm/test/MC/Mips/
do_switch3.s
5
// RUN: llvm-mc < %s -filetype=obj -triple=
mips64
-pc-linux -relocation-model=pic -mcpu=
mips64
-mattr=n64
elf_basic.s
6
// RUN: llvm-mc -filetype=obj -arch=
mips64
-triple
mips64
-unknown-linux %s -o - | llvm-readobj -h | FileCheck -check-prefix=CHECK-BE64 %s
nooddspreg-cmdarg.s
8
# RUN: not llvm-mc %s -arch=mips -mcpu=
mips64
-mattr=-n64,+n32,+nooddspreg 2> %t0
11
# RUN: not llvm-mc %s -arch=mips -mcpu=
mips64
-mattr=+nooddspreg 2> %t0
nooddspreg.s
8
# RUN: not llvm-mc %s -arch=mips -mcpu=
mips64
-mattr=-n64,n32 2> %t1
11
# RUN: not llvm-mc %s -arch=mips -mcpu=
mips64
2> %t2
cpload.s
7
# RUN: llvm-mc %s -arch=
mips64
-mcpu=mips64r2 -filetype=obj -o -| \
/frameworks/compile/libbcc/
libbcc-device-build.mk
55
ifeq ($(TARGET_ARCH),
mips64
)
56
$(info TODOMips64: $(LOCAL_PATH)/Android.mk Add
Mips64
define to LOCAL_CFLAGS)
libbcc-targets.mk
44
ifeq (,$(filter $(TARGET_ARCH),arm64 arm mips
mips64
x86 x86_64))
/external/clang/test/Driver/
mips-as.c
20
// RUN: %clang -target
mips64
-linux-gnu -### \
35
// RUN: %clang -target
mips64
-linux-gnu -mabi=n32 -### \
55
// RUN: %clang -target
mips64
-linux-gnu -march=octeon -### \
100
// RUN: %clang -target
mips64
-linux-gnu -
mips64
-### \
103
// MIPS-ALIAS-64: as{{(.exe)?}}" "-march" "
mips64
" "-mabi" "64" "-EB"
105
// RUN: %clang -target
mips64
-linux-gnu -mips64r2 -### \
110
// RUN: %clang -target
mips64
-linux-gnu -mips64r6 -### \
204
// RUN: %clang -target
mips64
-linux-gnu -### -no-integrated-as -c %s -mcpu=mips3 \
209
// RUN: %clang -target
mips64
-linux-gnu -### -no-integrated-as -c %s -mcpu=mips4
[
all
...]
mips-fsf.cpp
[
all
...]
linux-header-search.cpp
217
// Check header search on Debian 6 /
MIPS64
219
// RUN: -target
mips64
-unknown-linux-gnuabi64 \
221
// RUN: | FileCheck --check-prefix=CHECK-
MIPS64
-GNUABI %s
222
// CHECK-
MIPS64
-GNUABI: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
223
// CHECK-
MIPS64
-GNUABI: "-isysroot" "[[SYSROOT:[^"]+]]"
224
// CHECK-
MIPS64
-GNUABI: "-internal-isystem" "[[SYSROOT]]/usr/lib/gcc/
mips64
-linux-gnuabi64/4.9/../../../../include/c++/4.9"
225
// CHECK-
MIPS64
-GNUABI: "-internal-isystem" "[[SYSROOT]]/usr/lib/gcc/
mips64
-linux-gnuabi64/4.9/../../../../include/c++/4.9/
mips64
-linux-gnuabi64
[
all
...]
/bionic/linker/
linker.h
62
//
mips64
interprets Elf64_Rel structures' r_info field differently.
64
// but the dynamic linker needs to be able to load
mips64
ELF files.
95
// Android uses RELA for aarch64 and x86_64.
mips64
still uses REL.
145
// This is only used by mips and
mips64
, but needs to be here for
/build/target/product/
sdk_phone_mips64.mk
29
PRODUCT_MODEL := Android SDK built for
mips64
/external/chromium_org/third_party/libwebp/
README.chromium
27
0524d9e dsp: detect
mips64
& disable mips32 code
/external/llvm/test/CodeGen/Mips/
abicalls.ll
11
; RUN: llc -filetype=asm -mtriple mips64el-unknown-linux -mcpu=
mips64
-relocation-model=static %s -o - | FileCheck -check-prefix=CHECK-PIC %s
atomic.ll
4
; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips4 < %s | FileCheck %s -check-prefix=ALL -check-prefix=
MIPS64
-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL
5
; RUN: llc -march=mips64el --disable-machine-licm -mcpu=
mips64
< %s | FileCheck %s -check-prefix=ALL -check-prefix=
MIPS64
-ANY -check-prefix=NO-SEB-SEH -check-prefix=CHECK-EL
6
; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64r2 < %s | FileCheck %s -check-prefix=ALL -check-prefix=
MIPS64
-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL
7
; RUN: llc -march=mips64el --disable-machine-licm -mcpu=mips64r6 < %s | FileCheck %s -check-prefix=ALL -check-prefix=
MIPS64
-ANY -check-prefix=HAS-SEB-SEH -check-prefix=CHECK-EL
23
;
MIPS64
-ANY: ld $[[R0:[0-9]+]], %got_disp(x)(
40
;
MIPS64
-ANY: ld $[[R0:[0-9]+]], %got_disp(x)(
61
;
MIPS64
-ANY: ld $[[R0:[0-9]+]], %got_disp(x)
81
;
MIPS64
-ANY: ld $[[R0:[0-9]+]], %got_disp(x)(
103
;
MIPS64
-ANY: ld $[[R0:[0-9]+]], %got_disp(y)
[
all
...]
mips64ext.ll
2
; RUN: llc < %s -march=mips64el -mcpu=
mips64
-mattr=n64 | FileCheck %s
remat-immed-load.ll
3
; RUN: llc -march=mips64el -mcpu=
mips64
-mattr=n64 < %s | FileCheck %s -check-prefix=64
/external/llvm/test/MC/Mips/mips64r6/
invalid-mips4.s
3
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r6 \
invalid-mips5.s
3
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r6 \
/external/llvm/test/tools/llvm-cov/
copy_block_helper.m
32
// XFAIL: powerpc64-, s390x, mips-,
mips64
-, sparc
range_based_for.cpp
29
// XFAIL: powerpc64-, s390x, mips-,
mips64
-, sparc
/external/valgrind/main/tests/
platform_test
16
all_platforms="$all_platforms s390x-linux mips32-linux
mips64
-linux"
Completed in 702 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>