Home
last modified time | relevance | path

Searched refs:byte16 (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/Common/
DTypes.hpp42 typedef ALIGN(16, uint8_t) byte16[16];
/external/swiftshader/src/Reactor/
DNucleus.cpp2739 Value *byte16 = Nucleus::createBitCast(cast.value, Byte16::getType()); in Short4() local
2740 …packed = Nucleus::createShuffleVector(byte16, UndefValue::get(Byte16::getType()), Nucleus::createC… in Short4()
3723 Value *byte16 = Nucleus::createBitCast(x.value, Byte16::getType()); in Swizzle() local
3724 …Value *shuffle = Nucleus::createShuffleVector(byte16, UndefValue::get(Byte16::getType()), Nucleus:… in Swizzle()