OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:neon
(Results
576 - 600
of
782
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/
aout.h
50
there so that VFPv3/
NEON
registers D16-D31 have the same spacing as D0-D15
/external/llvm/lib/Target/ARM/
ARMInstrNEON.td
1
//===-- ARMInstrNEON.td -
NEON
support for ARM -------------*- tablegen -*-===//
10
// This file describes the ARM
NEON
instruction set.
16
//
NEON
-specific Operands.
438
//
NEON
-specific DAG Nodes.
562
//
NEON
load / store instructions
[
all
...]
ARMISelLowering.h
206
//
NEON
loads with post-increment base updates:
218
//
NEON
stores with post-increment base updates:
ARMISelLowering.cpp
143
//
Neon
does not support vector divide/remainder operations.
471
// neither
Neon
nor VFP support any arithmetic operations on it.
542
//
Neon
does not support some operations on v1i64 and v2i64 types.
555
//
Neon
does not have single instruction SINT_TO_FP and UINT_TO_FP with
577
//
NEON
does not have single instruction CTPOP for vectors with element
585
//
NEON
only has FMA instructions as of VFP4.
[
all
...]
README.txt
484
Some of the
NEON
intrinsics may be appropriate for more general use, either
492
The current
NEON
-specific intrinsics for count leading zeros and count one
499
intrinsics could possibly be used for both
NEON
's vector implementations of
/external/chromium_org/third_party/libwebp/dsp/
dec_neon.c
10
// ARM
NEON
version of dsp functions and loop filtering.
185
/* Adapted from libvpx: vp8/common/arm/
neon
/shortidct4x4llm_neon.asm */
/external/clang/include/clang/Basic/
arm_neon.td
1
//===--- arm_neon.td - ARM
NEON
compiler interface ------------------------===//
10
// This file defines the TableGen definitions from which the ARM
NEON
header
/external/llvm/lib/Support/
Host.cpp
587
.Case("
neon
", "
neon
")
/external/webp/src/dsp/
dec_neon.c
10
// ARM
NEON
version of dsp functions and loop filtering.
185
/* Adapted from libvpx: vp8/common/arm/
neon
/shortidct4x4llm_neon.asm */
/frameworks/base/data/sounds/
AllAudio.mk
32
$(LOCAL_PATH)/alarms/ogg/
Neon
.ogg:system/media/audio/alarms/
Neon
.ogg \
/ndk/docs/text/
STANDALONE-TOOLCHAIN.text
202
If you want to use
Neon
instructions, you will need to change the -mfpu
205
CFLAGS='-march=armv7-a -mfloat-abi=softfp -mfpu=
neon
'
/packages/apps/Camera2/res/values-it/
strings.xml
151
<string name="pref_camera_whitebalance_entry_fluorescent" msgid="5157027611220790970">"Luce
neon
"</string>
156
<string name="pref_camera_whitebalance_label_fluorescent" msgid="10552295745391742">"LUCE
NEON
"</string>
/prebuilts/sdk/tools/linux/
libbcc.so
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCCodeEmitter.cpp
349
/// NEONThumb2DataIPostEncoder - Post-process encoded
NEON
data-processing
355
//
NEON
Thumb2 data-processsing encodings are very simple: bit 24 is moved
368
/// NEONThumb2LoadStorePostEncoder - Post-process encoded
NEON
load/store
381
/// NEONThumb2DupPostEncoder - Post-process encoded
NEON
vdup
394
/// Post-process encoded
NEON
v8 instructions, and rewrite them to Thumb2 form
[
all
...]
/external/chromium_org/v8/src/arm/
assembler-arm.cc
132
supported_ |= 1u <<
NEON
;
167
if (!IsSupported(
NEON
) && FLAG_enable_neon && cpu.has_neon()) {
168
found_by_runtime_probing_only_ |= 1u <<
NEON
;
231
arm_fpu = "
neon
";
269
"ARMv7=%d VFP3=%d VFP32DREGS=%d
NEON
=%d SUDIV=%d UNALIGNED_ACCESSES=%d "
274
CpuFeatures::IsSupported(
NEON
),
[
all
...]
assembler-arm.h
360
// Quad word
NEON
register.
671
// store
NEON
instructions
694
// Class NeonListOperand represents a list of
NEON
registers
[
all
...]
/external/llvm/test/MC/Disassembler/ARM/
invalid-armv7.txt
346
# Undefined encodings for
NEON
umaal
362
# Undefined encodings for
NEON
vcvt (float <-> fixed)
376
# Undefined encodings for
NEON
vext
386
# Undefined encodings for
NEON
vldmsdb
396
# Undefined encodings for
NEON
vmov
411
# Undefined encodings for
NEON
vqadd
427
# Undefined encodings for
NEON
vld/vst
/external/clang/lib/AST/
ItaniumMangle.cpp
[
all
...]
/frameworks/base/docs/html/tools/sdk/ndk/
index.jd
[
all
...]
/device/lge/mako/camera/
QCameraParameters.cpp
69
const char QCameraParameters::EFFECT_NEON[] = "
neon
";
/external/aac/libFDK/src/arm/
fft_rad2_arm.cpp
91
/*
NEON
optimized FFT currently builds only with RVCT toolchain */
/external/chromium_org/third_party/WebKit/Source/platform/audio/
SincResampler.cpp
333
// FIXME: add ARM
NEON
optimizations for the following. The scalar code-path can probably also be optimized better.
/external/clang/
clang-tblgen-rules.mk
209
$(call transform-host-clang-td-to-out,arm-
neon
-sema)
/external/libvpx/libvpx/test/
sad_test.cc
384
INSTANTIATE_TEST_CASE_P(
NEON
, SADTest, ::testing::Values(
Completed in 1271 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>