OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcpu
(Results
1 - 25
of
454
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
cmdline-bad-cpu.d
1
# name: Bad -
mcpu
command line
2
# as: -
mcpu
=cortex
req.d
2
#as: -
mcpu
=arm7m
arm3-bad.d
2
# as: -
mcpu
=arm3
armv1-bad.d
2
#as: -
mcpu
=arm7m
iwmmxt-bad.d
2
#as: -
mcpu
=iwmmxt
iwmmxt-bad2.d
2
#as: -
mcpu
=iwmmxt
vcvt.d
3
#as: -
mcpu
=cortex-a8 -mfpu=vfpv3
attr-override-mcpu.d
1
# name: EABI attributes .cpu overrides -
mcpu
2
# source: attr-override-
mcpu
.s
3
# as: -
mcpu
=cortex-a8
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
tls-gd-3.d
1
#as: -
mcpu
=5206
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
got-multigot-15-er.d
1
#as: -
mcpu
=5206
got-negative-15-er.d
1
#as: -
mcpu
=5206
merge-error-1a.d
1
#source: merge-error-1a.s -
mcpu
=cpu32
2
#source: merge-error-1b.s -
mcpu
=68000
merge-error-1b.d
1
#source: merge-error-1a.s -
mcpu
=cpu32
2
#source: merge-error-1b.s -
mcpu
=5207
merge-ok-1a.d
1
#source: merge-error-1a.s -
mcpu
=5207
2
#source: merge-error-1b.s -
mcpu
=528x
got-negative-12-13-14-35-er.d
1
#as: -
mcpu
=5206
got-single-13-er.d
1
#as: -
mcpu
=5206
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/
fr450-link.d
1
#source: fr450-linka.s -
mcpu
=fr400
2
#source: fr450-linkb.s -
mcpu
=fr405
3
#source: fr450-linkc.s -
mcpu
=fr450
4
#source: fr450-linkb.s -
mcpu
=fr405
5
#source: fr450-linka.s -
mcpu
=fr400
10
private flags = 0x800[08]000: -
mcpu
=fr450(| -mfdpic)
/build/core/combo/arch/arm64/
armv8-a.mk
2
arch_variant_cflags := -
mcpu
=cortex-a53
/external/llvm/test/MC/X86/
x86_nop.s
1
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=generic %s | llvm-objdump -d - | FileCheck %s
2
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=i386 %s | llvm-objdump -d - | FileCheck %s
3
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=i486 %s | llvm-objdump -d - | FileCheck %s
4
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=i586 %s | llvm-objdump -d - | FileCheck %s
5
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=pentium %s | llvm-objdump -d - | FileCheck %s
6
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=pentium-mmx %s | llvm-objdump -d - | FileCheck %s
7
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=geode %s | llvm-objdump -d - | FileCheck %s
8
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=i686 %s | llvm-objdump -d - | FileCheck %s
9
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=k6 %s | llvm-objdump -d - | FileCheck %s
10
# RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -
mcpu
=k6-2 %s | llvm-objdump -d - | FileCheck %
[
all
...]
/external/llvm/test/MC/Hexagon/
test.s
1
#RUN: llvm-mc -filetype=obj -triple=hexagon -
mcpu
=hexagonv60 %s
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
rm-simd-ext.d
4
#as: -
mcpu
=cortex-a57+nosimd
/external/llvm/test/MC/Mips/
macro-li-bad.s
1
# RUN: not llvm-mc %s -arch=mips -
mcpu
=mips32r2 2>%t1
3
# RUN: not llvm-mc %s -arch=mips64 -
mcpu
=mips64 -target-abi n32 2>&1 | \
5
# RUN: not llvm-mc %s -arch=mips64 -
mcpu
=mips64 -target-abi n64 2>&1 | \
macro-ddiv-bad.s
1
# RUN: not llvm-mc %s -arch=mips -
mcpu
=mips32r6 2>&1 | \
3
# RUN: not llvm-mc %s -arch=mips64 -
mcpu
=mips64r6 2>&1 | \
5
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32r2 2>&1 | \
7
# RUN: llvm-mc %s -arch=mips64 -
mcpu
=mips64r2 2>&1 | \
macro-ddivu-bad.s
1
# RUN: not llvm-mc %s -arch=mips -
mcpu
=mips32r6 2>&1 | \
3
# RUN: not llvm-mc %s -arch=mips64 -
mcpu
=mips64r6 2>&1 | \
5
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32r2 2>&1 | \
7
# RUN: llvm-mc %s -arch=mips64 -
mcpu
=mips64r2 2>&1 | \
/external/llvm/test/MC/PowerPC/
deprecated-p7.s
1
# RUN: llvm-mc -triple powerpc64-unknown-linux-gnu -
mcpu
=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
2
# RUN: llvm-mc -triple powerpc64le-unknown-linux-gnu -
mcpu
=pwr7 -show-encoding < %s 2>&1 | FileCheck %s
3
# RUN: llvm-mc -triple powerpc-unknown-linux-gnu -
mcpu
=601 -show-encoding < %s 2>&1 | FileCheck -check-prefix=CHECK-OLD %s
Completed in 1657 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>