OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mips64
(Results
501 - 525
of
2051
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/art/test/640-checker-double-simd/src/
Main.java
33
/// CHECK-START-{ARM64,
MIPS64
}: void Main.add(double) loop_optimization (after)
46
/// CHECK-START-{ARM64,
MIPS64
}: void Main.sub(double) loop_optimization (after)
59
/// CHECK-START-{ARM64,
MIPS64
}: void Main.mul(double) loop_optimization (after)
72
/// CHECK-START-{ARM64,
MIPS64
}: void Main.div(double) loop_optimization (after)
85
/// CHECK-START-{ARM64,
MIPS64
}: void Main.neg() loop_optimization (after)
98
/// CHECK-START-{ARM64,
MIPS64
}: void Main.abs() loop_optimization (after)
/external/llvm/test/MC/Mips/
cpsetup.s
1
# RUN: llvm-mc -triple
mips64
-unknown-linux -target-abi o32 -filetype=obj -o - %s | \
4
# RUN: llvm-mc -triple
mips64
-unknown-unknown -target-abi o32 %s | \
7
# RUN: llvm-mc -triple
mips64
-unknown-linux -target-abi n32 -filetype=obj -o - %s | \
11
# RUN: llvm-mc -triple
mips64
-unknown-unknown -target-abi n32 %s | \
14
# RUN: llvm-mc -triple
mips64
-unknown-linux %s -filetype=obj -o - | \
18
# RUN: llvm-mc -triple
mips64
-unknown-unknown %s | \
mips64-register-names-n32-n64.s
1
# RUN: llvm-mc %s -triple=
mips64
-unknown-freebsd -show-encoding 2>%t0 \
5
# RUN: llvm-mc %s -triple=
mips64
-unknown-freebsd -show-encoding \
30
# WARNING:
mips64
-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
35
# WARNING:
mips64
-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
40
# WARNING:
mips64
-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
45
# WARNING:
mips64
-register-names-n32-n64.s:[[@LINE+4]]:9: warning: register names $t4-$t7 are only available in O32.
do_switch3.s
5
// RUN: llvm-mc < %s -filetype=obj -triple=
mips64
-pc-linux -mcpu=
mips64
-target-abi=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
-target-abi n32 -mattr=+nooddspreg 2> %t0
11
# RUN: not llvm-mc %s -arch=mips -mcpu=
mips64
-target-abi n64 -mattr=+nooddspreg 2> %t0
nooddspreg.s
8
# RUN: not llvm-mc %s -arch=mips -mcpu=
mips64
-target-abi n32 2> %t1
11
# RUN: not llvm-mc %s -arch=mips -mcpu=
mips64
-target-abi n64 2> %t2
relocation-n64.s
1
// RUN: llvm-mc -triple
mips64
-unknown-linux < %s -show-encoding \
7
// RUN: llvm-mc -filetype=obj -triple
mips64
-unknown-linux < %s \
/art/compiler/utils/
jni_macro_assembler.cc
32
#include "
mips64
/assembler_mips64.h"
99
return MacroAsm64UniquePtr(new (allocator)
mips64
::Mips64Assembler(
/art/runtime/arch/mips64/
context_mips64.h
27
namespace
mips64
{
namespace in namespace:art
96
} // namespace
mips64
/art/test/665-checker-simd-zero/src/
Main.java
27
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zeroz(boolean[]) loop_optimization (after)
43
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zerob(byte[]) loop_optimization (after)
59
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zeroc(char[]) loop_optimization (after)
75
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zeros(short[]) loop_optimization (after)
91
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zeroi(int[]) loop_optimization (after)
107
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zerol(long[]) loop_optimization (after)
123
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zerof(float[]) loop_optimization (after)
139
/// CHECK-START-{ARM64,
MIPS64
}: void Main.zerod(double[]) loop_optimization (after)
/bionic/libdl/
Android.bp
58
mips64
: {
59
version_script: "libdl.
mips64
.map",
/build/make/target/board/generic_mips64/
BoardConfig.mk
25
TARGET_ARCH :=
mips64
29
TARGET_CPU_ABI :=
mips64
/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
23
(TheTriple.getArch() == Triple::
mips64
))
27
(TheTriple.getArch() == Triple::
mips64
)) {
/external/llvm/test/CodeGen/Mips/cconv/
return-hard-struct-f128.ll
1
; RUN: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -target-abi n32 < %s | FileCheck --check-prefixes=ALL,N32 %s
4
; RUN: llc -mtriple=
mips64
-linux-gnu -relocation-model=static -target-abi n64 < %s | FileCheck --check-prefixes=ALL,N64 %s
/external/llvm/test/CodeGen/Mips/llvm-ir/
not.ll
11
; RUN: llc < %s -march=
mips64
-mcpu=mips3 | FileCheck %s \
13
; RUN: llc < %s -march=
mips64
-mcpu=mips4 | FileCheck %s \
15
; RUN: llc < %s -march=
mips64
-mcpu=
mips64
| FileCheck %s \
17
; RUN: llc < %s -march=
mips64
-mcpu=mips64r2 | FileCheck %s \
19
; RUN: llc < %s -march=
mips64
-mcpu=mips64r3 | FileCheck %s \
21
; RUN: llc < %s -march=
mips64
-mcpu=mips64r5 | FileCheck %s \
23
; RUN: llc < %s -march=
mips64
-mcpu=mips64r6 | FileCheck %s \
sdiv.ll
14
; RUN: llc < %s -march=
mips64
-mcpu=mips3 -relocation-model=pic | FileCheck %s \
16
; RUN: llc < %s -march=
mips64
-mcpu=mips4 -relocation-model=pic | FileCheck %s \
18
; RUN: llc < %s -march=
mips64
-mcpu=
mips64
-relocation-model=pic | FileCheck %s \
20
; RUN: llc < %s -march=
mips64
-mcpu=mips64r2 -relocation-model=pic | FileCheck %s \
22
; RUN: llc < %s -march=
mips64
-mcpu=mips64r3 -relocation-model=pic | FileCheck %s \
24
; RUN: llc < %s -march=
mips64
-mcpu=mips64r5 -relocation-model=pic | FileCheck %s \
26
; RUN: llc < %s -march=
mips64
-mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
srem.ll
14
; RUN: llc < %s -march=
mips64
-mcpu=mips3 -relocation-model=pic | FileCheck %s \
16
; RUN: llc < %s -march=
mips64
-mcpu=mips4 -relocation-model=pic | FileCheck %s \
18
; RUN: llc < %s -march=
mips64
-mcpu=
mips64
-relocation-model=pic | FileCheck %s \
20
; RUN: llc < %s -march=
mips64
-mcpu=mips64r2 -relocation-model=pic | FileCheck %s \
22
; RUN: llc < %s -march=
mips64
-mcpu=mips64r3 -relocation-model=pic | FileCheck %s \
24
; RUN: llc < %s -march=
mips64
-mcpu=mips64r5 -relocation-model=pic | FileCheck %s \
26
; RUN: llc < %s -march=
mips64
-mcpu=mips64r6 -relocation-model=pic | FileCheck %s \
xor.ll
11
; RUN: llc < %s -march=
mips64
-mcpu=mips3 | FileCheck %s \
13
; RUN: llc < %s -march=
mips64
-mcpu=mips4 | FileCheck %s \
15
; RUN: llc < %s -march=
mips64
-mcpu=
mips64
| FileCheck %s \
17
; RUN: llc < %s -march=
mips64
-mcpu=mips64r2 | FileCheck %s \
19
; RUN: llc < %s -march=
mips64
-mcpu=mips64r3 | FileCheck %s \
21
; RUN: llc < %s -march=
mips64
-mcpu=mips64r5 | FileCheck %s \
23
; RUN: llc < %s -march=
mips64
-mcpu=mips64r6 | FileCheck %s \
/external/llvm/test/MC/Mips/eva/
invalid-noeva-wrong-error.s
4
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips32r2 2>%t1
6
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips32r3 2>%t1
8
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips32r5 2>%t1
10
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips32r6 2>%t1
12
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r2 2>%t1
14
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r3 2>%t1
16
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r5 2>%t1
18
# RUN: not llvm-mc %s -triple=
mips64
-unknown-linux -show-encoding -mcpu=mips64r6 2>%t1
/external/llvm/test/Object/Mips/
abi-flags.yaml
28
# YAML-NEXT: ISA:
MIPS64
49
ISA:
MIPS64
/external/v8/src/
codegen.h
59
#include "src/
mips64
/codegen-
mips64
.h" // NOLINT
/external/v8/src/crankshaft/
lithium-inl.h
21
#include "src/crankshaft/
mips64
/lithium-
mips64
.h" // NOLINT
/prebuilts/clang/host/linux-x86/
Android.mk
84
LOCAL_SRC_FILES := $(LLVM_PREBUILTS_VERSION)/test/
mips64
/bin/asan_test
89
LOCAL_MODULE_TARGET_ARCH :=
mips64
Completed in 606 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>