OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mcpu
(Results
201 - 225
of
454
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68k/
tls-gd-1.d
1
#as: -
mcpu
=5206
tls-gd-2.d
1
#as: -
mcpu
=5206
tls-gd-ie-1.d
1
#as: -
mcpu
=5206
tls-ie-1.d
1
#as: -
mcpu
=5206
tls-ld-1.d
1
#as: -
mcpu
=5206
/external/llvm/test/MC/ARM/
arm-thumb-cpus.s
7
@ RUN: llvm-mc -show-encoding -triple=arm-eabi -
mcpu
=cortex-a15 < %s 2>&1 \
10
@ RUN: not llvm-mc -show-encoding -triple=arm-eabi -
mcpu
=cortex-m3 < %s 2>&1 \
fp-const-errors.s
1
@ RUN: not llvm-mc -
mcpu
=cortex-a8 -triple armv7-none-linux-gnueabi < %s 2>&1 | FileCheck %s
invalid-idiv.s
1
@ RUN: not llvm-mc -triple=armv7 -
mcpu
=cortex-a15 -mattr=-hwdiv-arm < %s 2> %t
3
@ RUN: not llvm-mc -triple=thumbv7 -
mcpu
=cortex-a15 -mattr=-hwdiv < %s 2> %t
arm_instructions.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding %s \
3
@ RUN: llvm-mc -
mcpu
=cortex-a9 -triple armv7-unknown-nacl -show-encoding %s \
5
@ RUN: llvm-mc -
mcpu
=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \
arm_addrmode3.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
fconst.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple armv7-apple-darwin -show-encoding < %s | FileCheck %s
neon-dup-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-reverse-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-table-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neont2-reverse-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
/external/llvm/test/MC/Hexagon/
v60-permute.s
1
#RUN: llvm-mc -triple=hexagon -
mcpu
=hexagonv60 -filetype=obj %s | \
2
#RUN: llvm-objdump -triple=hexagon -
mcpu
=hexagonv60 -d - | \
v60-shift.s
1
#RUN: llvm-mc -triple=hexagon -
mcpu
=hexagonv60 -filetype=obj %s | \
2
#RUN: llvm-objdump -triple=hexagon -
mcpu
=hexagonv60 -d - | \
/external/llvm/test/MC/MachO/ARM/
thumb2-movt-fixup.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | llvm-readobj -relocations -expand-relocs | FileCheck %s
/external/llvm/test/MC/Mips/cnmips/
invalid.s
3
# RUN: not llvm-mc %s -triple=mips64-unknown-linux -show-encoding -
mcpu
=octeon 2>%t1
/external/llvm/test/MC/Mips/
micromips-label-test-sections.s
1
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -
mcpu
=mips32r2 \
micromips-label-test.s
1
# RUN: llvm-mc %s -triple=mipsel-unknown-linux -
mcpu
=mips32r2 \
micromips-shift-instructions.s
1
# RUN: llvm-mc %s -triple=mipsel -show-encoding -
mcpu
=mips32r2 -mattr=micromips | FileCheck -check-prefix=CHECK-EL %s
2
# RUN: llvm-mc %s -triple=mips -show-encoding -
mcpu
=mips32r2 -mattr=micromips | FileCheck -check-prefix=CHECK-EB %s
mips_abi_flags_xx_set.s
1
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32 | \
4
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32 -filetype=obj -o - | \
set-nomacro-micromips.s
1
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32 -mattr=micromips 2>&1 | FileCheck %s
rotations32.s
1
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32 -show-encoding | FileCheck %s -check-prefix=CHECK-32
2
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32r2 -show-encoding | FileCheck %s -check-prefix=CHECK-32R
3
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32r3 -show-encoding | FileCheck %s -check-prefix=CHECK-32R
4
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32r5 -show-encoding | FileCheck %s -check-prefix=CHECK-32R
5
# RUN: llvm-mc %s -arch=mips -
mcpu
=mips32r6 -show-encoding | FileCheck %s -check-prefix=CHECK-32R
Completed in 179 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>