D | load_store.cpp | 109 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract() function in android::GGLAssembler 146 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler 148 extract(d, s.reg, in extract() 154 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract() function in android::GGLAssembler 157 extract(r, s.reg, in extract() 168 extract(d, s.reg, s.h, s.l, 32); in expand()
|