Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactor.cpp2114 RValue<Short4> MulHigh(RValue<Short4> x, RValue<Short4> y) in MulHigh() function
2260 RValue<UShort4> MulHigh(RValue<UShort4> x, RValue<UShort4> y) in MulHigh() function
2315 RValue<Short8> MulHigh(RValue<Short8> x, RValue<Short8> y) in MulHigh() function
2350 RValue<UShort8> MulHigh(RValue<UShort8> x, RValue<UShort8> y) in MulHigh() function
2765 RValue<Int4> MulHigh(RValue<Int4> x, RValue<Int4> y) in MulHigh() function
2772 RValue<UInt4> MulHigh(RValue<UInt4> x, RValue<UInt4> y) in MulHigh() function
DSubzeroReactor.cpp2681 RValue<Short4> MulHigh(RValue<Short4> x, RValue<Short4> y) in MulHigh() function
2970 RValue<UShort4> MulHigh(RValue<UShort4> x, RValue<UShort4> y) in MulHigh() function
2996 RValue<Int4> MulHigh(RValue<Int4> x, RValue<Int4> y) in MulHigh() function
3011 RValue<UInt4> MulHigh(RValue<UInt4> x, RValue<UInt4> y) in MulHigh() function
3121 RValue<Short8> MulHigh(RValue<Short8> x, RValue<Short8> y) in MulHigh() function
3191 RValue<UShort8> MulHigh(RValue<UShort8> x, RValue<UShort8> y) in MulHigh() function
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp1655 TEST(ReactorUnitTests, MulHigh) in TEST() argument