Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp4081 Short8::Short8(short c) in Short8() function in sw::Short8
4087 Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7) in Short8() function in sw::Short8
4093 Short8::Short8(RValue<Short8> rhs) in Short8() function in sw::Short8
4098 Short8::Short8(const Reference<Short8> &rhs) in Short8() function in sw::Short8
4104 Short8::Short8(RValue<Short4> lo, RValue<Short4> hi) in Short8() function in sw::Short8
DLLVMReactor.cpp3108 Short8::Short8(short c) in Short8() function in sw::Short8
3114 Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7) in Short8() function in sw::Short8
3120 Short8::Short8(RValue<Short8> rhs) in Short8() function in sw::Short8
3125 Short8::Short8(const Reference<Short8> &rhs) in Short8() function in sw::Short8
3131 Short8::Short8(RValue<Short4> lo, RValue<Short4> hi) in Short8() function in sw::Short8
DReactor.hpp871 class Short8 : public LValue<Short8> class