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
68
) sorted by null
1
2
3
/external/llvm/test/MC/ARM/
arm_word_directive.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown %s | FileCheck %s
neont2-absdiff-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
mode-switch.s
2
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
3
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
thumb2-movt-fixup.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple thumbv7-apple-darwin10 -filetype=obj -o - < %s | macho-dump | FileCheck %s
arm_addrmode3.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -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-dup-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple thumb-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
neont2-table-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple thumb-unknown-unknown -show-encoding < %s | FileCheck %s
arm_addrmode2.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding %s | FileCheck %s
neon-abs-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
neon-bitcount-encoding.s
1
@ RUN: llvm-mc -
mcpu
=cortex-a8 -triple arm-unknown-unknown -show-encoding < %s | FileCheck %s
/sdk/emulator/qtools/tests/
common_head.mk
8
CFLAGS := $(OPT) -
mcpu
=arm9
/external/llvm/tools/llvmc/src/
Hooks.cpp
46
// -march values that should be forwarded as -
mcpu
77
std::string
mcpu
("-
mcpu
=");
84
// Check if the argument should be forwarded to -
mcpu
instead of -mattr.
90
mcpu
+= I->getValue();
117
out += (mattrTouched ? " " : "") +
mcpu
;
122
// -
mcpu
values that need to be special-cased.
128
/// ConvertMCpu - Convert -
mcpu
value from the gcc to the llc dialect.
138
std::string ret = "-
mcpu
=";
/external/sonivox/arm-fm-22k/host_src/
arm-fm-22k.mak
19
$(AS) -o $@ -EL -
mcpu
=arm946e-s -mfpu=softfpa $<
/external/sonivox/arm-hybrid-22k/host_src/
arm-hybrid-22k.mak
19
$(AS) -o $@ -EL -
mcpu
=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
/external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak
19
$(AS) -o $@ -EL -
mcpu
=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
/frameworks/compile/linkloader/tests/images/
gen-test-elf.sh
19
clang -integrated-as -std=c89 -c test.c -o test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -
mcpu
=cortex-a9 -mfpu=vfp
28
clang -integrated-as -std=c89 -c rodata-test.c -o rodata-test-tegra2.o -ccc-host-triple armv7-none-linux-gnueabi -
mcpu
=cortex-a9 -mfpu=vfp
/external/sonivox/arm-fm-22k/lib_src/
arm-fm-22k_lib.mak
19
$(AS) -o $@ -EL -
mcpu
=arm946e-s -mfpu=softfpa $<
/external/sonivox/arm-hybrid-22k/lib_src/
arm-hybrid-22k_lib.mak
19
$(AS) -o $@ -EL -
mcpu
=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
/external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak
19
$(AS) -o $@ -EL -
mcpu
=arm946e-s -mfpu=softfpa -I lib_src --defsym CHECK_STACK=0 --defsym REVERB=0 --defsym CHORUS=0 --defsym STEREO_OUTPUT=1 --defsym SAMPLE_RATE_22050=1 --defsym SAMPLES_8_BIT=1 --defsym FILTER_ENABLED=1 $<
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
471
std::string
MCPU
;
557
EngineBuilder &setMCPU(StringRef
mcpu
) {
558
MCPU
.assign(
mcpu
.begin(),
mcpu
.end());
578
/// arch. Add any CPU features specified via -
mcpu
or -mattr.
581
StringRef
MCPU
,
/external/llvm/tools/gold/
gold-plugin.cpp
79
static std::string
mcpu
;
member in namespace:options
95
} else if (opt.startswith("
mcpu
=")) {
96
mcpu
= opt.substr(strlen("
mcpu
="));
386
if (!options::
mcpu
.empty())
387
lto_codegen_set_cpu(code_gen, options::
mcpu
.c_str());
Completed in 344 milliseconds
1
2
3