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

  /external/strace/linux/mips/
genstub.sh 6 for n in n32 n64 o32; do
  /external/libpcap/msdos/
makefile 31 HIGHC_OBJ = $(SOURCE:.c=.o32) msdos\pkt_rx0.o32
53 .c.o32:
54 hc386.exe @hc386.arg -o $*.o32 $*.c
59 .asm.o32:
60 $(ASM) -DDOSX=1 $*.asm, $*.o32
83 -Hsuffix=.o32
92 @del *.o32
145 pkt_rx0.o32: msdos\pkt_rx0.asm
147 bpf_filt.o32: bpf_filt.c pcap-int.h pcap.h pcap-bpf.h gnuc.h
    [all...]
  /external/llvm/test/MC/Mips/
cpsetup.s 1 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 -filetype=obj -o - %s | \
3 # RUN: FileCheck -check-prefix=O32 %s
5 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 %s | \
28 # O32-NOT: __cerror
48 # O32-NOT: __cerror
71 # O32: t2:
72 # O32: nop
73 # O32: sub $3, $3, $2
74 # O32: nop
nabi-regs.s 1 # OABI (o32, o64) have a different symbolic register
cpload.s 3 # RUN: llvm-mc %s -arch=mips -mcpu=mips32r2 -mattr=+o32 -filetype=obj -o -| \
5 # RUN: FileCheck %s -check-prefix=OBJ-O32
21 # OBJ-O32: .text
22 # OBJ-O32: lui $gp, 0
23 # OBJ-O32: R_MIPS_HI16 _gp_disp
24 # OBJ-O32: addiu $gp, $gp, 0
25 # OBJ-O32: R_MIPS_LO16 _gp_disp
26 # OBJ-O32: addu $gp, $gp, $25
mips64-register-names-o32.s 2 # RUN: -target-abi o32 | FileCheck %s
4 # Check that the register names are mapped to their correct numbers for o32
elf_eflags.s 73 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi o32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-O32 %s
74 # MIPS64EL-MIPS64R2-O32: Flags [ (0x80001104)
76 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -target-abi o32 -mattr=+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-O32-NAN2008 %s
77 # MIPS64EL-MIPS64R2-O32-NAN2008: Flags [ (0x80001504)
109 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi o32 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-O32 %s
110 # MIPS64EL-MIPS64-O32: Flags [ (0x60001104)
112 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -target-abi o32 -mattr=+nan2008 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-O32-NAN2008 %
    [all...]
mips-register-names-o32.s 3 # Check that the register names are mapped to their correct numbers for o32
  /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:
237 # callee-saved fp regs on mips o32 ABI are
335 # callee-saved fp regs on mips o32 ABI are
  /external/scrypt/
import_scrypt.sh 139 CC=true perl "$1" o32 > "$OUT"
  /art/test/MyClassNatives/
MyClassNatives.java 53 Object o32, Object o33, Object o34, Object o35, Object o36, Object o37, Object o38, Object o39,
  /art/compiler/jni/
jni_compiler_test.cc     [all...]

Completed in 1328 milliseconds