D | load_store.cpp | 161 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler 165 expand(d, d, dbits); in expand() 167 expand(d, integer_t(s.reg, s.size(), s.flags), dbits); in expand() 171 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler 174 expand(r, s, dbits); in expand() 178 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() function in android::GGLAssembler
|