HomeSort by relevance Sort by last modified time
    Searched full:mips32 (Results 26 - 50 of 557) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/Mips/msa/
special.ll 4 ; RUN: FileCheck %s --check-prefix=MIPS32
8 ; RUN: FileCheck %s --check-prefix=MIPS32
20 ; MIPS32: llvm_mips_lsa_test:
21 ; MIPS32: lsa {{\$[0-9]+}}, $5, $4, 2
22 ; MIPS32: .size llvm_mips_lsa_test
31 ; MIPS32: lsa_test:
32 ; MIPS32: lsa {{\$[0-9]+}}, $5, $4, 2
33 ; MIPS32: .size lsa_test
2r_vector_scalar.ll 5 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32
7 ; RUN: FileCheck %s -check-prefix=MIPS-ANY -check-prefix=MIPS32
27 ; MIPS32-DAG: lw [[R1:\$[0-9]+]],
47 ; MIPS32-DAG: lw [[R1:\$[0-9]+]],
67 ; MIPS32-DAG: lw [[R1:\$[0-9]+]],
87 ; MIPS32-DAG: lw [[R1:\$[0-9]+]], 0(
88 ; MIPS32-DAG: lw [[R2:\$[0-9]+]], 4(
90 ; MIPS32-DAG: ldi.b [[R3:\$w[0-9]+]], 0
91 ; MIPS32-DAG: insert.w [[R3]][0], [[R1]]
92 ; MIPS32-DAG: insert.w [[R3]][1], [[R2]
    [all...]
  /external/llvm/test/MC/Mips/
elf_eflags_nan2008.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
llvm-mc-fixup-endianness.s 1 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mips-unknown-unknown %s | FileCheck -check-prefix=BE %s
2 # RUN: llvm-mc -show-encoding -mcpu=mips32 -triple mipsel-unknown-unknown %s | FileCheck -check-prefix=LE %s
eh-frame.s 7 // RUN: llvm-objdump -r -s %t.o | FileCheck --check-prefix=MIPS32 %s
22 // MIPS32: RELOCATION RECORDS FOR [.rel.eh_frame]:
23 // MIPS32-NEXT: R_MIPS_32
24 // MIPS32: Contents of section .eh_frame:
25 // MIPS32-NEXT: 0000
28 // MIPS32: 00000010
31 // MIPS32: 00000000
34 // MIPS32: 01
37 // MIPS32: 7a5200
40 // MIPS32: 0
    [all...]
elf_eflags_abicalls.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_micromips.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_mips16.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_noreorder.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_pic0.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
elf_eflags_pic2.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| llvm-readobj -h | FileCheck %s
set-mips-directives.s 16 .set mips32
20 .set mips32
23 .set mips32
52 # CHECK: .set mips32
56 # CHECK: .set mips32
59 # CHECK: .set mips32
elf_eflags_nanlegacy.s 1 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips32 %s -o - | \
4 # RUN: llvm-mc -triple mipsel-unknown-linux -mcpu=mips32 %s -o -| \
module-softfloat.s 1 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 | \
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -filetype=obj -o - | \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips32-sync.d 2 #name: MIPS32 sync instructions
3 #as: -32 -mips32
micromips@mips32-imm.s 1 # Source file to test wide immediates with MIPS32 WAIT and SDBBP instructions
  /external/clang/test/Driver/
freebsd-mips-as.c 5 // RUN: | FileCheck -check-prefix=MIPS32-EB-AS %s
6 // MIPS32-EB-AS: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
7 // MIPS32-EB-AS-NOT: "-KPIC"
11 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIC %s
12 // MIPS32-EB-PIC: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
13 // MIPS32-EB-PIC: "-KPIC"
17 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIC-SMALL %s
18 // MIPS32-EB-PIC-SMALL: as{{(.exe)?}}" "-march" "mips32r2" "-mabi" "32" "-EB"
19 // MIPS32-EB-PIC-SMALL: "-KPIC"
23 // RUN: | FileCheck -check-prefix=MIPS32-EB-PIE %
    [all...]
target-abi-cc1as.s 4 // RUN: %clang -cc1as -triple mips--linux-gnu -filetype obj -target-cpu mips32 -target-abi o32 %s 2>&1 | \
  /bionic/libc/arch-mips/include/machine/
setjmp.h 11 #define _JBLEN 157 /* historical size, in 4-byte longs, of a mips32 jmp_buf */
  /external/llvm/test/CodeGen/Mips/
abiflags-xx.ll 1 ; RUN: llc -filetype=asm -mtriple mipsel-unknown-linux -mcpu=mips32 -mattr=fpxx %s -o - | FileCheck %s
interrupt-attr-error.ll 1 ; RUN: not llc -mcpu=mips32 -march=mipsel -relocation-model=static < %s 2>%t
micromips-rdhwr-directives.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s \
rdhwr-directives.ll 1 ; RUN: llc -march=mipsel -mcpu=mips32 -relocation-model=static < %s | FileCheck %s
  /external/valgrind/memcheck/tests/linux/
getregset.vgtest 3 prereq: ../../../tests/os_test linux 2.6.33 && ! ../../../tests/arch_test mips32 && ! ../../../tests/arch_test ppc64
  /external/valgrind/memcheck/tests/vbit-test/
irops.c 38 { DEFOP(Iop_Add8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 0 },
39 { DEFOP(Iop_Add16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 0 },
40 { DEFOP(Iop_Add32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
41 { DEFOP(Iop_Add64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 0, .mips64 = 1, .tilegx = 1 }, // mips asserts
42 { DEFOP(Iop_Sub8, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
43 { DEFOP(Iop_Sub16, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
44 { DEFOP(Iop_Sub32, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 1, .mips32 = 1, .mips64 = 1, .tilegx = 1 },
45 { DEFOP(Iop_Sub64, UNDEF_LEFT), .s390x = 1, .amd64 = 1, .x86 = 1, .arm = 1, .ppc64 = 1, .ppc32 = 0, .mips32 = 0, .mips64 = 1, .tilegx = 1 }, // ppc32, mips assert
46 { DEFOP(Iop_Mul8, UNDEF_LEFT), .s390x = 0, .amd64 = 0, .x86 = 0, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0, .tilegx = 0 },
47 { DEFOP(Iop_Mul16, UNDEF_LEFT), .s390x = 0, .amd64 = 1, .x86 = 1, .arm = 0, .ppc64 = 0, .ppc32 = 0, .mips32 = 0, .mips64 = 0, .tilegx = 0 }
    [all...]

Completed in 593 milliseconds

12 3 4 5 6 7 8 91011>>