Home
last modified time | relevance | path

Searched refs:SByte8 (Results 1 – 18 of 18) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Reactor/
H A Dx86.hpp50 RValue<SByte8> paddsb(RValue<SByte8> x, RValue<SByte8> y);
51 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y);
62 RValue<Byte8> pcmpgtb(RValue<SByte8> x, RValue<SByte8> y);
67 RValue<SByte8> packsswb(RValue<Short4> x, RValue<Short4> y);
H A DReactor.hpp670 SByte8(RValue<SByte8> rhs);
671 SByte8(const SByte8 &rhs);
681 RValue<SByte8> operator+(RValue<SByte8> lhs, RValue<SByte8> rhs);
682 RValue<SByte8> operator-(RValue<SByte8> lhs, RValue<SByte8> rhs);
691 RValue<SByte8> operator+=(SByte8 &lhs, RValue<SByte8> rhs);
692 RValue<SByte8> operator-=(SByte8 &lhs, RValue<SByte8> rhs);
696 RValue<SByte8> operator&=(SByte8 &lhs, RValue<SByte8> rhs);
697 RValue<SByte8> operator|=(SByte8 &lhs, RValue<SByte8> rhs);
698 RValue<SByte8> operator^=(SByte8 &lhs, RValue<SByte8> rhs);
709 RValue<SByte8> AddSat(RValue<SByte8> x, RValue<SByte8> y);
[all …]
H A DReactor.cpp1514 SByte8::SByte8(RValue<SByte8> rhs) in SByte8() function in rr::SByte8
1519 SByte8::SByte8(const SByte8 &rhs) in SByte8() function in rr::SByte8
1525 SByte8::SByte8(const Reference<SByte8> &rhs) in SByte8() function in rr::SByte8
1531 RValue<SByte8> SByte8::operator=(RValue<SByte8> rhs) in operator =()
1538 RValue<SByte8> SByte8::operator=(const SByte8 &rhs) in operator =()
1546 RValue<SByte8> SByte8::operator=(const Reference<SByte8> &rhs) in operator =()
1604 RValue<SByte8> operator+=(SByte8 &lhs, RValue<SByte8> rhs) in operator +=()
1609 RValue<SByte8> operator-=(SByte8 &lhs, RValue<SByte8> rhs) in operator -=()
1629 RValue<SByte8> operator&=(SByte8 &lhs, RValue<SByte8> rhs) in operator &=()
1634 RValue<SByte8> operator|=(SByte8 &lhs, RValue<SByte8> rhs) in operator |=()
[all …]
H A DReactorUnitTests.cpp1095 …*Pointer<Byte8>(out + 16 * 2) = CmpEQ(SByte8(1, 2, 3, 4, 5, 6, 7, 8), SByte8(7, 6, 5, 4, 3, 2, 1, … in TEST()
1099 …*Pointer<Byte8>(out + 16 * 5) = CmpGT(SByte8(1, 2, 3, 4, 5, 6, 7, 8), SByte8(7, 6, 5, 4, 3, 2, 1, … in TEST()
1155 *Pointer<SByte8>(out + 8 * 3) = in TEST()
1156 AddSat(SByte8(1, 2, 3, 4, 5, 6, 7, 8), in TEST()
1157 SByte8(7, 6, 5, 4, 3, 2, 1, 0)); in TEST()
1158 *Pointer<SByte8>(out + 8 * 4) = in TEST()
1160 SByte8(7, 6, 5, 4, 3, 2, 1, 0)); in TEST()
1161 *Pointer<SByte8>(out + 8 * 5) = in TEST()
1164 *Pointer<SByte8>(out + 8 * 6) = in TEST()
1285 *Pointer<SByte8>(out + 8 * 0) = in TEST()
[all …]
H A DSubzeroReactor.cpp2287 RValue<SByte8> Insert(RValue<SByte8> val, RValue<SByte> element, int i) in Insert()
2293 RValue<SByte8> operator>>(RValue<SByte8> lhs, unsigned char rhs) in operator >>()
2298 SByte8 result; in operator >>()
2377 RValue<SByte8> AddSat(RValue<SByte8> x, RValue<SByte8> y) in AddSat()
2382 SByte8 result; in AddSat()
2408 RValue<SByte8> SubSat(RValue<SByte8> x, RValue<SByte8> y) in SubSat()
2413 SByte8 result; in SubSat()
2460 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y) in CmpGT()
2466 RValue<Byte8> CmpEQ(RValue<SByte8> x, RValue<SByte8> y) in CmpEQ()
2472 Type *SByte8::getType() in getType()
[all …]
H A DLLVMReactor.cpp1814 RValue<SByte8> AddSat(RValue<SByte8> x, RValue<SByte8> y) in AddSat()
1824 RValue<SByte8> SubSat(RValue<SByte8> x, RValue<SByte8> y) in SubSat()
1834 RValue<Int> SignMask(RValue<SByte8> x) in SignMask()
1844 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y) in CmpGT()
1854 RValue<Byte8> CmpEQ(RValue<SByte8> x, RValue<SByte8> y) in CmpEQ()
1864 Type *SByte8::getType() in getType()
2009 return As<SByte8>(Swizzle(As<Int4>(result), 0x0202)); in PackSigned()
3595 RValue<SByte8> paddsb(RValue<SByte8> x, RValue<SByte8> y) in paddsb()
3606 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y) in psubsb()
3664 RValue<Byte8> pcmpgtb(RValue<SByte8> x, RValue<SByte8> y) in pcmpgtb()
[all …]
H A DLLVMReactorDebugInfo.cpp419 …diTypes.emplace(T(SByte8::getType()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::getTy… in registerBasicTypes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Reactor/
H A Dx86.hpp50 RValue<SByte8> paddsb(RValue<SByte8> x, RValue<SByte8> y);
51 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y);
62 RValue<Byte8> pcmpgtb(RValue<SByte8> x, RValue<SByte8> y);
67 RValue<SByte8> packsswb(RValue<Short4> x, RValue<Short4> y);
H A DReactor.hpp717 SByte8(RValue<SByte8> rhs);
718 SByte8(const SByte8 &rhs);
728 RValue<SByte8> operator+(RValue<SByte8> lhs, RValue<SByte8> rhs);
729 RValue<SByte8> operator-(RValue<SByte8> lhs, RValue<SByte8> rhs);
738 RValue<SByte8> operator+=(SByte8 &lhs, RValue<SByte8> rhs);
739 RValue<SByte8> operator-=(SByte8 &lhs, RValue<SByte8> rhs);
743 RValue<SByte8> operator&=(SByte8 &lhs, RValue<SByte8> rhs);
744 RValue<SByte8> operator|=(SByte8 &lhs, RValue<SByte8> rhs);
745 RValue<SByte8> operator^=(SByte8 &lhs, RValue<SByte8> rhs);
756 RValue<SByte8> AddSat(RValue<SByte8> x, RValue<SByte8> y);
[all …]
H A DReactor.cpp1535 SByte8::SByte8(RValue<SByte8> rhs) in SByte8() function in rr::SByte8
1540 SByte8::SByte8(const SByte8 &rhs) in SByte8() function in rr::SByte8
1545 SByte8::SByte8(const Reference<SByte8> &rhs) in SByte8() function in rr::SByte8
1550 RValue<SByte8> SByte8::operator=(RValue<SByte8> rhs) in operator =()
1555 RValue<SByte8> SByte8::operator=(const SByte8 &rhs) in operator =()
1560 RValue<SByte8> SByte8::operator=(const Reference<SByte8> &rhs) in operator =()
1615 RValue<SByte8> operator+=(SByte8 &lhs, RValue<SByte8> rhs) in operator +=()
1620 RValue<SByte8> operator-=(SByte8 &lhs, RValue<SByte8> rhs) in operator -=()
1640 RValue<SByte8> operator&=(SByte8 &lhs, RValue<SByte8> rhs) in operator &=()
1645 RValue<SByte8> operator|=(SByte8 &lhs, RValue<SByte8> rhs) in operator |=()
[all …]
H A DReactorUnitTests.cpp810 …*Pointer<Byte8>(out + 16 * 2) = CmpEQ(SByte8(1, 2, 3, 4, 5, 6, 7, 8), SByte8(7, 6, 5, 4, 3, 2, 1, … in TEST()
814 …*Pointer<Byte8>(out + 16 * 5) = CmpGT(SByte8(1, 2, 3, 4, 5, 6, 7, 8), SByte8(7, 6, 5, 4, 3, 2, 1, … in TEST()
870 *Pointer<SByte8>(out + 8 * 3) = in TEST()
871 AddSat(SByte8(1, 2, 3, 4, 5, 6, 7, 8), in TEST()
872 SByte8(7, 6, 5, 4, 3, 2, 1, 0)); in TEST()
873 *Pointer<SByte8>(out + 8 * 4) = in TEST()
875 SByte8(7, 6, 5, 4, 3, 2, 1, 0)); in TEST()
876 *Pointer<SByte8>(out + 8 * 5) = in TEST()
879 *Pointer<SByte8>(out + 8 * 6) = in TEST()
1000 *Pointer<SByte8>(out + 8 * 0) = in TEST()
[all …]
H A DSubzeroReactor.cpp2299 RValue<SByte8> Insert(RValue<SByte8> val, RValue<SByte> element, int i) in Insert()
2305 RValue<SByte8> operator>>(RValue<SByte8> lhs, unsigned char rhs) in operator >>()
2310 SByte8 result; in operator >>()
2389 RValue<SByte8> AddSat(RValue<SByte8> x, RValue<SByte8> y) in AddSat()
2394 SByte8 result; in AddSat()
2420 RValue<SByte8> SubSat(RValue<SByte8> x, RValue<SByte8> y) in SubSat()
2425 SByte8 result; in SubSat()
2472 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y) in CmpGT()
2478 RValue<Byte8> CmpEQ(RValue<SByte8> x, RValue<SByte8> y) in CmpEQ()
2484 Type *SByte8::type() in type()
[all …]
H A DLLVMReactor.cpp1871 RValue<SByte8> AddSat(RValue<SByte8> x, RValue<SByte8> y) in AddSat()
1881 RValue<SByte8> SubSat(RValue<SByte8> x, RValue<SByte8> y) in SubSat()
1891 RValue<Int> SignMask(RValue<SByte8> x) in SignMask()
1901 RValue<Byte8> CmpGT(RValue<SByte8> x, RValue<SByte8> y) in CmpGT()
1911 RValue<Byte8> CmpEQ(RValue<SByte8> x, RValue<SByte8> y) in CmpEQ()
1921 Type *SByte8::type() in type()
2066 return As<SByte8>(Swizzle(As<Int4>(result), 0x0202)); in PackSigned()
3620 RValue<SByte8> paddsb(RValue<SByte8> x, RValue<SByte8> y) in paddsb()
3625 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y) in psubsb()
3665 RValue<Byte8> pcmpgtb(RValue<SByte8> x, RValue<SByte8> y) in pcmpgtb()
[all …]
H A DLLVMReactorDebugInfo.cpp422 …diTypes.emplace(T(SByte8::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())]… in registerBasicTypes()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Shader/
H A DPixelRoutine.cpp356 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
369 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
375 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
380 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Shader/
H A DPixelRoutine.cpp356 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
369 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
375 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
380 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData,stencil[CCW].referenceMas… in stencilTest()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp345 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
358 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
364 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
369 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp360 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
373 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()
379 equal = CmpGT(As<SByte8>(equal), As<SByte8>(value)); in stencilTest()
384 …value = CmpGT(As<SByte8>(value), *Pointer<SByte8>(data + OFFSET(DrawData, stencil[isBack].referenc… in stencilTest()