D | load_store.cpp | 105 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract() function in android::GGLAssembler 142 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler 144 extract(d, s.reg, in extract() 150 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler 153 extract(r, s.reg, in extract() 164 extract(d, s.reg, s.h, s.l, 32); in expand()
|