translate_sse.c | 97 struct x86_function *func; member in struct:translate_sse 160 sse_movaps(p->func, reg, 178 x86_movzx8(p->func, tmp, src); 179 sse2_movd(p->func, data, tmp); 182 x86_movzx16(p->func, tmp, src); 183 sse2_movd(p->func, data, tmp); 186 x86_movzx8(p->func, tmp, x86_make_disp(src, 2)); 187 x86_shl_imm(p->func, tmp, 16); 188 x86_mov16(p->func, tmp, src); 189 sse2_movd(p->func, data, tmp) [all...] |