On 9/20/22 17:24, Paolo Bonzini wrote:
+static void gen_load_sse(DisasContext *s, TCGv temp, MemOp ot, int dest_ofs,
bool aligned)
+{
+ if (ot == MO_8) {
+ gen_op_ld_v(s, MO_8, temp, s->A0);
+ tcg_gen_st8_tl(temp, cpu_env, dest_ofs);
+ } else if (ot == MO_16) {
switch + default assert. Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
