Home
last modified time | relevance | path

Searched refs:ANDed (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/opts/
DSkBlitRow_opts_SSE4.cpp49 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()
DSkBlitRow_opts_SSE2.cpp169 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/
Dlibxt_mark.man8 specified, this is logically ANDed with the \fImask\fP before the
Dlibxt_connmark.man6 specified, this is logically ANDed with the mark before the comparison).
Dlibxt_tos.man7 logically ANDed with the TOS mark before the comparison.
Dlibxt_time.man2 options are optional, but are ANDed when specified. All times are interpreted
/external/mesa3d/src/gallium/docs/source/cso/
Ddsa.rst38 Stencil test value mask; this is ANDed with the value in the stencil
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp25204 SDValue ANDed = DAG.getNode(ISD::AND, DL, IntVT, OnesOrZeroesI, in CMPEQCombine() local
25207 ANDed); in CMPEQCombine()