Home
last modified time | relevance | path

Searched refs:dst1 (Results 201 - 205 of 205) sorted by relevance

123456789

/third_party/ffmpeg/libavcodec/x86/
H A Dvp9itxfm.asm105 %macro VP9_UNPACK_MULSUB_2D_4X 6 ; dst1 [src1], dst2 [src2], dst3, dst4, mul1, mul2
114 %macro VP9_RND_SH_SUMSUB_BA 6 ; dst1 [src1], dst2 [src2], src3, src4, tmp, round
H A Dvp9intrapred_16bpp.asm688 ; abcdefgh (src) -> bcdefghh (dst1) and cdefghhh (dst2)
689 %macro SHIFT_RIGHTx2 3-4 [pb_2to15_14_15] ; dst1, dst2, src, [ssse3_shift_reg]
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc4579 MemOperand dst1(dst0.rm(), dst0.offset() + kIntSize); in AssembleConstructFrame()
4592 __ Sw(temp_0, dst1); in AssembleConstructFrame()
4604 __ Sw(temp_0, dst1); in AssembleConstructFrame()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp3122 // Extract single values or pairs of consecutive values from src and store them in dst1 and dst2.
3125 void unpackValues (const std::vector<uint64_t>& src, std::vector<uint64_t>* dst1, std::vector<uint64_t>* dst2) in unpackValues() argument
3129 std::copy(begin(src), end(src), begin(*dst1)); in unpackValues()
3143 dst1->at(j) = src.at(i); in unpackValues()
/third_party/vixl/src/aarch64/
H A Dmacro-assembler-aarch64.h965 const CPURegister& dst1 = NoReg,
8285 const CPURegister& dst1,

Completed in 35 milliseconds

123456789