HomeSort by relevance Sort by last modified time
    Searched refs:n64 (Results 26 - 50 of 62) sorted by null

12 3

  /bionic/libc/bionic/
legacy_32_bit_support.cpp 117 rlimit64 n64; local
119 n64.rlim_cur = (n32->rlim_cur == RLIM_INFINITY) ? RLIM64_INFINITY : n32->rlim_cur;
120 n64.rlim_max = (n32->rlim_max == RLIM_INFINITY) ? RLIM64_INFINITY : n32->rlim_max;
125 (n32 != nullptr) ? &n64 : nullptr,
  /external/llvm/test/MC/Mips/
elf_reginfo.s 2 # corresponding options (-mabi=64 -> -mattr=+n64 for example).
4 # RUN: llvm-mc -filetype=obj -triple=mips64el-linux -target-abi n64 %s -o - \
macro-li-bad.s 5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 | \
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...]
mips64-register-names-n32-n64.s 9 # Check that the register names are mapped to their correct numbers for n32/n64
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.
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
nabi-regs.s 13 # RUN: -mcpu=mips64r2 -arch=mips64 -target-abi n64 | FileCheck %s
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
mips-reginfo-fp64.s 9 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa,+fp64 -target-abi n64 -filetype=obj -o - | \
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...]
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
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...]
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]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
comm-data.exp 58 if { $abi == "n64" } {
84 set abis { o32 -32 elf32btsmip n32 "-n32 -march=mips3" elf32btsmipn32 n64 "-64 -march=mips3" elf64btsmip }
mips-elf.exp 66 set abi_asflags(n64) "-march=from-abi -64 -EB"
69 set abi_ldflags(n64) -melf64bmip
85 set abi_ldflags(n64) -melf64btsmip
88 set abi_ldflags(n64) -melf64btsmip_fbsd
185 run_dump_test "no-shared-1-n64"
200 run_dump_test "elf-rel-got-n64-linux" \
201 [list [list ld $abi_ldflags(n64)]]
202 run_dump_test "elf-rel-xgot-n64-linux" \
203 [list [list ld $abi_ldflags(n64)]]
205 run_dump_test "elf-rel-got-n64-embed"
    [all...]
eh-frame2-n64.d 1 #name: MIPS eh-frame 2, n64
elf-rel-got-n64-embed.d 1 #name: MIPS ELF got reloc n64
4 #source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
elf-rel-got-n64-linux.d 1 #name: MIPS ELF got reloc n64
4 #source: ../../../gas/testsuite/gas/mips/elf-rel-got-n64.s RUN_OBJCOPY
  /external/skia/include/core/
SkFixed.h 43 int64_t n64 = (int64_t)(x * SK_Fixed1); local
44 SkFixed n32 = (SkFixed)n64;
45 SkASSERT(n64 == n32);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
elf-rel-got-n64.s 1 # MIPS ELF GOT reloc n64
elf-rel28-n64.d 4 #name: MIPS ELF reloc 28 (n64)
ldstla-n64-shared.d 3 #name: MIPS ld-st-la constants (ABI n64, shared)
4 #source: ldstla-n64.s
ldstla-n64.d 3 #name: MIPS ld-st-la constants (ABI n64)
4 #source: ldstla-n64.s
  /bionic/libc/arch-mips/bionic/
setjmp.S 141 /* Registers that are 4-byte on mips32 o32, and 8-byte on mips64 n64 abi */
148 * but the number of saved fp regs varies for o32/n32 versus n64 abis:
246 # callee-saved fp regs on mips n64 ABI are $f24..$f31
349 # callee-saved fp regs on mips n64 ABI are $f24..$f31

Completed in 316 milliseconds

12 3