OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gnueabi
(Results
1 - 25
of
100
) sorted by null
1
2
3
4
/external/llvm/test/MC/ARM/
cmp-immediate-fixup-error.s
1
@ RUN: not llvm-mc -triple=arm-linux-
gnueabi
-filetype=obj < %s 2>&1 | FileCheck %s
cmp-immediate-fixup-error2.s
1
@ RUN: not llvm-mc -triple=arm-linux-
gnueabi
-filetype=obj < %s 2>&1 | FileCheck %s
cmp-immediate-fixup.s
2
@ RUN: llvm-mc < %s -triple=arm-linux-
gnueabi
-filetype=obj -o - \
cmp-immediate-fixup2.s
2
@ RUN: llvm-mc < %s -triple=arm-linux-
gnueabi
-filetype=obj -o - \
elf-jump24-fixup.s
1
@ RUN: llvm-mc %s -triple=thumbv7-linux-
gnueabi
-filetype=obj -o - < %s | llvm-objdump -r - | FileCheck %s
ldr-pseudo-unpredictable.s
1
@RUN: llvm-mc -triple armv5-unknown-linux-
gnueabi
%s | FileCheck --check-prefix=CHECK-ARM %s
2
@RUN: not llvm-mc -triple thumbv7-unknown-linux-
gnueabi
%s 2>&1 | FileCheck --check-prefix=CHECK-SP %s
3
@RUN: not llvm-mc -triple thumbv5-unknown-linux-
gnueabi
%s 2>&1 | FileCheck --check-prefix=CHECK-NONE %s
directive-arch-semantic-action.s
1
@ RUN: not llvm-mc -triple arm-
gnueabi
-linux -filetype asm %s 2>&1 | FileCheck %s
directive-fpu-softvfp.s
1
@ RUN: llvm-mc < %s -triple armv7-unknown-linux-
gnueabi
-filetype=obj -o /dev/null
ldrd-strd-gnu-arm-bad-imm.s
1
@ RUN: not llvm-mc -triple=armv7-linux-
gnueabi
%s 2>&1 | FileCheck %s
ldrd-strd-gnu-thumb-bad-regs.s
1
@ RUN: not llvm-mc -triple=armv7-linux-
gnueabi
%s 2>&1 | FileCheck %s
thumb2be-movt-encoding.s
1
@ RUN: llvm-mc -triple=thumbv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2
@ RUN: llvm-mc -triple=thumbebv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
thumb2be-movw-encoding.s
1
@ RUN: llvm-mc -triple=thumbv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2
@ RUN: llvm-mc -triple=thumbebv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
gas-compl-copr-reg.s
1
@ RUN: llvm-mc -triple=armv7-linux-
gnueabi
-show-encoding < %s | FileCheck %s
8
@ RUN: llvm-mc -triple=armv7-linux-
gnueabi
-show-encoding < %s | FileCheck %s
inst-constant-required.s
1
@ RUN: not llvm-mc %s -triple=armv7-linux-
gnueabi
-filetype asm -o - 2>&1 \
inst-overflow.s
1
@ RUN: not llvm-mc %s -triple armv7-linux-
gnueabi
-filetype asm -o - 2>&1 \
inst-thumb-overflow-2.s
1
@ RUN: not llvm-mc %s -triple armv7-linux-
gnueabi
-filetype asm -o - 2>&1 \
ldr-pseudo-parse-errors.s
1
@RUN: not llvm-mc -triple=armv7-unknown-linux-
gnueabi
< %s 2>&1 | FileCheck %s
modified-immediate-fixup-error.s
2
@ RUN: not llvm-mc -triple=arm-linux-
gnueabi
-filetype=obj < %s 2>&1 | FileCheck %s
modified-immediate-fixup.s
2
@ RUN: llvm-mc < %s -triple=arm-linux-
gnueabi
-filetype=obj -o - \
pool.s
1
@ RUN: llvm-mc -triple thumbv7-linux-
gnueabi
-o - %s | FileCheck %s
thumb2-strd.s
1
@ RUN: not llvm-mc -triple=armv7-linux-
gnueabi
%s 2>&1 | FileCheck %s
thumb2be-b.w-encoding.s
1
@ RUN: llvm-mc -triple=thumbv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2
@ RUN: llvm-mc -triple=thumbebv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
thumb2be-beq.w-encoding.s
1
@ RUN: llvm-mc -triple=thumbv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-LE
2
@ RUN: llvm-mc -triple=thumbebv7-none-linux-
gnueabi
-show-encoding < %s | FileCheck %s --check-prefix=CHECK-BE
eh-directive-fnend-diagnostics.s
1
@ RUN: not llvm-mc %s -triple=armv7-unknown-linux-
gnueabi
\
/external/clang/test/Driver/
as-default-dwarf.s
2
@ RUN: %clang --target=armv8a--linux-
gnueabi
-c %s -o %t
Completed in 140 milliseconds
1
2
3
4