Home
last modified time | relevance | path

Searched refs:SrcBit (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86BaseImpl.h6087 constexpr SizeT SrcBit = 1 << 2;
6088 assert((Index0 & SrcBit) == (Index1 & SrcBit));
6089 assert((Index0 & SrcBit) == (Index2 & SrcBit));
6090 assert((Index0 & SrcBit) == (Index3 & SrcBit));
6091 (void)SrcBit;
6106 constexpr SizeT SrcBit = 1 << 2;
6107 assert((Index0 & SrcBit) == (Index1 & SrcBit) || (Index1 == IGNORE_INDEX));
6108 assert((Index2 & SrcBit) == (Index3 & SrcBit) || (Index3 == IGNORE_INDEX));
6109 (void)SrcBit;
6132 constexpr SizeT SrcBit = 1 << 2;
[all …]
/external/llvm/utils/TableGen/
DCodeGenRegisters.cpp1215 unsigned SrcBit = NextBit; in computeSubRegLaneMasks() local
1216 unsigned SrcMask = 1u << SrcBit; in computeSubRegLaneMasks()
1231 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.cpp1411 unsigned SrcBit = NextBit; in computeSubRegLaneMasks() local
1412 LaneBitmask SrcMask = LaneBitmask::getLane(SrcBit); in computeSubRegLaneMasks()
1427 int Shift = DstBit - SrcBit; in computeSubRegLaneMasks()