Home
last modified time | relevance | path

Searched refs:SByte16 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/Reactor/
Dx86.hpp102 RValue<Int4> pmovsxbd(RValue<SByte16> x);
DLLVMReactorDebugInfo.cpp428 …diTypes.emplace(T(SByte16::type()), diBuilder->createVectorType(128, 128, diTypes[T(SByte::type())… in registerBasicTypes()
DReactor.hpp95 class SByte16;
815 class SByte16 : public LValue<SByte16> class
818 SByte16() = default;
DLLVMReactor.cpp1987 Type *SByte16::type() in type()
2566 *this = x86::pmovsxbd(As<SByte16>(cast)); in Int4()
3976 RValue<Int4> pmovsxbd(RValue<SByte16> x) in pmovsxbd()
DSubzeroReactor.cpp2519 Type *SByte16::type() in type()
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2306 std::pair<int8_t[16], SByte16>,