Searched refs:byte8 (Results 1 – 3 of 3) sorted by relevance
36 byte8 maskB4Q[16];37 byte8 invMaskB4Q[16];
41 typedef ALIGN(8, uint8_t) byte8[8];
2224 Value *byte8 = Nucleus::createBitCast(int2, Byte8::getType()); in Unpack() local2226 return UnpackLow(RValue<Byte8>(byte8), RValue<Byte8>(byte8)); in Unpack()