HomeSort by relevance Sort by last modified time
    Searched refs:N32 (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 26 enum class ABI { Unknown, O32, N32, N64 };
36 static MipsABIInfo N32() { return MipsABIInfo(ABI::N32); }
43 bool IsN32() const { return ThisABI == ABI::N32; }
MipsABIInfo.cpp 54 else if (Options.getABIName().startswith("n32"))
55 return MipsABIInfo::N32();
  /external/jemalloc/test/src/
SFMT.c 429 return N32;
452 if (ctx->idx >= N32) {
494 if (ctx->idx >= N32) {
553 assert(ctx->idx == N32);
555 assert(size >= N32);
558 ctx->idx = N32;
589 assert(ctx->idx == N32);
594 ctx->idx = N32;
620 for (i = 1; i < N32; i++) {
625 ctx->idx = N32;
    [all...]
  /external/llvm/test/MC/Mips/
macro-la-bad.s 3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
4 # RUN: FileCheck %s --check-prefix=N32
11 # N32: :[[@LINE-2]]:3: error: instruction requires a 32-bit immediate
16 # N32: :[[@LINE-2]]:3: error: instruction requires a 32-bit immediate
22 # N32-NOT: :[[@LINE-1]]:3: error: la used to load 64-bit address
expansion-jal-sym-pic.s 4 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -show-encoding |\
5 # RUN: FileCheck %s -check-prefixes=ALL,NORMAL,N32
13 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 -mattr=micromips -show-encoding |\
14 # RUN: FileCheck %s -check-prefixes=ALL,MICROMIPS,N32-MICROMIPS
58 # N32: lw $25, %got_disp(local_label)($gp) # encoding: [0x8f,0x99,A,A]
59 # N32: # fixup A - offset: 0, value: %got_disp(local_label), kind: fixup_Mips_GOT_DISP
69 # N32-MICROMIPS: lw $25, %got_disp(local_label)($gp) # encoding: [0xff,0x3c,A,A]
70 # N32-MICROMIPS: # fixup A - offset: 0, value: %got_disp(local_label), kind: fixup_MICROMIPS_GOT_DISP
84 # N32: lw $25, %call16(weak_label)($gp) # encoding: [0x8f,0x99,A,A]
85 # N32: # fixup A - offset: 0, value: %call16(weak_label), kind: fi (…)
    [all...]
cpload.s 6 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -target-abi n32 -filetype=obj -o -| \
7 # RUN: llvm-objdump -d -r - | FileCheck %s -check-prefix=OBJ-N32
25 # OBJ-N32-NOT: .text
26 # OBJ-N32-NOT: lui $gp, 0
27 # OBJ-N32-NOT: addiu $gp, $gp, 0
28 # OBJ-N32-NOT: addu $gp, $gp, $25
cpsetup.s 7 # RUN: llvm-mc -triple mips64-unknown-linux -target-abi n32 -filetype=obj -o - %s | \
9 # RUN: FileCheck -check-prefixes=ALL,NXX,N32 %s
11 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi n32 %s | \
35 # N32-NEXT: R_MIPS_HI16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
38 # N32-NEXT: R_MIPS_LO16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
63 # N32-NEXT: R_MIPS_HI16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
66 # N32-NEXT: R_MIPS_LO16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
99 # N32-NEXT: {{^ *0+}}38: R_MIPS_HI16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
102 # N32-NEXT: {{^ *0+}}3c: R_MIPS_LO16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_gp
152 # N32-NEXT: R_MIPS_HI16/R_MIPS_NONE/R_MIPS_NONE __gnu_local_g
    [all...]
cprestore-noreorder-noat.s 5 # RUN: -filetype=obj -o /dev/null 2>&1 | FileCheck %s -allow-empty -check-prefix=N32
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi=n32 \
10 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi=n32 \
27 # N32-NOT: error: pseudo-instruction requires $at, which is not available
46 # N32-NOT: error: pseudo-instruction requires $at, which is not available
oddspreg.s 8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 | \
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
13 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N32
28 # RUN: llvm-mc /dev/null -arch=mips64 -mcpu=mips64 -target-abi n32 -filetype=obj -o - | \
30 # RUN: FileCheck %s -check-prefixes=CHECK-OBJ-ALL,CHECK-OBJ-N32
57 # CHECK-OBJ-N32: 0000: 00004001 02020001 00000000 00000000 |..@.............|
58 # CHECK-OBJ-N32: 0010: 00000001 00000000 |........|
elf_eflags.s 48 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
49 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32 %s
50 # MIPS64EL-MIPS64R2-N32: Flags [ (0x80000024)
52 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi n32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-N32-NAN2008 %s
53 # MIPS64EL-MIPS64R2-N32-NAN2008: Flags [ (0x80000424)
55 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 -target-abi n32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-N32 %
    [all...]
reloc-directive.s 3 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
10 # RUN: llvm-mc -triple mips64-unknown-linux < %s -show-encoding -target-abi=n32 \
12 # RUN: FileCheck -check-prefix=OBJ-N32 %s
36 # FIXME: We can't get N32 correct at the moment. If we use a mips-* triple then
42 # OBJ-N32-LABEL: Name: .text
43 # OBJ-N32: 0000: 00000000 00000000 00000000
44 # OBJ-N32-LABEL: }
45 # OBJ-N32-LABEL: Relocations [
46 # OBJ-N32: 0x0 R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE .text 0x4
47 # OBJ-N32: 0x4 R_MIPS_NONE/R_MIPS_NONE/R_MIPS_NONE .text 0x
    [all...]
cprestore-noreorder.s 13 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 --position-independent -show-encoding | \
14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
91 # BAD-ABI-N32: lw $25, %got_disp(foo)($gp) # encoding: [0x8f,0x99,A,A]
cprestore-reorder.s 13 # RUN: llvm-mc %s -arch=mips -mcpu=mips64 -target-abi n32 --position-independent -show-encoding | \
14 # RUN: FileCheck %s -check-prefixes=BAD-ABI,BAD-ABI-N32
92 # BAD-ABI-N32: lw $25, %got_disp(foo)($gp) # encoding: [0x8f,0x99,A,A]
mips-expansions-bad.s 3 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 | \
4 # RUN: FileCheck %s --check-prefixes=64-BIT,N32-ONLY
macro-la-pic.s 5 # N32 should be acceptable too but it currently errors out.
  /external/jemalloc/test/include/test/
SFMT-params.h 54 /** N32 is the size of internal state array when regarded as an array
56 #define N32 (N * 4)
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 32 UnknownABI, O32, N32, N64, EABI
95 bool isABI_N32() const { return MipsABI == N32; }
MipsAsmPrinter.cpp 205 case MipsSubtarget::N32: return "abiN32";
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
attr-gnu-4-0-n32-ph.d 1 #source: attr-gnu-4-0.s -mips3 -n32 -EB
13 private flags = 20000020: \[abi=N32\] \[mips3\] \[not 32bitmode\]
attr-gnu-4-1-n32-ph.d 1 #source: empty.s -mips3 -n32 -EB
13 private flags = 20000020: \[abi=N32\] \[mips3\] \[not 32bitmode\]
attr-gnu-4-2-n32-ph.d 1 #source: empty.s -mips3 -n32 -msingle-float -EB
13 private flags = 20000020: \[abi=N32\] \[mips3\] \[not 32bitmode\]
attr-gnu-4-3-n32-ph.d 1 #source: empty.s -mips3 -n32 -msingle-float -EB
13 private flags = 20000020: \[abi=N32\] \[mips3\] \[not 32bitmode\]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips16-dwarf2-n32.d 2 #name: MIPS16 DWARF2 N32
3 #as: -march=mips3 -mabi=n32 -mips16 -no-mdebug -g0
  /external/libexif/
config.rpath 478 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;
  /toolchain/binutils/binutils-2.25/
config.rpath 473 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ") libsuff=32 shlibsuff=N32 ;;

Completed in 469 milliseconds

1 2 3