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