/external/swiftshader/src/Reactor/ |
D | x86.hpp | 51 RValue<SByte8> paddsb(RValue<SByte8> x, RValue<SByte8> y); 52 RValue<SByte8> psubsb(RValue<SByte8> x, RValue<SByte8> y); 63 RValue<Byte8> pcmpgtb(RValue<SByte8> x, RValue<SByte8> y); 68 RValue<SByte8> packsswb(RValue<Short4> x, RValue<Short4> y);
|
D | ReactorUnitTests.cpp | 644 …*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() 648 …*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() 714 *Pointer<SByte8>(out + 8 * 3) = in TEST() 715 AddSat(SByte8(1, 2, 3, 4, 5, 6, 7, 8), in TEST() 716 SByte8(7, 6, 5, 4, 3, 2, 1, 0)); in TEST() 717 *Pointer<SByte8>(out + 8 * 4) = in TEST() 718 AddSat(SByte8(0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E, 0x7E), in TEST() 719 SByte8(7, 6, 5, 4, 3, 2, 1, 0)); in TEST() 720 *Pointer<SByte8>(out + 8 * 5) = in TEST() 721 AddSat(SByte8(0x81, 0x82, 0x83, 0x84, 0x85, 0x86, 0x87, 0x88), in TEST() [all …]
|
D | Reactor.hpp | 34 class SByte8; 576 class SByte8 : public LValue<SByte8> class 579 SByte8() = default; 580 …SByte8(uint8_t x0, uint8_t x1, uint8_t x2, uint8_t x3, uint8_t x4, uint8_t x5, uint8_t x6, uint8_t… 581 SByte8(RValue<SByte8> rhs); 582 SByte8(const SByte8 &rhs); 583 SByte8(const Reference<SByte8> &rhs); 585 RValue<SByte8> operator=(RValue<SByte8> rhs); 586 RValue<SByte8> operator=(const SByte8 &rhs); 587 RValue<SByte8> operator=(const Reference<SByte8> &rhs); [all …]
|
D | SubzeroReactor.cpp | 2827 RValue<SByte> Extract(RValue<SByte8> val, int i) in Extract() 2832 RValue<SByte8> Insert(RValue<SByte8> val, RValue<SByte> element, int i) in Insert() 2834 return RValue<SByte8>(Nucleus::createInsertElement(val.value, element.value, i)); in Insert() 2837 RValue<SByte8> operator>>(RValue<SByte8> lhs, unsigned char rhs) in operator >>() 2841 SByte8 result; in operator >>() 2860 return As<SByte8>(hi | lo); in operator >>() 2862 return RValue<SByte8>(Nucleus::createAShr(lhs.value, V(::context->getConstantInt32(rhs)))); in operator >>() 2871 Byte8 xx = As<Byte8>(As<SByte8>(x) >> 7) & Byte8(0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80); in SignMask() 2902 …SByte8::SByte8(uint8_t x0, uint8_t x1, uint8_t x2, uint8_t x3, uint8_t x4, uint8_t x5, uint8_t x6,… in SByte8() function in rr::SByte8 2910 SByte8::SByte8(RValue<SByte8> rhs) in SByte8() function in rr::SByte8 [all …]
|
D | LLVMReactor.cpp | 2945 …SByte8::SByte8(uint8_t x0, uint8_t x1, uint8_t x2, uint8_t x3, uint8_t x4, uint8_t x5, uint8_t x6,… in SByte8() function in rr::SByte8 2953 SByte8::SByte8(RValue<SByte8> rhs) in SByte8() function in rr::SByte8 2958 SByte8::SByte8(const SByte8 &rhs) in SByte8() function in rr::SByte8 2964 SByte8::SByte8(const Reference<SByte8> &rhs) in SByte8() function in rr::SByte8 2970 RValue<SByte8> SByte8::operator=(RValue<SByte8> rhs) in operator =() 2977 RValue<SByte8> SByte8::operator=(const SByte8 &rhs) in operator =() 2982 return RValue<SByte8>(value); in operator =() 2985 RValue<SByte8> SByte8::operator=(const Reference<SByte8> &rhs) in operator =() 2990 return RValue<SByte8>(value); in operator =() 2993 RValue<SByte8> operator+(RValue<SByte8> lhs, RValue<SByte8> rhs) in operator +() [all …]
|
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 356 …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()
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 356 …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()
|