Home
last modified time | relevance | path

Searched defs:STORE (Results 1 – 25 of 28) sorted by relevance

12

/third_party/ffmpeg/libavcodec/alpha/
Dhpeldsp_alpha.c55 #define OP(LOAD, STORE) \ argument
62 #define OP_X2(LOAD, STORE) \ argument
73 #define OP_Y2(LOAD, STORE) \ argument
87 #define OP_XY2(LOAD, STORE) \ argument
118 #define MAKE_OP(OPNAME, SUFF, OPKIND, STORE) \ argument
138 #define PIXOP(OPNAME, STORE) \ argument
148 #define STORE(l, b) stq(l, b) macro
152 #define STORE(l, b) stq(AVG2(l, ldq(b)), b); macro
163 #define STORE(l, b) stq(l, b) macro
167 #define STORE(l, b) stq(AVG2(l, ldq(b)), b); macro
/third_party/ffmpeg/libavresample/arm/
Dresample_neon.S132 .macro STORE macro
173 .macro STORE macro
214 .macro STORE macro
340 .macro STORE macro
/third_party/libunwind/src/riscv/
Dasm.h26 # define STORE sw macro
30 # define STORE sd macro
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.h47 STORE enumerator
DShaderStorageBlockFunctionHLSL.h41 STORE, enumerator
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DImageFunctionHLSL.h47 STORE enumerator
DShaderStorageBlockFunctionHLSL.h41 STORE, enumerator
/third_party/python/Modules/_blake2/impl/
Dblake2s-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
Dblake2b-round.h18 #define STORE(p,r) _mm_store_si128((__m128i *)(p), r) macro
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_gfx_mem.cpp339 BuilderGfxMem::STORE(Value* Val, Value* Ptr, bool isVolatile, Type* Ty, MEM_CLIENT usage) in STORE() function in SwrJit::BuilderGfxMem
348 StoreInst* BuilderGfxMem::STORE(Value* Val, in STORE() function in SwrJit::BuilderGfxMem
Dbuilder_mem.cpp144 …Builder::STORE(Value* val, Value* basePtr, const std::initializer_list<uint32_t>& indices, Type* T… in STORE() function in SwrJit::Builder
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfull_quant_quantizer.h119 STORE, enumerator
/third_party/ffmpeg/libavfilter/
Dvf_uspp.c164 #define STORE(pos) do { \ in store_slice_c() macro
Dvf_hqdn3d.c47 #define STORE(x,val) (depth == 8 ? dst[x] = (val) >> (16 - depth) : \ macro
Dvf_spp.c181 #define STORE(pos) do { \ in store_slice_c() macro
Dvf_fspp.c90 #define STORE(pos) \ in store_slice_c() macro
/third_party/ntfs-3g/ntfsprogs/
Dplaylog.c74 struct STORE { struct
75 struct STORE *upper; argument
76 struct STORE *lower; argument
83 struct STORE *cluster_door = (struct STORE*)NULL; argument
/third_party/e2fsprogs/lib/ext2fs/
Dicount.c719 #define STORE 0x02 macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp58 STORE = 1u << 1, enumerator
/third_party/skia/third_party/externals/libwebp/src/dsp/
Denc.c109 #define STORE(x, y, v) \ macro
Ddec.c29 #define STORE(x, y, v) \ macro
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/
Denc.c109 #define STORE(x, y, v) \ macro
Ddec.c29 #define STORE(x, y, v) \ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h672 LOAD, STORE, enumerator
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_64.c847 #define STORE 0x10 macro

12