Home
last modified time | relevance | path

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

/external/skia/src/opts/
DSkBlitRow_opts.h108 auto ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0))); in blit_row_s32a_opaque() local
109 if (_mm_testc_si128(ANDed, alphaMask)) { in blit_row_s32a_opaque()
157 auto ANDed = _mm_and_si128(s3, _mm_and_si128(s2, _mm_and_si128(s1, s0))); in blit_row_s32a_opaque() local
158 if (0xffff == _mm_movemask_epi8(_mm_cmpeq_epi8(_mm_and_si128(ANDed, alphaMask), in blit_row_s32a_opaque()
/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/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13278 SDValue ANDed = DAG.getNode(ISD::AND, DL, MVT::i32, OnesOrZeroesI, in CMPEQCombine() local
13280 SDValue OneBitOfTruth = DAG.getNode(ISD::TRUNCATE, DL, MVT::i8, ANDed); in CMPEQCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp27939 SDValue ANDed = DAG.getNode(ISD::AND, DL, IntVT, OnesOrZeroesI, in combineCompareEqual() local
27942 ANDed); in combineCompareEqual()