Searched refs:ANDed (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/opts/ |
D | SkBlitRow_opts.h | 108 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/ |
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/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13278 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/ |
D | X86ISelLowering.cpp | 27939 SDValue ANDed = DAG.getNode(ISD::AND, DL, IntVT, OnesOrZeroesI, in combineCompareEqual() local 27942 ANDed); in combineCompareEqual()
|