Home
last modified time | relevance | path

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

/qemu/target/mips/tcg/
H A Dmxu_translate.c653 tcg_gen_extract_tl(t, mxu_gpr[reg - 1], ofs, len); in gen_extract_mxu_gpr()
826 tcg_gen_extract_tl(t1, t1, 0, 8); in gen_mxu_s8std()
830 tcg_gen_extract_tl(t1, t1, 8, 8); in gen_mxu_s8std()
834 tcg_gen_extract_tl(t1, t1, 16, 8); in gen_mxu_s8std()
838 tcg_gen_extract_tl(t1, t1, 24, 8); in gen_mxu_s8std()
934 tcg_gen_extract_tl(t1, t1, 0, 16); in gen_mxu_s16std()
938 tcg_gen_extract_tl(t1, t1, 16, 16); in gen_mxu_s16std()
1262 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()
1266 tcg_gen_extract_tl(t0, t1, 0, 16); in gen_mxu_d16madl()
[all …]
H A Dtranslate.c4633 tcg_gen_extract_tl(t0, t1, lsb, msb + 1); in gen_bitops()
4654 tcg_gen_extract_tl(t0, t1, lsb, msb + 1); in gen_bitops()
/qemu/include/tcg/
H A Dtcg-op.h260 #define tcg_gen_extract_tl tcg_gen_extract_i64 macro
379 #define tcg_gen_extract_tl tcg_gen_extract_i32
/qemu/scripts/coccinelle/
H A Dtcg_gen_extract.cocci104 +tcg_gen_extract_tl(ret, arg, ofs, extract_len);
/qemu/target/hexagon/
H A Dgenptr.c225 tcg_gen_extract_tl(hex_p8, control_reg, i * 8, 8); in gen_write_p3_0()
283 tcg_gen_extract_tl(result, src, N * 8, 8); in gen_get_byte()
306 tcg_gen_extract_tl(result, src, N * 16, 16); in gen_get_half()
1104 tcg_gen_extract_tl(width, width, 0, 6); in gen_insert_rp()
1327 tcg_gen_extract_tl(tmp, val, 0, reg_field_info[field].width); in gen_set_usr_field_if()
H A Dmacros.h32 tcg_gen_extract_tl(DST, hex_gpr[HEX_REG_USR], \
333 tcg_gen_extract_tl(lsb, val, 17, 7); in gen_read_ireg()
H A Dtranslate.c635 tcg_gen_extract_tl(cancelled, hex_slot_cancelled, slot_num, 1); in process_store()
/qemu/target/ppc/
H A Dtranslate.c511 tcg_gen_extract_tl(t0, cpu_gpr[gprn], 0, 1); /* Extract RUN field */ in spr_write_CTRL_ST()
590 tcg_gen_extract_tl(cpu_ov32, src, XER_OV32, 1); in spr_write_xer()
591 tcg_gen_extract_tl(cpu_ca32, src, XER_CA32, 1); in spr_write_xer()
592 tcg_gen_extract_tl(cpu_so, src, XER_SO, 1); in spr_write_xer()
593 tcg_gen_extract_tl(cpu_ov, src, XER_OV, 1); in spr_write_xer()
594 tcg_gen_extract_tl(cpu_ca, src, XER_CA, 1); in spr_write_xer()
1684 tcg_gen_extract_tl(cpu_ov, cpu_ov, 31, 1); in gen_op_arith_compute_ov()
1690 tcg_gen_extract_tl(cpu_ov32, cpu_ov, 31, 1); in gen_op_arith_compute_ov()
1692 tcg_gen_extract_tl(cpu_ov, cpu_ov, TARGET_LONG_BITS - 1, 1); in gen_op_arith_compute_ov()
1714 tcg_gen_extract_tl(ca32, t0, 32, 1); in gen_op_arith_compute_ca32()
[all …]
/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);
/qemu/target/sparc/
H A Dtranslate.c387 tcg_gen_extract_tl(t, cpu_icc_C, 32, 1); in gen_carry32()
546 tcg_gen_extract_tl(t0, cpu_y, 1, 31); in gen_op_mulscc()
1173 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare()
1185 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare()
3975 tcg_gen_extract_tl(l, s1, 1, 2); in gen_edge()
3976 tcg_gen_extract_tl(r, s2, 1, 2); in gen_edge()
3981 tcg_gen_extract_tl(l, s1, 2, 1); in gen_edge()
3982 tcg_gen_extract_tl(r, s2, 2, 1); in gen_edge()
4181 tcg_gen_extract_tl(dst, src1, a->i, 32 - a->i); in TRANS()
/qemu/target/riscv/
H A Dtranslate.c642 tcg_gen_extract_tl(addr, addr, 0, ctx->addr_xl); in get_address()
658 tcg_gen_extract_tl(addr, addr, 0, ctx->addr_xl); in get_address_indexed()
/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.inc67 tcg_gen_extract_tl(tmp, get_gpr(ctx, xT2, EXT_NONE), 12, 20);
645 tcg_gen_extract_tl(dst, src, shamt, 32 - shamt);
/qemu/target/i386/tcg/
H A Demit.c.inc282 tcg_gen_extract_tl(v, cpu_regs[op->n - 4], 8, 8);
1231 tcg_gen_extract_tl(carry_in, decode->cc_src,
1339 tcg_gen_extract_tl(s->A0, s->T1, 8, 8);
3380 tcg_gen_extract_tl(decode->cc_src2, decode->cc_src, ctz32(CC_O), 1);
3384 tcg_gen_extract_tl(decode->cc_dst, decode->cc_src, ctz32(CC_C), 1);
3398 tcg_gen_extract_tl(temp, temp, (8 << ot) - 1, 1);
3668 tcg_gen_extract_tl(decode->cc_dst, result, bit, 1);
3671 tcg_gen_extract_tl(temp, result, bit, 1);
/qemu/target/tricore/
H A Dtranslate.c6548 tcg_gen_extract_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], pos, width); in decode_rrpw_extract_insert()
7923 tcg_gen_extract_tl(cpu_gpr_d[r1], cpu_ICR, in decode_sys_interrupts()