Home
last modified time | relevance | path

Searched refs:tcg_gen_extract_tl (Results 1 – 15 of 15) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmxu_translate.c1262 tcg_gen_extract_tl(t2, t2, 0, 16); in gen_mxu_d16madl()
1263 tcg_gen_extract_tl(t3, t3, 0, 16); in gen_mxu_d16madl()
1399 tcg_gen_extract_tl(t4, t7, 0, 8); in gen_mxu_q8mul_mac()
1400 tcg_gen_extract_tl(t5, t7, 8, 8); in gen_mxu_q8mul_mac()
1401 tcg_gen_extract_tl(t6, t7, 16, 8); in gen_mxu_q8mul_mac()
1483 tcg_gen_extract_tl(t6, t4, 0, 8); in gen_mxu_q8madl()
1484 tcg_gen_extract_tl(t7, t4, 8, 8); in gen_mxu_q8madl()
2664 tcg_gen_extract_tl(t3, t1, 8, 8); in gen_mxu_q8movzn()
2666 tcg_gen_extract_tl(t3, t0, 8, 8); in gen_mxu_q8movzn()
2670 tcg_gen_extract_tl(t3, t1, 0, 8); in gen_mxu_q8movzn()
[all …]
H A Dtranslate.c4849 tcg_gen_extract_tl(t0, t1, lsb, msb + 1); in gen_bitops()
4870 tcg_gen_extract_tl(t0, t1, lsb, msb + 1); in gen_bitops()
/openbmc/qemu/include/tcg/
H A Dtcg-op.h248 #define tcg_gen_extract_tl tcg_gen_extract_i64 macro
366 #define tcg_gen_extract_tl tcg_gen_extract_i32
/openbmc/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci104 +tcg_gen_extract_tl(ret, arg, ofs, extract_len);
/openbmc/qemu/target/hexagon/
H A Dgenptr.c232 tcg_gen_extract_tl(hex_p8, control_reg, i * 8, 8); in gen_write_p3_0()
290 tcg_gen_extract_tl(result, src, N * 8, 8); in gen_get_byte()
313 tcg_gen_extract_tl(result, src, N * 16, 16); in gen_get_half()
1111 tcg_gen_extract_tl(width, width, 0, 6); in gen_insert_rp()
1334 tcg_gen_extract_tl(tmp, val, 0, reg_field_info[field].width); in gen_set_usr_field_if()
H A Dmacros.h31 tcg_gen_extract_tl(DST, hex_gpr[HEX_REG_USR], \
332 tcg_gen_extract_tl(lsb, val, 17, 7); in gen_read_ireg()
H A Dtranslate.c677 tcg_gen_extract_tl(cancelled, hex_slot_cancelled, slot_num, 1); in process_store()
/openbmc/qemu/target/ppc/
H A Dtranslate.c589 tcg_gen_extract_tl(cpu_ov32, src, XER_OV32, 1); in spr_write_xer()
590 tcg_gen_extract_tl(cpu_ca32, src, XER_CA32, 1); in spr_write_xer()
591 tcg_gen_extract_tl(cpu_so, src, XER_SO, 1); in spr_write_xer()
592 tcg_gen_extract_tl(cpu_ov, src, XER_OV, 1); in spr_write_xer()
593 tcg_gen_extract_tl(cpu_ca, src, XER_CA, 1); in spr_write_xer()
1658 tcg_gen_extract_tl(cpu_ov, cpu_ov, 31, 1); in gen_op_arith_compute_ov()
1688 tcg_gen_extract_tl(ca32, t0, 32, 1); in gen_op_arith_compute_ca32()
1717 tcg_gen_extract_tl(ca, ca, 32, 1); in gen_op_arith_add()
1920 tcg_gen_extract_tl(cpu_ca, cpu_ca, 32, 1); in gen_op_arith_subf()
2041 tcg_gen_extract_tl(t_ra, t_rs, rsh, len); in gen_rlwinm()
[all …]
/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc56 tcg_gen_extract_tl(dest, src1, a->ls, a->ms - a->ls + 1);
/openbmc/qemu/target/sparc/
H A Dtranslate.c390 tcg_gen_extract_tl(t, cpu_icc_C, 32, 1); in gen_carry32()
550 tcg_gen_extract_tl(t0, cpu_y, 1, 31); in gen_op_mulscc()
1177 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare()
1189 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare()
3911 tcg_gen_extract_tl(l, s1, 1, 2); in gen_edge()
3912 tcg_gen_extract_tl(r, s2, 1, 2); in gen_edge()
3917 tcg_gen_extract_tl(l, s1, 2, 1); in gen_edge()
3918 tcg_gen_extract_tl(r, s2, 2, 1); in gen_edge()
4117 tcg_gen_extract_tl(dst, src1, a->i, 32 - a->i); in TRANS()
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_xthead.c.inc97 tcg_gen_extract_tl(offs, src2, 0, 32);
180 return gen_th_bfextract(ctx, a, tcg_gen_extract_tl);
H A Dtrans_rvi.c.inc511 tcg_gen_extract_tl(dst, src, shamt, 32 - shamt);
/openbmc/qemu/target/i386/tcg/
H A Demit.c.inc276 tcg_gen_extract_tl(v, cpu_regs[op->n - 4], 8, 8);
1184 tcg_gen_extract_tl(carry_in, decode->cc_src,
1292 tcg_gen_extract_tl(s->A0, s->T1, 8, 8);
3129 tcg_gen_extract_tl(decode->cc_src2, decode->cc_src, ctz32(CC_O), 1);
3133 tcg_gen_extract_tl(decode->cc_dst, decode->cc_src, ctz32(CC_C), 1);
3147 tcg_gen_extract_tl(temp, temp, (8 << ot) - 1, 1);
3417 tcg_gen_extract_tl(decode->cc_dst, result, bit, 1);
3420 tcg_gen_extract_tl(temp, result, bit, 1);
H A Dtranslate.c473 tcg_gen_extract_tl(t0, cpu_regs[reg - 4], 8, 8); in gen_op_mov_v_reg()
/openbmc/qemu/target/tricore/
H A Dtranslate.c6552 tcg_gen_extract_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], pos, width); in decode_rrpw_extract_insert()
7927 tcg_gen_extract_tl(cpu_gpr_d[r1], cpu_ICR, in decode_sys_interrupts()