Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Reactor/
H A DReactor.cpp2127 Short8::Short8(short c) in Short8() function in rr::Short8
2133 Short8::Short8(short c0, short c1, short c2, short c3, short c4, short c5, short c6, short c7) in Short8() function in rr::Short8
2139 Short8::Short8(RValue<Short8> rhs) in Short8() function in rr::Short8
2144 Short8::Short8(const Reference<Short8> &rhs) in Short8() function in rr::Short8
2149 Short8::Short8(RValue<Short4> lo, RValue<Short4> hi) in Short8() function in rr::Short8
H A DReactor.hpp1113 class Short8 : public LValue<Short8> class