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

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
enter.asm 3 o32 enter 4,0 label
8 a32 o32 enter 4,0
opersize.asm 2 o32 mov ax, bx label
6 o32 mov eax, ebx label
11 o32 mov ax, bx label
15 o32 mov eax, ebx label
  /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/
elf_reginfo.s 6 # RUN: llvm-mc -filetype=obj -triple=mipsel %s -mattr=-o32,+n32 -o - \
cpsetup.s 1 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+o32 -filetype=obj -o - %s | \
3 # RUN: FileCheck -check-prefix=O32 %s
5 # RUN: llvm-mc -triple mips64-unknown-unknown -mattr=-n64,+o32 %s | \
28 # O32-NOT: __cerror
48 # O32-NOT: __cerror
nabi-regs.s 1 # OABI (o32, o64) have a different symbolic register
mips64-register-names-o32.s 2 # RUN: -mattr=-n64,+o32 | FileCheck %s
4 # Check that the register names are mapped to their correct numbers for o32
elf_eflags.s 64 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -mattr=-n64,o32 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-O32 %s
65 # MIPS64EL-MIPS64R2-O32: Flags [ (0x80001100)
67 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64r2 -mattr=-n64,o32,+nan2008 %s -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64R2-O32-NAN2008 %s
68 # MIPS64EL-MIPS64R2-O32-NAN2008: Flags [ (0x80001500)
100 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -mattr=-n64,o32 -o -| llvm-readobj -h | FileCheck --check-prefix=MIPS64EL-MIPS64-O32 %s
101 # MIPS64EL-MIPS64-O32: Flags [ (0x60001100)
103 # RUN: llvm-mc -filetype=obj -triple mips64el-unknown-linux -mcpu=mips64 %s -mattr=-n64,o32,+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
  /external/scrypt/
import_scrypt.sh 139 CC=true perl "$1" o32 > "$OUT"
  /external/openssl/crypto/sha/asm/
sha512-mips.pl 15 # generated code in o32 build and ~55% in n32/64 build. SHA512 [which
21 # There is a number of MIPS ABI in use, O32 and N32/64 are most
34 # - never ever touch $tp, "thread pointer", former $gp [o32 can be
38 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary;
48 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
259 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification
285 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification
  /art/test/MyClassNatives/
MyClassNatives.java 53 Object o32, Object o33, Object o34, Object o35, Object o36, Object o37, Object o38, Object o39,
  /external/openssl/crypto/aes/asm/
aes-mips.pl 24 # There is a number of MIPS ABI in use, O32 and N32/64 are most
40 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary;
50 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
364 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification
387 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ification
701 $code.=<<___ if ($flavour =~ /o32/i); # o32 PIC-ification
724 $code.=<<___ if ($flavour !~ /o32/i); # non-o32 PIC-ificatio
    [all...]
  /external/openssl/crypto/bn/asm/
mips-mont.pl 23 # There is a number of MIPS ABI in use, O32 and N32/64 are most
39 # - on O32 populate $a4-$a7 with 'lw $aN,4*N($sp)' if necessary;
49 $flavour = shift; # supported flavours are o32,n32,64,nubi32,nubi64
127 $code.=<<___ if ($flavour =~ /o32/i);
  /external/openssl/
import_openssl.sh 149 CC=true $PERL_EXE "$1" o32 > "$OUT"
  /art/compiler/jni/
jni_compiler_test.cc     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 444 o32, NULL, X86_OPERSIZE>>8, 0x20, 0, 0, 0, 0, 0, 0, 0
    [all...]

Completed in 329 milliseconds