Searched defs:UnpackLow (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Reactor/ |
D | SubzeroReactor.cpp | 2795 RValue<Short4> UnpackLow(RValue<Byte8> x, RValue<Byte8> y) in UnpackLow() function 3111 RValue<Short4> UnpackLow(RValue<SByte8> x, RValue<SByte8> y) in UnpackLow() function 3690 RValue<Int2> UnpackLow(RValue<Short4> x, RValue<Short4> y) in UnpackLow() function 5317 RValue<Short4> UnpackLow(RValue<Int2> x, RValue<Int2> y) in UnpackLow() function 6899 RValue<Float4> UnpackLow(RValue<Float4> x, RValue<Float4> y) in UnpackLow() function
|
D | LLVMReactor.cpp | 2240 RValue<Short4> UnpackLow(RValue<Byte8> x, RValue<Byte8> y) in UnpackLow() function 2446 RValue<Short4> UnpackLow(RValue<SByte8> x, RValue<SByte8> y) in UnpackLow() function 2841 RValue<Int2> UnpackLow(RValue<Short4> x, RValue<Short4> y) in UnpackLow() function 4265 RValue<Short4> UnpackLow(RValue<Int2> x, RValue<Int2> y) in UnpackLow() function 5741 RValue<Float4> UnpackLow(RValue<Float4> x, RValue<Float4> y) in UnpackLow() function
|