HomeSort by relevance Sort by last modified time
    Searched refs:mcpu (Results 1 - 25 of 1179) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/u-boot/arch/m68k/
Makefile 8 cpuflags-$(CONFIG_M5208) := -mcpu=5208
9 cpuflags-$(CONFIG_M5235) := -mcpu=5235 -fPIC
10 cpuflags-$(CONFIG_M52277) := -mcpu=52277 -fPIC
11 cpuflags-$(CONFIG_M5249) := -mcpu=5249
12 cpuflags-$(CONFIG_M5253) := -mcpu=5253
13 cpuflags-$(CONFIG_M5271) := -mcpu=5271
14 cpuflags-$(CONFIG_M5272) := -mcpu=5272
15 cpuflags-$(CONFIG_M5275) := -mcpu=5275
16 cpuflags-$(CONFIG_M5282) := -mcpu=5282
17 cpuflags-$(CONFIG_M5307) := -mcpu=530
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/
invalid-assembly-sequence.s 1 # RUN: not llvm-mca -mtriple=x86_64-unknown-unknown -mcpu=btver2 %s
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips16/
valid.s 1 # RUN: llvm-mc -arch=mips -mcpu=mips32r2 -mattr=+mips16 -show-encoding -show-inst < %s
  /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/swiftshader/third_party/llvm-7.0/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
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
arm_word_directive.s 1 @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Hexagon/
test.s 1 #RUN: llvm-mc -filetype=obj -triple=hexagon -mcpu=hexagonv60 -mhvx %s
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
micromips64-unsupported.s 1 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n64 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64R6
2 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 -target-abi n32 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64R6
4 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n64 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64 -target-abi n32 2>&1 -mattr=+micromips | FileCheck %s --check-prefix=64
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 | \
  /external/u-boot/arch/arc/
config.mk 32 PLATFORM_CPPFLAGS += -mcpu=arc700
36 PLATFORM_CPPFLAGS += -mcpu=arc700 -mlock -mswape
40 PLATFORM_CPPFLAGS += -mcpu=arcem
44 PLATFORM_CPPFLAGS += -mcpu=archs
48 PLATFORM_CPPFLAGS += -mcpu=archs
  /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=mips -mcpu=mips32r2 2>&1 | \
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 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=mips -mcpu=mips32r2 2>&1 | \
5 # RUN: not llvm-mc %s -arch=mips64 -mcpu=mips64r6 2>&1 | \
7 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 2>&1 | \
macro-div-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-divu-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 | \
mips-cop0-reginfo.s 1 # RUN: llvm-mc -arch=mips -mcpu=mips32r2 -filetype=obj %s -o - | \
  /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
  /external/swiftshader/third_party/llvm-7.0/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
  /external/llvm/test/MC/Mips/micromips-dsp/
valid-micromips32r3.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r3 -mattr=micromips -mattr=+dsp | FileCheck %s
  /external/llvm/test/MC/Mips/micromips-dspr3/
valid.s 1 # RUN: llvm-mc %s -triple=mips-unknown-linux -show-encoding -mcpu=mips32r6 -mattr=micromips -mattr=+dspr3 | FileCheck %s
  /external/llvm/test/MC/Mips/msa/
test_2r_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
test_elm_insert_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
test_elm_msa64.s 1 # RUN: llvm-mc %s -arch=mips64 -mcpu=mips64r2 -mattr=+msa -show-encoding | FileCheck %s
  /external/llvm/test/MC/Sparc/
sparc-vis.s 1 ! RUN: llvm-mc %s -arch=sparcv9 -mcpu=niagara -show-encoding | FileCheck %s

Completed in 802 milliseconds

1 2 3 4 5 6 7 8 91011>>