OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:N64
(Results
1 - 16
of
16
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h
26
enum class ABI { Unknown, O32, N32,
N64
, EABI };
37
static MipsABIInfo
N64
() { return MipsABIInfo(ABI::
N64
); }
45
bool IsN64() const { return ThisABI == ABI::
N64
; }
MipsABIInfo.cpp
56
else if (Options.getABIName().startswith("
n64
"))
57
return MipsABIInfo::
N64
();
81
.Case("mips3", MipsABIInfo::
N64
())
82
.Case("mips4", MipsABIInfo::
N64
())
83
.Case("mips5", MipsABIInfo::
N64
())
84
.Case("mips64", MipsABIInfo::
N64
())
85
.Case("mips64r2", MipsABIInfo::
N64
())
86
.Case("mips64r3", MipsABIInfo::
N64
())
87
.Case("mips64r5", MipsABIInfo::
N64
())
88
.Case("mips64r6", MipsABIInfo::
N64
())
[
all
...]
/external/llvm/test/MC/Mips/
macro-la-bad.s
5
# RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi
n64
2>&1 | \
6
# RUN: FileCheck %s --check-prefix=
N64
12
#
N64
: :[[@LINE-3]]:3: error: la used to load 64-bit address
17
#
N64
: :[[@LINE-3]]:3: error: la used to load 64-bit address
23
#
N64
: :[[@LINE-2]]:3: error: la used to load 64-bit address
expansion-jal-sym-pic.s
7
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi
n64
-show-encoding |\
8
# RUN: FileCheck %s -check-prefix=ALL -check-prefix=NORMAL -check-prefix=
N64
16
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi
n64
-mattr=micromips -show-encoding |\
17
# RUN: FileCheck %s -check-prefix=ALL -check-prefix=MICROMIPS -check-prefix=
N64
-MICROMIPS
61
#
N64
: ld $25, %got_disp(local_label)($gp) # encoding: [0xdf,0x99,A,A]
62
#
N64
: # fixup A - offset: 0, value: local_label@GOT_DISP, kind: fixup_Mips_GOT_DISP
72
#
N64
-MICROMIPS: ld $25, %got_disp(local_label)($gp) # encoding: [0xdf,0x99,A,A]
73
#
N64
-MICROMIPS: # fixup A - offset: 0, value: local_label@GOT_DISP, kind: fixup_MICROMIPS_GOT_DISP
87
#
N64
: ld $25, %call16(weak_label)($gp) # encoding: [0xdf,0x99,A,A]
88
#
N64
: # fixup A - offset: 0, value: weak_label@GOT_CALL, kind: fi (…)
[
all
...]
cpload.s
11
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+
n64
-filetype=obj -o -| \
13
# RUN: FileCheck %s -check-prefix=OBJ-
N64
33
# OBJ-
N64
-NOT: .text
34
# OBJ-
N64
-NOT: lui $gp, 0
35
# OBJ-
N64
-NOT: addiu $gp, $gp, 0
36
# OBJ-
N64
-NOT: addu $gp, $gp, $25
cpsetup.s
17
# RUN: FileCheck -check-prefix=ALL -check-prefix=NXX -check-prefix=
N64
%s
36
# record like
N64
does.
44
#
N64
-NEXT: daddu $gp, $gp, $25
67
# record like
N64
does.
75
#
N64
-NEXT: daddu $gp, $gp, $25
106
# record like
N64
does.
115
#
N64
-NEXT: daddu $gp, $gp, $25
163
# record like
N64
does.
171
#
N64
-NEXT: daddu $gp, $gp, $25
oddspreg.s
22
# RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-
N64
34
# RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-
N64
59
# CHECK-OBJ-
N64
: 0000: 00004001 02020001 00000000 00000000 |..@.............|
60
# CHECK-OBJ-
N64
: 0010: 00000001 00000000 |........|
elf_eflags.s
61
# RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi
n64
%s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-
N64
%s
62
# MIPS64EL-MIPS64R2-
N64
: Flags [ (0x80000006)
64
# RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi
n64
-mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-
N64
-NAN2008 %s
65
# MIPS64EL-MIPS64R2-
N64
-NAN2008: Flags [ (0x80000406)
67
# RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi
n64
-o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-
N64
%s
68
# MIPS64EL-MIPS64-
N64
: Flags [ (0x60000006)
70
# RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi
n64
-mattr=+nan2008 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N64-NAN2008 %
[
all
...]
reloc-directive.s
5
# RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=
n64
\
13
# RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=
n64
\
15
# RUN: FileCheck -check-prefix=OBJ-
N64
%s
51
# OBJ-
N64
-LABEL: Name: .text
52
# OBJ-
N64
: 0000: 00000000 00000000 00000000
53
# OBJ-
N64
-LABEL: }
54
# OBJ-
N64
-LABEL: Relocations [
55
# OBJ-
N64
: 0x0 R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE foo 0x4
56
# OBJ-
N64
: 0x4 R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE foo 0x0
57
# OBJ-
N64
: 0x8 R_MIPS_32/R_MIPS_NONE/R_MIPS_NONE .text 0x
[
all
...]
cprestore-noreorder.s
17
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi
n64
-relocation-model=pic -show-encoding | \
18
# RUN: FileCheck %s -check-prefix=BAD-ABI -check-prefix=BAD-ABI-
N64
93
# BAD-ABI-
N64
: ld $25, %got_disp(foo)($gp) # encoding: [0xdf,0x99,A,A]
cprestore-reorder.s
17
# RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi
n64
-relocation-model=pic -show-encoding | \
18
# RUN: FileCheck %s -check-prefix=BAD-ABI -check-prefix=BAD-ABI-
N64
94
# BAD-ABI-
N64
: ld $25, %got_disp(foo)($gp) # encoding: [0xdf,0x99,A,A]
mips-expansions-bad.s
5
# RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi
n64
2>&1 | \
6
# RUN: FileCheck %s --check-prefix=64-BIT --check-prefix=
N64
-ONLY
macro-la.s
10
#
N64
should be acceptable too but we cannot convert la to dla yet.
/external/jemalloc/test/include/test/
SFMT-params.h
57
/**
N64
is the size of internal state array when regarded as an array
59
#define
N64
(N * 2)
/external/jemalloc/test/src/
SFMT.c
438
return
N64
;
591
assert(size >=
N64
);
/external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp
315
case MipsABIInfo::ABI::
N64
: return "abi64";
[
all
...]
Completed in 3549 milliseconds