HomeSort by relevance Sort by last modified time
    Searched full:qword (Results 101 - 125 of 181) sorted by null

1 2 3 45 6 7 8

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
postproc_mmx.asm 60 movq mm1, QWORD ptr[rdi] ; first row
73 movq mm1, QWORD ptr[rdi] ; first row
variance_impl_mmx.asm 48 movq QWORD PTR [rsp], mm4
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
    [all...]
  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_cs.h 195 static inline void radeon_cs_write_qword(struct radeon_cs *cs, uint64_t qword)
197 memcpy(cs->packets + cs->cdw, &qword, sizeof(uint64_t));
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 48 movq QWORD PTR [rsp], mm4
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 48 movq QWORD PTR [rsp], mm4
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/
yasm_arch.xml 225 <screen>mov rax, qword 1 ; 10 byte (forced 64-bit)</screen>
230 <screen>mov rcx, qword sym ; 10 byte, override default size</screen>
247 <screen>mov rcx, qword sym ; 10 byte (64-bit immediate)</screen>
259 <userinput>[qword]</userinput>. Examples in NASM syntax:</para>
263 <screen>mov al, [qword 0x1122334455667788] ; 64-bit absolute</screen>
341 this case is to add a memory size specifier: qword, dword, word,
347 <screen>mov qword [rax], 1</screen>
  /external/chromium_org/third_party/yasm/source/patched-yasm/
yasm_arch.7 290 mov rax, qword 1 ; 10 byte (forced 64\-bit)
340 mov rcx, qword sym ; 10 byte, override default size
462 mov rcx, qword sym ; 10 byte (64\-bit immediate)
478 \fB[qword]\fR\&. Examples in NASM syntax:
504 mov al, [qword 0x1122334455667788] ; 64\-bit absolute
765 Usually the size of a memory reference can be deduced by which registers you\'re moving\-\-for example, "mov [rax],ecx" is a 32\-bit move, because ecx is 32 bits\&. YASM currently gives the non\-obvious "invalid combination of opcode and operands" error if it can\'t figure out how much memory you\'re moving\&. The fix in this case is to add a memory size specifier: qword, dword, word, or byte\&.
773 mov qword [rax], 1
  /sdk/find_lock/
find_lock.cpp 49 typedef LARGE_INTEGER QWORD;
96 QWORD qKernelTime; // 100 nsec units
97 QWORD qUserTime; // 100 nsec units
98 QWORD qCreateTime; // relative to 01-01-1601
119 QWORD qCreateTime; // relative to 01-01-1601
120 QWORD qUserTime; // 100 nsec units
121 QWORD qKernelTime; // 100 nsec units
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/win32/
scaleopt.c 102 movq mm0, QWORD PTR [esi];
250 movq mm0, QWORD PTR [esi];
283 movq mm0, QWORD PTR [esi];
  /external/libvpx/libvpx/vpx_scale/win32/
scaleopt.c 102 movq mm0, QWORD PTR [esi];
250 movq mm0, QWORD PTR [esi];
283 movq mm0, QWORD PTR [esi];
  /external/stlport/src/
lock_free_slist.h 219 lock cmpxchg8b qword ptr [esi]
244 lock cmpxchg8b qword ptr [esi]
271 lock cmpxchg8b qword ptr [esi]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/win32/
scaleopt.c 102 movq mm0, QWORD PTR [esi];
250 movq mm0, QWORD PTR [esi];
283 movq mm0, QWORD PTR [esi];
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 219 lock cmpxchg8b qword ptr [esi]
244 lock cmpxchg8b qword ptr [esi]
271 lock cmpxchg8b qword ptr [esi]
  /external/chromium_org/media/base/simd/
linear_scale_yuv_to_rgb_mmx.inc 25 %define WORD_SIZE QWORD
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 19 * - Optional MI_NOOP for ensuring the batch length is qword aligned (4 bytes)
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_batchbuffer.h 19 * - Optional MI_NOOP for ensuring the batch length is qword aligned (4 bytes)
  /external/libyuv/files/source/
scale_argb.cc 161 movq xmm0, qword ptr [eax] // row0 4 pairs
162 movhps xmm0, qword ptr [eax + ebx]
163 movq xmm1, qword ptr [eax + ebx * 2]
164 movhps xmm1, qword ptr [eax + edi]
166 movq xmm2, qword ptr [esi] // row1 4 pairs
167 movhps xmm2, qword ptr [esi + ebx]
168 movq xmm3, qword ptr [esi + ebx * 2]
169 movhps xmm3, qword ptr [esi + edi]
    [all...]
  /external/openssl/crypto/perlasm/
x86masm.pl 73 sub ::QWP { &get_mem("QWORD",@_); }
136 COMM ${nmdecor}OPENSSL_ia32cap_P:QWORD
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_impl_mmx.asm 48 movq QWORD PTR [rsp], mm4
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_mmx.asm 48 movq QWORD PTR [rsp], mm4
283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmsplugin.c 79 void CMSEXPORT _cmsAdjustEndianess64(cmsUInt64Number* Result, cmsUInt64Number* QWord)
84 cmsUInt8Number* pIn = (cmsUInt8Number*) QWord;
102 (*Result)[0] = QWord[0];
103 (*Result)[1] = QWord[1];
105 *Result = *QWord;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mfreadwrite.h 65 QWORD qwNumSamplesReceived;
66 QWORD qwNumSamplesEncoded;
67 QWORD qwNumSamplesProcessed;
68 QWORD qwNumStreamTicksReceived;
70 QWORD qwByteCountProcessed;
    [all...]
mfapi.h 394 HRESULT WINAPI MFCreateVideoMediaTypeFromBitMapInfoHeader(const BITMAPINFOHEADER *pbmihBitMapInfoHeader,DWORD dwPixelAspectRatioX,DWORD dwPixelAspectRatioY,MFVideoInterlaceMode InterlaceMode,QWORD VideoFlags,QWORD qwFramesPerSecondNumerator,QWORD qwFramesPerSecondDenominator,DWORD dwMaxBitRate,IMFVideoMediaType **ppIVideoMediaType);
395 HRESULT WINAPI MFCreateVideoMediaTypeFromBitMapInfoHeaderEx(const BITMAPINFOHEADER *pbmihBitMapInfoHeader,UINT32 cbBitMapInfoHeader,DWORD dwPixelAspectRatioX,DWORD dwPixelAspectRatioY,MFVideoInterlaceMode InterlaceMode,QWORD VideoFlags,DWORD dwFramesPerSecondNumerator,DWORD dwFramesPerSecondDenominator,DWORD dwMaxBitRate,IMFVideoMediaType **ppIVideoMediaType);
399 HRESULT WINAPI MFCreateVideoMediaTypeFromVideoInfoHeader(const KS_VIDEOINFOHEADER *pVideoInfoHeader,DWORD cbVideoInfoHeader,DWORD dwPixelAspectRatioX,DWORD dwPixelAspectRatioY,MFVideoInterlaceMode InterlaceMode,QWORD VideoFlags,const GUID *pSubtype,IMFVideoMediaType **ppIVideoMediaType);
400 HRESULT WINAPI MFCreateVideoMediaTypeFromVideoInfoHeader2(const KS_VIDEOINFOHEADER2 *pVideoInfoHeader,DWORD cbVideoInfoHeader,QWORD AdditionalVideoFlags,const GUID *pSubtype,IMFVideoMediaType **ppIVideoMediaType);
    [all...]
wmcontainer.h 246 STDMETHOD_(HRESULT,GetHeaderSize)(THIS_ IMFMediaBuffer *pIStartOfContent,QWORD *cbHeaderSize) PURE;
248 STDMETHOD_(HRESULT,ParseHeader)(THIS_ IMFMediaBuffer *pIHeaderBuffer,QWORD cbOffsetWithinHeader) PURE;
    [all...]
  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 104 if (Subtarget.is64Bit() && ((Align & 0x7) == 0)) { // QWORD aligned
221 // QWORD aligned

Completed in 1916 milliseconds

1 2 3 45 6 7 8