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

  /external/strace/linux/mips/
genstub.sh 6 for n in n32 n64 o32; do
  /external/eigen/bench/btl/generic_bench/timers/
x86_timer.hh 73 return (_click_stop.n64-_click_start.n64)/double(FREQUENCY);
80 return (_click_stop.n64-_click_start.n64);
222 unsigned long long n64 ; member in union:X86_Timer::__anon8730
228 unsigned long long n64 ; member in union:X86_Timer::__anon8731
  /external/skia/include/core/
SkFixed.h 44 int64_t n64 = (int64_t)(x * SK_Fixed1); local
45 SkFixed n32 = (SkFixed)n64;
46 SkASSERT(n64 == n32);
  /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 - \
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.
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 - | \
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...]
  /bionic/libc/arch-mips/bionic/
setjmp.S 142 /* Registers that are 4-byte on mips32 o32, and 8-byte on mips64 n64 abi */
149 * but the number of saved fp regs varies for o32/n32 versus n64 abis:
227 # callee-saved fp regs on mips n64 ABI are $f24..$f31
325 # callee-saved fp regs on mips n64 ABI are $f24..$f31

Completed in 389 milliseconds