OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64
(Results
651 - 675
of
2051
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/frameworks/base/tools/split-select/
Abi.cpp
93
return "
mips64
";
/prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
mips.go
6
// MIPS (
MIPS64
) instruction set, to minimize its interaction
/prebuilts/go/darwin-x86/src/cmd/objdump/
objdump_test.go
165
case "mips", "mipsle", "
mips64
", "mips64le":
175
case "mips", "mipsle", "
mips64
", "mips64le":
191
case "
mips64
", "mips64le", "mips", "mipsle":
208
case "mips", "mipsle", "
mips64
", "mips64le":
/prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_linux_mips64x.c
7
// +build
mips64
mips64le
/prebuilts/go/darwin-x86/src/syscall/
mksysnum_linux.pl
37
# mips/
mips64
: extract offset
/prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
mips.go
6
// MIPS (
MIPS64
) instruction set, to minimize its interaction
/prebuilts/go/linux-x86/src/cmd/objdump/
objdump_test.go
165
case "mips", "mipsle", "
mips64
", "mips64le":
175
case "mips", "mipsle", "
mips64
", "mips64le":
191
case "
mips64
", "mips64le", "mips", "mipsle":
208
case "mips", "mipsle", "
mips64
", "mips64le":
/prebuilts/go/linux-x86/src/runtime/cgo/
gcc_linux_mips64x.c
7
// +build
mips64
mips64le
/prebuilts/go/linux-x86/src/syscall/
mksysnum_linux.pl
37
# mips/
mips64
: extract offset
/prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/
build.py
69
'
mips64
',
80
'
mips64
',
93
'
mips64
': ['
mips64
'],
/art/runtime/arch/
instruction_set.cc
58
return "
mips64
";
79
} else if (strcmp("
mips64
", isa_str) == 0) {
150
"
Mips64
gap not page aligned");
/bionic/linker/
Android.bp
122
mips64
: {
124
"arch/
mips64
/begin.S",
258
mips64
: {
/external/llvm/test/CodeGen/Mips/cconv/
memory-layout.ll
4
; RUN-TODO: llc -march=
mips64
-target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
7
; RUN: llc -march=
mips64
-target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
10
; RUN: llc -march=
mips64
-target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
return.ll
4
; RUN-TODO: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -target-abi o32 < %s | FileCheck --check-prefixes=ALL,O32 %s
7
; RUN: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
10
; RUN: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
/external/valgrind/docs/html/
dist.readme-mips.html
27
-?MIPS32?and?
MIPS64
?platforms?are?currently?supported.<br>
38
CFLAGS="-mips32r2",?CFLAGS="-mips32"?or?CFLAGS="-
mips64
"?or<br>
39
CFLAGS="-
mips64
?-mabi=64"?will?do?the?trick?and?compile?Valgrind?correctly.<br>
/prebuilts/go/darwin-x86/src/cmd/dist/
main.go
103
case strings.Contains(out, "
mips64
"):
104
gohostarch = "
mips64
"
124
if gohostarch == "arm" || gohostarch == "
mips64
" || gohostarch == "mips64le" {
/prebuilts/go/linux-x86/src/cmd/dist/
main.go
103
case strings.Contains(out, "
mips64
"):
104
gohostarch = "
mips64
"
124
if gohostarch == "arm" || gohostarch == "
mips64
" || gohostarch == "mips64le" {
/toolchain/binutils/binutils-2.27/bfd/
configure.host
69
mips64
*-*-linux*) host64=true;;
70
mips64
*-*-freebsd* |
mips64
*-*-kfreebsd*-gnu) host64=true;;
/tools/tradefederation/core/tests/src/com/android/tradefed/util/
AbiUtilsTest.java
33
private static final String ABI_NAME = "
mips64
";
34
private static final String ABI_FLAG = "--abi
mips64
";
35
private static final String ABI_ID = "
mips64
ModuleName";
/external/clang/test/Driver/
linux-header-search.cpp
304
// Check header search on Debian 6 /
MIPS64
306
// RUN: -target
mips64
-unknown-linux-gnuabi64 -stdlib=libstdc++ \
309
// RUN: | FileCheck --check-prefix=CHECK-
MIPS64
-GNUABI %s
310
// CHECK-
MIPS64
-GNUABI: "{{[^"]*}}clang{{[^"]*}}" "-cc1"
311
// CHECK-
MIPS64
-GNUABI: "-resource-dir" "[[RESOURCE_DIR:[^"]+]]"
312
// CHECK-
MIPS64
-GNUABI: "-isysroot" "[[SYSROOT:[^"]+]]"
313
// CHECK-
MIPS64
-GNUABI: "-internal-isystem" "[[SYSROOT]]/usr/lib/gcc/
mips64
-linux-gnuabi64/4.9/../../../../include/c++/4.9"
314
// CHECK-
MIPS64
-GNUABI: "-internal-isystem" "[[SYSROOT]]/usr/lib/gcc/
mips64
-linux-gnuabi64/4.9/../../../../include/c++/4.9/mips64-linux-gnuabi64
[
all
...]
mips-integrated-as.s
15
// RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -
mips64
-mabi=n32 2>&1 | \
17
// RUN: %clang -target
mips64
-linux-gnu -### -fintegrated-as -c %s -mabi=n32 2>&1 | \
22
// FIXME: We should also test '-target mips-linux-gnu -
mips64
' defaults to the
25
// RUN: %clang -target
mips64
-linux-gnu -### -fintegrated-as -c %s -
mips64
2>&1 | \
28
// RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -
mips64
-mabi=64 2>&1 | \
30
// RUN: %clang -target mips-linux-gnu -### -fintegrated-as -c %s -
mips64
-mabi=n64 2>&1 | \
32
// RUN: %clang -target
mips64
-linux-gnu -### -fintegrated-as -c %s -
mips64
-mabi=64 2>&1 | \
34
// RUN: %clang -target
mips64
-linux-gnu -### -fintegrated-as -c %s -mips64 -mabi=n64 2>&1 |
[
all
...]
/prebuilts/go/darwin-x86/src/cmd/internal/objabi/
reloctype.go
47
// R_ADDRMIPS (only used on mips/
mips64
) resolves to the low 16 bits of an external
64
// R_CALLMIPS (only used on
mips64
) resolves to non-PC-relative target address
98
// R_JMPMIPS (only used on
mips64
) resolves to non-PC-relative target address
187
// R_ADDRMIPSU (only used on mips/
mips64
) resolves to the sign-adjusted "upper" 16
190
// R_ADDRMIPSTLS (only used on
mips64
) resolves to the low 16 bits of a TLS
/prebuilts/go/linux-x86/src/cmd/internal/objabi/
reloctype.go
47
// R_ADDRMIPS (only used on mips/
mips64
) resolves to the low 16 bits of an external
64
// R_CALLMIPS (only used on
mips64
) resolves to non-PC-relative target address
98
// R_JMPMIPS (only used on
mips64
) resolves to non-PC-relative target address
187
// R_ADDRMIPSU (only used on mips/
mips64
) resolves to the sign-adjusted "upper" 16
190
// R_ADDRMIPSTLS (only used on
mips64
) resolves to the low 16 bits of a TLS
/external/llvm/test/CodeGen/Mips/llvm-ir/
mul.ll
13
; RUN: llc < %s -march=
mips64
-mcpu=mips4 -relocation-model=pic | \
15
; RUN: llc < %s -march=
mips64
-mcpu=
mips64
-relocation-model=pic | \
17
; RUN: llc < %s -march=
mips64
-mcpu=mips64r2 -relocation-model=pic | \
19
; RUN: llc < %s -march=
mips64
-mcpu=mips64r3 -relocation-model=pic | \
21
; RUN: llc < %s -march=
mips64
-mcpu=mips64r5 -relocation-model=pic | \
23
; RUN: llc < %s -march=
mips64
-mcpu=mips64r6 -relocation-model=pic | \
/art/test/645-checker-abs-simd/src/
Main.java
31
/// CHECK-START-{ARM,ARM64,
MIPS64
}: void Main.doitByte(byte[]) loop_optimization (after)
68
/// CHECK-START-{ARM,ARM64,
MIPS64
}: void Main.doitShort(short[]) loop_optimization (after)
112
/// CHECK-START-{ARM,ARM64,
MIPS64
}: void Main.doitInt(int[]) loop_optimization (after)
134
/// CHECK-START-{ARM64,
MIPS64
}: void Main.doitLong(long[]) loop_optimization (after)
156
/// CHECK-START-{ARM64,
MIPS64
}: void Main.doitFloat(float[]) loop_optimization (after)
178
/// CHECK-START-{ARM64,
MIPS64
}: void Main.doitDouble(double[]) loop_optimization (after)
Completed in 3210 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>