Home | History | Annotate | Download | only in target-i386

Lines Matching full:gen_ext_tl

743 static TCGv gen_ext_tl(TCGv dst, TCGv src, int size, bool sign)
776 gen_ext_tl(reg, reg, ot, false);
781 gen_ext_tl(reg, reg, ot, true);
928 t1 = gen_ext_tl(cpu_tmp0, cpu_cc_src, size, false);
938 t1 = gen_ext_tl(cpu_tmp0, cpu_cc_src, size, false);
939 t0 = gen_ext_tl(reg, cpu_cc_dst, size, false);
948 t1 = gen_ext_tl(cpu_tmp0, cpu_cc_src, size, false);
963 t1 = gen_ext_tl(cpu_tmp0, cpu_cc_src, size, false);
964 t0 = gen_ext_tl(reg, cpu_cc_dst, size, false);
1041 TCGv t0 = gen_ext_tl(reg, cpu_cc_dst, size, true);
1073 TCGv t0 = gen_ext_tl(reg, cpu_cc_dst, size, false);
1201 t0 = gen_ext_tl(cpu_tmp0, cpu_cc_dst, size, false);
1206 t0 = gen_ext_tl(cpu_tmp0, cpu_cc_dst, size, true);
1218 t0 = gen_ext_tl(cpu_tmp0, cpu_cc_src, size, false);
1230 t0 = gen_ext_tl(cpu_tmp0, cpu_cc_src, size, true);