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

1 2

  /external/strace/linux/mips/
genstub.sh 6 for n in n32 n64 o32; do
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
hilo-diff-el.d 2 #name: MIPS hilo-diff o32/EL
jalr3.d 2 #name: MIPS JALR reloc (o32)
micromips@hilo-diff-el.d 2 #name: MIPS hilo-diff o32/EL
mips16@hilo-diff-el.d 2 #name: MIPS hilo-diff o32/EL
pcrel-4-32.d 2 #name: Valid cross-section PC-relative references (o32)
tls-o32.d 3 #name: MIPS ELF TLS o32
hilo-diff-eb.d 2 #name: MIPS hilo-diff o32/EB
  /external/llvm/test/MC/Mips/
reloc-directive-bad.s 1 # RUN: not llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
reloc-directive.s 1 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
7 # RUN: llvm-mc -triple mips-unknown-linux < %s -show-encoding -target-abi=o32 \
9 # RUN: FileCheck -check-prefix=OBJ-O32 %s
27 # OBJ-O32-LABEL: Name: .text
28 # OBJ-O32: 0000: 00000000 00000000 00000008
29 # OBJ-O32-LABEL: }
30 # OBJ-O32-LABEL: Relocations [
31 # OBJ-O32: 0x0 R_MIPS_NONE foo 0x0
32 # OBJ-O32: 0x4 R_MIPS_NONE foo 0x0
33 # OBJ-O32: 0x8 R_MIPS_32 .text 0x
    [all...]
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
cpsetup.s 1 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 -filetype=obj -o - %s | \
3 # RUN: FileCheck -check-prefix=ALL -check-prefix=O32 %s
5 # RUN: llvm-mc -triple mips64-unknown-unknown -target-abi o32 %s | \
32 # O32-NOT: __cerror
63 # O32-NOT: __cerror
101 # O32-NEXT: nop
102 # O32-NEXT: sub $3, $3, $2
159 # O32-NOT: __cerror
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...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips-elf.exp 64 set abi_asflags(o32) "-32"
67 set abi_ldflags(o32) ""
73 set abi_asflags(o32) "-32 -EB"
74 set abi_ldflags(o32) -melf32bsmip
76 set abi_asflags(o32) "-32 -EB"
77 set abi_ldflags(o32) -melf32btsmip
79 set abi_asflags(o32) "-32 -EB"
80 set abi_ldflags(o32) -melf32btsmip_fbsd
182 run_dump_test "no-shared-1-o32"
221 run_dump_test "rel32-o32"
    [all...]
mips-elf-flags.exp 134 abi_conflict { "-mabi=eabi -mgp32" "-mips4 -mabi=32" } EABI32 O32
153 good_combination { "-mips4 -mgp32 -32" "-mips2 -32" } { mips4 o32 }
154 good_combination { "-mips4 -mabi=32" "-mips2 -32" } { mips4 o32 }
155 good_combination { "-mips2 -32" "-mips4 -mabi=32" } { mips4 o32 }
166 good_combination { "-march=vr4120 -mabi=32" "-mips3 -mabi=32" } { 4120 o32 }
167 good_combination { "-march=sb1 -mgp32 -32" "-march=4000 -mgp32 -32" } { sb1 o32 }
168 good_combination { "-mips32 -mabi=32" "-march=sb1 -mabi=32" } { sb1 o32 }
169 good_combination { "-mips64r2 -mabi=32" "-mips32 -mabi=32" } { mips64r2 o32 }
export-class.exp 37 set dump [string map {o32 32 n32 32 n64 64} $abi]
93 set abis { o32 -32 elf32btsmip n32 "-n32 -march=mips3" elf32btsmipn32 n64 "-64 -march=mips3" elf64btsmip }
compressed-plt-1a.s 13 .ifdef o32
no-shared-1-n32.d 2 #source: no-shared-1-o32.s
rel32-o32.d 1 #name: MIPS rel32 o32
comm-data.exp 84 set abis { o32 -32 elf32btsmip n32 "-n32 -march=mips3" elf32btsmipn32 n64 "-64 -march=mips3" elf64btsmip }
  /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...]
  /bionic/libc/bionic/
legacy_32_bit_support.cpp 116 int prlimit(pid_t pid, int resource, const rlimit* n32, rlimit* o32) {
126 (o32 != nullptr) ? &o64 : nullptr);
127 if (result != -1 && o32 != nullptr) {
128 o32->rlim_cur = (o64.rlim_cur == RLIM64_INFINITY) ? RLIM_INFINITY : o64.rlim_cur;
129 o32->rlim_max = (o64.rlim_max == RLIM64_INFINITY) ? RLIM_INFINITY : o64.rlim_max;
  /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:
256 # callee-saved fp regs on mips o32 ABI are
359 # callee-saved fp regs on mips o32 ABI are

Completed in 697 milliseconds

1 2