Home
last modified time | relevance | path

Searched defs:MulHigh (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/Reactor/
DSIMD.cpp824 RValue<SIMD::Int> MulHigh(RValue<SIMD::Int> x, RValue<SIMD::Int> y) in MulHigh() function
831 RValue<SIMD::UInt> MulHigh(RValue<SIMD::UInt> x, RValue<SIMD::UInt> y) in MulHigh() function
DLLVMReactor.cpp2077 RValue<Short4> MulHigh(RValue<Short4> x, RValue<Short4> y) in MulHigh() function
2223 RValue<UShort4> MulHigh(RValue<UShort4> x, RValue<UShort4> y) in MulHigh() function
2278 RValue<Short8> MulHigh(RValue<Short8> x, RValue<Short8> y) in MulHigh() function
2313 RValue<UShort8> MulHigh(RValue<UShort8> x, RValue<UShort8> y) in MulHigh() function
2713 RValue<Int4> MulHigh(RValue<Int4> x, RValue<Int4> y) in MulHigh() function
2720 RValue<UInt4> MulHigh(RValue<UInt4> x, RValue<UInt4> y) in MulHigh() function
DSubzeroReactor.cpp2610 RValue<Short4> MulHigh(RValue<Short4> x, RValue<Short4> y) in MulHigh() function
2863 RValue<UShort4> MulHigh(RValue<UShort4> x, RValue<UShort4> y) in MulHigh() function
2883 RValue<Int4> MulHigh(RValue<Int4> x, RValue<Int4> y) in MulHigh() function
2891 RValue<UInt4> MulHigh(RValue<UInt4> x, RValue<UInt4> y) in MulHigh() function
2974 RValue<Short8> MulHigh(RValue<Short8> x, RValue<Short8> y) in MulHigh() function
3024 RValue<UShort8> MulHigh(RValue<UShort8> x, RValue<UShort8> y) in MulHigh() function
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1808 TEST(ReactorUnitTests, MulHigh) in TEST() argument