Searched defs:UnpackLow (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 2814 RValue<Short4> UnpackLow(RValue<Byte8> x, RValue<Byte8> y) in UnpackLow() function 3130 RValue<Short4> UnpackLow(RValue<SByte8> x, RValue<SByte8> y) in UnpackLow() function 3709 RValue<Int2> UnpackLow(RValue<Short4> x, RValue<Short4> y) in UnpackLow() function 5336 RValue<Short4> UnpackLow(RValue<Int2> x, RValue<Int2> y) in UnpackLow() function 6981 RValue<Float4> UnpackLow(RValue<Float4> x, RValue<Float4> y) in UnpackLow() function
|
D | LLVMReactor.cpp | 2900 RValue<Short4> UnpackLow(RValue<Byte8> x, RValue<Byte8> y) in UnpackLow() function 3126 RValue<Short4> UnpackLow(RValue<SByte8> x, RValue<SByte8> y) in UnpackLow() function 3574 RValue<Int2> UnpackLow(RValue<Short4> x, RValue<Short4> y) in UnpackLow() function 5072 RValue<Short4> UnpackLow(RValue<Int2> x, RValue<Int2> y) in UnpackLow() function 6713 RValue<Float4> UnpackLow(RValue<Float4> x, RValue<Float4> y) in UnpackLow() function
|