Searched refs:ANDed (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/opts/ |
D | SkBlitRow_opts_SSE4.cpp | 49 const __m128i ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0))); in S32A_Opaque_BlitRow32_SSE4() local 50 if (_mm_testc_si128(ANDed, alphaMask)) { in S32A_Opaque_BlitRow32_SSE4()
|
D | SkBlitRow_opts_SSE2.cpp | 169 const __m128i ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0))); in S32A_Opaque_BlitRow32_SSE2() local 170 cmp = _mm_cmpeq_epi8(_mm_and_si128(ANDed, alphaMask), alphaMask); in S32A_Opaque_BlitRow32_SSE2()
|
/external/iptables/extensions/ |
D | libxt_mark.man | 8 specified, this is logically ANDed with the \fImask\fP before the
|
D | libxt_connmark.man | 6 specified, this is logically ANDed with the mark before the comparison).
|
D | libxt_tos.man | 7 logically ANDed with the TOS mark before the comparison.
|
D | libxt_time.man | 2 options are optional, but are ANDed when specified. All times are interpreted
|
/external/mesa3d/src/gallium/docs/source/cso/ |
D | dsa.rst | 38 Stencil test value mask; this is ANDed with the value in the stencil
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 25204 SDValue ANDed = DAG.getNode(ISD::AND, DL, IntVT, OnesOrZeroesI, in CMPEQCombine() local 25207 ANDed); in CMPEQCombine()
|