/third_party/libunwind/src/riscv/ |
D | getcontext.S | 37 STORE ra, REG(0) 38 STORE ra, REG(1) 39 STORE sp, REG(2) 40 STORE s0, REG(8) 41 STORE s1, REG(9) 42 STORE x0, REG(10) /* Write 0 to a0 */ 43 STORE a1, REG(11) 44 STORE a2, REG(12) 45 STORE a3, REG(13) 46 STORE a4, REG(14) [all …]
|
D | asm.h | 26 # define STORE sw macro 30 # define STORE sd macro
|
/third_party/ffmpeg/libavcodec/alpha/ |
D | hpeldsp_alpha.c | 55 #define OP(LOAD, STORE) \ argument 57 STORE(LOAD(pixels), block); \ 62 #define OP_X2(LOAD, STORE) \ argument 68 STORE(AVG2(pix1, pix2), block); \ 73 #define OP_Y2(LOAD, STORE) \ argument 81 STORE(AVG2(pix, next_pix), block); \ 87 #define OP_XY2(LOAD, STORE) \ argument 110 STORE(avg, block); \ 118 #define MAKE_OP(OPNAME, SUFF, OPKIND, STORE) \ argument 124 OPKIND(uldq, STORE); \ [all …]
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | icount.c | 719 #define STORE 0x02 macro 731 { STORE, 42, 42, 42 }, 732 { STORE, 1, 1, 1 }, 733 { STORE, 2, 2, 2 }, 734 { STORE, 3, 3, 3 }, 735 { STORE, 10, 1, 1 }, 736 { STORE, 42, 0, 0 }, 757 { STORE, 1, 1, 1 }, 758 { STORE, 2, 2, 2 }, 759 { STORE, 3, 3, 3 }, [all …]
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | hsw_queryobj.c | 44 MI_MATH_ALU2(STORE, R1, ACCU), in mult_gpr0_by_80() 48 MI_MATH_ALU2(STORE, R1, ACCU), in mult_gpr0_by_80() 52 MI_MATH_ALU2(STORE, R1, ACCU), in mult_gpr0_by_80() 57 MI_MATH_ALU2(STORE, R1, ACCU), in mult_gpr0_by_80() 61 MI_MATH_ALU2(STORE, R2, ACCU), in mult_gpr0_by_80() 66 MI_MATH_ALU2(STORE, R2, ACCU), in mult_gpr0_by_80() 71 MI_MATH_ALU2(STORE, R0, ACCU), in mult_gpr0_by_80() 93 MI_MATH_ALU2(STORE, R0, ACCU), in keep_gpr0_lower_n_bits() 121 MI_MATH_ALU2(STORE, R0, ACCU), in shl_gpr0_by_30_bits() 173 MI_MATH_ALU2(STORE, R0, ACCU), in gpr0_to_bool() [all …]
|
D | hsw_sol.c | 110 OUT_BATCH(MI_MATH_ALU2(STORE, R1, ACCU)); in tally_prims_written() 115 OUT_BATCH(MI_MATH_ALU2(STORE, R0, ACCU)); in tally_prims_written() 132 OUT_BATCH(MI_MATH_ALU2(STORE, R0, ACCU)); in tally_prims_written() 141 OUT_BATCH(MI_MATH_ALU2(STORE, R1, ACCU)); in tally_prims_written() 145 OUT_BATCH(MI_MATH_ALU2(STORE, R0, ACCU)); in tally_prims_written()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonDepIICHVX.td | 142 InstrItinData <tc_131f1c81, /*SLOT0,NOSLOT1,STORE,VP*/ 165 InstrItinData <tc_191381c1, /*SLOT0,STORE,VA*/ 182 InstrItinData <tc_20a4bbec, /*SLOT0,STORE*/ 239 InstrItinData <tc_3ce09744, /*SLOT0,STORE*/ 244 InstrItinData <tc_3e2aaafc, /*SLOT0,STORE,VA*/ 250 InstrItinData <tc_447d9895, /*SLOT0,STORE,VA*/ 282 InstrItinData <tc_54a0dc47, /*SLOT0,STORE,VA*/ 303 InstrItinData <tc_58d21193, /*SLOT0,STORE,VA_DV*/ 334 InstrItinData <tc_6942b6e0, /*SLOT0,STORE*/ 349 InstrItinData <tc_7177e272, /*SLOT0,STORE*/ [all …]
|
/third_party/curl/tests/data/ |
D | test815 | 6 STORE 27 IMAP STORE - delete message (CUSTOMREQUEST) 30 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTI… 41 A004 STORE 123 +Flags \Deleted
|
D | test816 | 6 STORE 30 IMAP STORE - delete message with confirmation (CUSTOMREQUEST) 33 imap://%HOSTIP:%IMAPPORT/%TESTNUMBER -X 'STORE 123 +Flags \Deleted' -u user:secret -: imap://%HOSTI… 44 A004 STORE 123 +Flags \Deleted
|
/third_party/ffmpeg/libavresample/arm/ |
D | resample_neon.S | 61 STORE 84 STORE 97 .purgem STORE 132 .macro STORE macro 173 .macro STORE macro 214 .macro STORE macro 262 STORE 285 STORE 298 .purgem STORE 340 .macro STORE macro
|
/third_party/ffmpeg/libavfilter/ |
D | vf_uspp.c | 164 #define STORE(pos) do { \ in store_slice_c() macro 174 STORE(0); in store_slice_c() 175 STORE(1); in store_slice_c() 176 STORE(2); in store_slice_c() 177 STORE(3); in store_slice_c() 178 STORE(4); in store_slice_c() 179 STORE(5); in store_slice_c() 180 STORE(6); in store_slice_c() 181 STORE(7); in store_slice_c()
|
D | vf_spp.c | 181 #define STORE(pos) do { \ in store_slice_c() macro 192 STORE(0); in store_slice_c() 193 STORE(1); in store_slice_c() 194 STORE(2); in store_slice_c() 195 STORE(3); in store_slice_c() 196 STORE(4); in store_slice_c() 197 STORE(5); in store_slice_c() 198 STORE(6); in store_slice_c() 199 STORE(7); in store_slice_c()
|
D | vf_fspp.c | 90 #define STORE(pos) \ in store_slice_c() macro 100 STORE(0); in store_slice_c() 101 STORE(1); in store_slice_c() 102 STORE(2); in store_slice_c() 103 STORE(3); in store_slice_c() 104 STORE(4); in store_slice_c() 105 STORE(5); in store_slice_c() 106 STORE(6); in store_slice_c() 107 STORE(7); in store_slice_c()
|
D | vf_hqdn3d.c | 47 #define STORE(x,val) (depth == 8 ? dst[x] = (val) >> (16 - depth) : \ macro 71 STORE(x, tmp); in denoise_temporal() 99 STORE(x, tmp); in denoise_spatial() 115 STORE(x, tmp); in denoise_spatial() 119 STORE(x, tmp); in denoise_spatial()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ImageFunctionHLSL.cpp | 54 imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList() 78 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList() 198 case Method::STORE: in name() 285 else if (method == ImageFunction::Method::STORE) in getReturnType() 324 imageFunction.method = ImageFunction::Method::STORE; in useImageFunction()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | ImageFunctionHLSL.cpp | 54 imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList() 78 if (imageFunction.method == ImageFunctionHLSL::ImageFunction::Method::STORE) in OutputImageFunctionArgumentList() 198 case Method::STORE: in name() 285 else if (method == ImageFunction::Method::STORE) in getReturnType() 324 imageFunction.method = ImageFunction::Method::STORE; in useImageFunction()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
D | dec.c | 29 #define STORE(x, y, v) \ macro 34 STORE(0, y, DC + (d)); \ 35 STORE(1, y, DC + (c)); \ 36 STORE(2, y, DC - (c)); \ 37 STORE(3, y, DC - (d)); \ 74 STORE(0, 0, a + d); in TransformOne_C() 75 STORE(1, 0, b + c); in TransformOne_C() 76 STORE(2, 0, b - c); in TransformOne_C() 77 STORE(3, 0, a - d); in TransformOne_C() 118 STORE(i, j, DC); in TransformDC_C() [all …]
|
/third_party/flutter/skia/third_party/externals/libwebp/src/dsp/ |
D | dec.c | 29 #define STORE(x, y, v) \ macro 34 STORE(0, y, DC + (d)); \ 35 STORE(1, y, DC + (c)); \ 36 STORE(2, y, DC - (c)); \ 37 STORE(3, y, DC - (d)); \ 74 STORE(0, 0, a + d); in TransformOne_C() 75 STORE(1, 0, b + c); in TransformOne_C() 76 STORE(2, 0, b - c); in TransformOne_C() 77 STORE(3, 0, a - d); in TransformOne_C() 118 STORE(i, j, DC); in TransformDC_C() [all …]
|
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_gfx_mem.cpp | 339 BuilderGfxMem::STORE(Value* Val, Value* Ptr, bool isVolatile, Type* Ty, MEM_CLIENT usage) in STORE() function in SwrJit::BuilderGfxMem 345 return Builder::STORE(Val, Ptr, isVolatile, Ty, usage); in STORE() 348 StoreInst* BuilderGfxMem::STORE(Value* Val, in STORE() function in SwrJit::BuilderGfxMem 358 return Builder::STORE(Val, BasePtr, offset, Ty, usage); in STORE()
|
D | blend_jit.cpp | 560 STORE(pMask, ppMask); in AlphaTest() 646 STORE(C(1), pBlendContext, {0, SWR_BLEND_CONTEXT_isAlphaTested}); in Create() 652 STORE(C(0), pBlendContext, {0, SWR_BLEND_CONTEXT_isAlphaTested}); in Create() 659 STORE(C(1), pBlendContext, {0, SWR_BLEND_CONTEXT_isAlphaBlended}); in Create() 726 STORE(result[i], pResult, {0, i}); in Create() 732 STORE(C(0), pBlendContext, {0, SWR_BLEND_CONTEXT_isAlphaBlended}); in Create() 831 STORE(result[i], pResult, {0, i}); in Create() 859 STORE(outputMask, GEP(ppMask, C(0))); in Create()
|
/third_party/ntfs-3g/ntfsprogs/ |
D | ntfsrecover.h | 150 struct STORE; 154 extern void freeclusterentry(struct STORE*);
|
/third_party/ffmpeg/libavcodec/x86/ |
D | imdct36.asm | 144 %macro STORE 4 335 STORE m6, m7, outq + 16*SBLIMIT, 4*SBLIMIT 341 STORE m4, m6, outq + 32*SBLIMIT, 4*SBLIMIT 347 STORE m3, m7, outq + 48*SBLIMIT, 4*SBLIMIT 352 STORE m2, m7, outq, 4*SBLIMIT 355 STORE m4, m7, bufq, 16 358 STORE m3, m7, bufq + 4*16, 16 362 STORE m0, m7, bufq + 4*32, 16 366 STORE m5, m7, bufq + 4*48, 16
|
D | hevc_mc.asm | 699 PEL_%2STORE%1 dstq, m0, m1 716 PEL_%2STORE%1 dstq, m0, m1 758 PEL_%2STORE%1 dstq, m0, m1 773 PEL_%2STORE%1 dstq, m0, m1 809 PEL_%2STORE%1 dstq, m0, m1 828 PEL_%2STORE%1 dstq, m0, m1 960 PEL_%2STORE%1 dstq, m0, m1 1032 PEL_%2STORE%1 dstq, m0, m4 1078 PEL_%2STORE%1 dstq, m0, m1 1096 PEL_%2STORE%1 dstq, m0, m1 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIMemoryLegalizer.cpp | 58 STORE = 1u << 1, enumerator 59 LLVM_MARK_AS_BITMASK_ENUM(/* LargestFlag = */ STORE) 1029 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait() 1041 if ((Op & SIMemOp::STORE) != SIMemOp::NONE) in insertWait() 1152 SIMemOp::LOAD | SIMemOp::STORE, in expandLoad() 1191 SIMemOp::LOAD | SIMemOp::STORE, in expandStore() 1228 SIMemOp::LOAD | SIMemOp::STORE, in expandAtomicFence() 1258 SIMemOp::LOAD | SIMemOp::STORE, in expandAtomicCmpxchgOrRmw() 1270 SIMemOp::STORE, in expandAtomicCmpxchgOrRmw()
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | assembler-cases.txt | 33 40 00 00 38 08 44 61 78 STORE.i128.slot0.return @r4:r5:r6:r7, `r0, offset:0 36 42 00 00 18 02 40 61 50 STORE.i32.slot0.reconverge @r0, `r2, offset:0 60 44 00 00 32 06 40 61 78 STORE.i96.vary.slot0.return @r0:r1:r2, `r4, offset:0 107 42 00 00 38 08 44 61 00 STORE.i128.slot0 @r4:r5:r6:r7, `r2, offset:0
|