D | load_store.cpp | 176 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler 180 expand(d, d, dbits); in expand() 182 expand(d, integer_t(s.reg, s.size(), s.flags), dbits); in expand() 186 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand() function in android::GGLAssembler 189 expand(r, s, dbits); in expand() 193 void GGLAssembler::expand(integer_t& dst, const integer_t& src, int dbits) in expand() function in android::GGLAssembler
|