Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DLLVMReactor.cpp2094 RValue<Short4> MulHigh(RValue<Short4> x, RValue<Short4> y) in MulHigh() function
2240 RValue<UShort4> MulHigh(RValue<UShort4> x, RValue<UShort4> y) in MulHigh() function
2295 RValue<Short8> MulHigh(RValue<Short8> x, RValue<Short8> y) in MulHigh() function
2330 RValue<UShort8> MulHigh(RValue<UShort8> x, RValue<UShort8> y) in MulHigh() function
2745 RValue<Int4> MulHigh(RValue<Int4> x, RValue<Int4> y) in MulHigh() function
2752 RValue<UInt4> MulHigh(RValue<UInt4> x, RValue<UInt4> y) in MulHigh() function
DSubzeroReactor.cpp2682 RValue<Short4> MulHigh(RValue<Short4> x, RValue<Short4> y) in MulHigh() function
2971 RValue<UShort4> MulHigh(RValue<UShort4> x, RValue<UShort4> y) in MulHigh() function
2997 RValue<Int4> MulHigh(RValue<Int4> x, RValue<Int4> y) in MulHigh() function
3012 RValue<UInt4> MulHigh(RValue<UInt4> x, RValue<UInt4> y) in MulHigh() function
3122 RValue<Short8> MulHigh(RValue<Short8> x, RValue<Short8> y) in MulHigh() function
3192 RValue<UShort8> MulHigh(RValue<UShort8> x, RValue<UShort8> y) in MulHigh() function
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1593 TEST(ReactorUnitTests, MulHigh) in TEST() argument