HomeSort by relevance Sort by last modified time
    Searched refs:N64 (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 26 enum class ABI { Unknown, O32, N32, N64 };
37 static MipsABIInfo N64() { return MipsABIInfo(ABI::N64); }
44 bool IsN64() const { return ThisABI == ABI::N64; }
MipsABIInfo.cpp 56 else if (Options.getABIName().startswith("n64"))
57 return MipsABIInfo::N64();
62 return MipsABIInfo::N64();
  /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
cpsetup.s 16 # RUN: FileCheck -check-prefixes=ALL,NXX,N64 %s
36 # N64-NEXT: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_HI16 __cerror
39 # N64-NEXT: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_LO16 __cerror
40 # N64-NEXT: daddu $gp, $gp, $25
64 # N64-NEXT: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_HI16 __cerror
67 # N64-NEXT: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_LO16 __cerror
68 # N64-NEXT: daddu $gp, $gp, $25
100 # N64-NEXT: {{^ *0+}}40: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_HI16 .text
103 # N64-NEXT: {{^ *0+}}44: R_MIPS_GPREL16/R_MIPS_SUB/R_MIPS_LO16 .text
104 # N64-NEXT: daddu $gp, $gp, $2
    [all...]
expansion-jal-sym-pic.s 7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 -show-encoding |\
8 # RUN: FileCheck %s -check-prefixes=ALL,NORMAL,N64
16 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 -mattr=micromips -show-encoding |\
17 # RUN: FileCheck %s -check-prefixes=ALL,MICROMIPS,N64-MICROMIPS
61 # N64: ld $25, %got_disp(local_label)($gp) # encoding: [0xdf,0x99,A,A]
62 # N64: # fixup A - offset: 0, value: %got_disp(local_label), 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: %got_disp(local_label), 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: %call16(weak_label), kind: fi (…)
    [all...]
cpload.s 10 # RUN: llvm-objdump -d -r - | FileCheck %s -check-prefix=OBJ-N64
30 # OBJ-N64-NOT: .text
31 # OBJ-N64-NOT: lui $gp, 0
32 # OBJ-N64-NOT: addiu $gp, $gp, 0
33 # OBJ-N64-NOT: addu $gp, $gp, $25
cprestore-noreorder-noat.s 8 # RUN: -filetype=obj -o /dev/null 2>&1 | FileCheck %s -allow-empty -check-prefix=N64
28 # N64-NOT: error: pseudo-instruction requires $at, which is not available
47 # N64-NOT: error: pseudo-instruction requires $at, which is not available
oddspreg.s 22 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N64
34 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N64
59 # CHECK-OBJ-N64: 0000: 00004001 02020001 00000000 00000000 |..@.............|
60 # CHECK-OBJ-N64: 0010: 00000001 00000000 |........|
elf_eflags.s 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R6 %s
7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R6-NAN2008 %s
10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2 %s
11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2 %s
12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2 %s
15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2-NAN2008 %s
16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2-NAN2008 %s
17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64R2-NAN2008 %s
20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64 %s
23 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPSEL-MIPS64-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 .text 0x4
56 # OBJ-N64: 0x4 R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE .text 0x0
57 # OBJ-N64: 0x8 R_MIPS_32/R_MIPS_NONE/R_MIPS_NONE .text 0x
    [all...]
cprestore-noreorder.s 16 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 --position-independent -show-encoding | \
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
92 # BAD-ABI-N64: ld $25, %got_disp(foo)($gp) # encoding: [0xdf,0x99,A,A]
cprestore-reorder.s 16 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 --position-independent -show-encoding | \
17 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N64
93 # 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-prefixes=64-BIT,N64-ONLY
macro-la-pic.s 6 # N64 should be acceptable too but we cannot convert la to dla yet.
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/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 32 UnknownABI, O32, N32, N64, EABI
94 bool isABI_N64() const { return MipsABI == N64; }
MipsSubtarget.cpp 44 MipsABI = hasMips64() ? N64 : O32;
MipsAsmPrinter.cpp 206 case MipsSubtarget::N64: return "abi64";
  /external/jemalloc/test/src/
SFMT.c 438 return N64;
591 assert(size >= N64);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_linux_mips64x.go 13 // Linux introduced getdents64 syscall for N64 ABI only in 3.10
  /prebuilts/go/linux-x86/src/syscall/
syscall_linux_mips64x.go 13 // Linux introduced getdents64 syscall for N64 ABI only in 3.10
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 315 case MipsABIInfo::ABI::N64: return "abi64";
    [all...]
  /external/clang/lib/Driver/
ToolChains.cpp     [all...]

Completed in 430 milliseconds