Home | History | Annotate | Download | only in Mips

Lines Matching refs:RUN

0 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 | \
2 # RUN: FileCheck %s -check-prefix=CHECK-ASM
4 # RUN: llvm-mc %s -arch=mips -mcpu=mips32 -mattr=+fp64 -filetype=obj -o - | \
5 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
6 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-O32
8 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -mattr=-n64,+n32 | \
9 # RUN: FileCheck %s -check-prefix=CHECK-ASM
11 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -mattr=-n64,+n32 -filetype=obj -o - | \
12 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
13 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N32
15 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 | \
16 # RUN: FileCheck %s -check-prefix=CHECK-ASM
18 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64 -filetype=obj -o - | \
19 # RUN: llvm-readobj -sections -section-data -section-relocations - | \
20 # RUN: FileCheck %s -check-prefix=CHECK-OBJ-ALL -check-prefix=CHECK-OBJ-N64