OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:faltivec
(Results
1 - 20
of
20
) sorted by null
/external/clang/test/Sema/
altivec-init.c
1
// RUN: %clang_cc1 %s -triple=powerpc-apple-darwin8 -
faltivec
-verify -pedantic -fsyntax-only
26
// FIXME: test that (type)(fn)(args) still works with -
faltivec
27
// FIXME: test that c++ overloaded commas still work -
faltivec
/external/clang/test/Driver/
ppc-features.cpp
1
// Check that we error when -
faltivec
is specified on non-ppc platforms.
3
// RUN: %clang -target powerpc-unk-unk -
faltivec
-fsyntax-only %s
4
// RUN: %clang -target powerpc64-linux-gnu -
faltivec
-fsyntax-only %s
7
// RUN: %clang -target i386-pc-win32 -
faltivec
-fsyntax-only %s 2>&1 | FileCheck %s
8
// RUN: %clang -target x86_64-unknown-freebsd -
faltivec
-fsyntax-only %s 2>&1 | FileCheck %s
9
// RUN: %clang -target armv6-apple-darwin -
faltivec
-fsyntax-only %s 2>&1 | FileCheck %s
10
// RUN: %clang -target armv7-apple-darwin -
faltivec
-fsyntax-only %s 2>&1 | FileCheck %s
11
// RUN: %clang -target mips-linux-gnu -
faltivec
-fsyntax-only %s 2>&1 | FileCheck %s
12
// RUN: %clang -target mips64-linux-gnu -
faltivec
-fsyntax-only %s 2>&1 | FileCheck %s
13
// RUN: %clang -target sparc-unknown-solaris -
faltivec
-fsyntax-only %s 2>&1 | FileCheck %
[
all
...]
/external/clang/test/SemaCXX/
altivec.cpp
1
// RUN: %clang_cc1 -
faltivec
-fno-lax-vector-conversions -triple powerpc-unknown-unknown -fcxx-exceptions -verify %s
/external/clang/test/CodeGen/
altivec.c
2
// RUN: %clang_cc1 -
faltivec
-triple powerpc-unknown-unknown -emit-llvm %s -o - | FileCheck %s
builtins-ppc-altivec.c
2
// RUN: %clang_cc1 -
faltivec
-triple powerpc-unknown-unknown -emit-llvm %s -o - | FileCheck %s
[
all
...]
/external/flac/libFLAC/
Makefile.am
40
CPUCFLAGS = -
faltivec
-force_cpusubtype_ALL -DFLAC__NO_ASM
Makefile.in
240
@FLaC__CPU_PPC_TRUE@@FLaC__SYS_DARWIN_TRUE@CPUCFLAGS = -
faltivec
-force_cpusubtype_ALL -DFLAC__NO_ASM
[
all
...]
/external/clang/test/Parser/
altivec.c
1
// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -
faltivec
-fsyntax-only -verify %s
cxx-altivec.cpp
1
// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -
faltivec
-fsyntax-only -verify %s
/external/valgrind/main/VEX/switchback/
test_ppc_jm1.c
4487
int integer = 0, floats = 0, p405 = 0, altivec = 0,
faltivec
= 0;
local
[
all
...]
/external/valgrind/main/none/tests/ppc32/
jm-insns.c
7342
int integer, floats, p405, altivec,
faltivec
;
member in struct:insn_sel_flags_t_struct
[
all
...]
/external/libvpx/libvpx/build/make/
configure.sh
985
enabled altivec && add_cflags -
faltivec
[
all
...]
/external/clang/include/clang/Driver/
Options.td
292
def
faltivec
: Flag<["-"], "
faltivec
">, Group<f_Group>, Flags<[CC1Option]>,
[
all
...]
/external/qemu/distrib/sdl-1.2.15/
configure.in
812
AC_MSG_CHECKING(for Altivec with GCC altivec.h and -
faltivec
option)
813
altivec_CFLAGS="-
faltivec
"
829
AC_MSG_CHECKING(for Altivec with GCC -
faltivec
option)
[
all
...]
/external/clang/lib/Frontend/
CompilerInvocation.cpp
[
all
...]
/external/clang/docs/
LanguageExtensions.rst
275
Giving ``-
faltivec
`` option to clang enables support for AltiVec vector syntax
[
all
...]
/external/clang/lib/Driver/
Tools.cpp
[
all
...]
/prebuilts/clang/linux-x86/3.1/
clang
clang++
/prebuilts/sdk/tools/linux/
libclang.so
Completed in 2459 milliseconds