OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:store4
(Results
1 - 5
of
5
) sorted by null
/external/v8/test/mjsunit/asm/
int32array-constant-key.js
29
function
store4
(v) {
34
load4: load4,
store4
:
store4
};
58
m.
store4
(43);
/external/libpng/contrib/intel/
filter_sse2_intrinsics.c
43
static void
store4
(void* p, __m128i v) {
function
78
store4
(row, d);
139
store4
(row, d);
278
store4
(row, _mm_packus_epi16(d,d));
/external/skia/src/opts/
Sk4px_NEON.h
23
inline void Sk4px::
store4
(SkPMColor px[4]) const {
function in class:__anon23090::Sk4px
Sk4px_SSE2.h
20
inline void Sk4px::
store4
(SkPMColor px[4]) const { _mm_storeu_si128((__m128i*)px, this->fVec); }
function in class:__anon23091::Sk4px
Sk4px_none.h
38
inline void Sk4px::
store4
(SkPMColor px[4]) const { memcpy(px, this, 16); }
function in class:__anon23092::Sk4px
Completed in 224 milliseconds