Home
last modified time | relevance | path

Searched defs:UShort8 (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4197 UShort8::UShort8(unsigned short c) in UShort8() function in sw::UShort8
4203UShort8::UShort8(unsigned short c0, unsigned short c1, unsigned short c2, unsigned short c3, unsig… in UShort8() function in sw::UShort8
4209 UShort8::UShort8(RValue<UShort8> rhs) in UShort8() function in sw::UShort8
4214 UShort8::UShort8(const Reference<UShort8> &rhs) in UShort8() function in sw::UShort8
4220 UShort8::UShort8(RValue<UShort4> lo, RValue<UShort4> hi) in UShort8() function in sw::UShort8
DLLVMReactor.cpp3180 UShort8::UShort8(unsigned short c) in UShort8() function in sw::UShort8
3186UShort8::UShort8(unsigned short c0, unsigned short c1, unsigned short c2, unsigned short c3, unsig… in UShort8() function in sw::UShort8
3192 UShort8::UShort8(RValue<UShort8> rhs) in UShort8() function in sw::UShort8
3197 UShort8::UShort8(const Reference<UShort8> &rhs) in UShort8() function in sw::UShort8
3203 UShort8::UShort8(RValue<UShort4> lo, RValue<UShort4> hi) in UShort8() function in sw::UShort8
DReactor.hpp929 class UShort8 : public LValue<UShort8> class