/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 653 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 D | translate.c | 4632 tcg_gen_extract_tl(t0, t1, lsb, msb + 1); in gen_bitops() 4653 tcg_gen_extract_tl(t0, t1, lsb, msb + 1); in gen_bitops()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 248 #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 D | tcg_gen_extract.cocci | 104 +tcg_gen_extract_tl(ret, arg, ofs, extract_len);
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 232 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 D | macros.h | 31 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 D | translate.c | 677 tcg_gen_extract_tl(cancelled, hex_slot_cancelled, slot_num, 1); in process_store()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 510 tcg_gen_extract_tl(t0, cpu_gpr[gprn], 0, 1); /* Extract RUN field */ in spr_write_CTRL_ST() 589 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() 1655 tcg_gen_extract_tl(cpu_ov, cpu_ov, 31, 1); in gen_op_arith_compute_ov() 1661 tcg_gen_extract_tl(cpu_ov32, cpu_ov, 31, 1); in gen_op_arith_compute_ov() 1663 tcg_gen_extract_tl(cpu_ov, cpu_ov, TARGET_LONG_BITS - 1, 1); in gen_op_arith_compute_ov() 1685 tcg_gen_extract_tl(ca32, t0, 32, 1); in gen_op_arith_compute_ca32() [all …]
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_bit.c.inc | 56 tcg_gen_extract_tl(dest, src1, a->ls, a->ms - a->ls + 1);
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 392 tcg_gen_extract_tl(t, cpu_icc_C, 32, 1); in gen_carry32() 552 tcg_gen_extract_tl(t0, cpu_y, 1, 31); in gen_op_mulscc() 1179 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare() 1191 tcg_gen_extract_tl(t1, cpu_icc_C, 32, 1); in gen_compare() 3946 tcg_gen_extract_tl(l, s1, 1, 2); in gen_edge() 3947 tcg_gen_extract_tl(r, s2, 1, 2); in gen_edge() 3952 tcg_gen_extract_tl(l, s1, 2, 1); in gen_edge() 3953 tcg_gen_extract_tl(r, s2, 2, 1); in gen_edge() 4152 tcg_gen_extract_tl(dst, src1, a->i, 32 - a->i); in TRANS()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_xthead.c.inc | 97 tcg_gen_extract_tl(offs, src2, 0, 32); 180 return gen_th_bfextract(ctx, a, tcg_gen_extract_tl);
|
H A D | trans_rvi.c.inc | 67 tcg_gen_extract_tl(tmp, get_gpr(ctx, xT2, EXT_NONE), 12, 20); 566 tcg_gen_extract_tl(dst, src, shamt, 32 - shamt);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 293 tcg_gen_extract_tl(v, cpu_regs[op->n - 4], 8, 8); 1227 tcg_gen_extract_tl(carry_in, decode->cc_src, 1335 tcg_gen_extract_tl(s->A0, s->T1, 8, 8); 3364 tcg_gen_extract_tl(decode->cc_src2, decode->cc_src, ctz32(CC_O), 1); 3368 tcg_gen_extract_tl(decode->cc_dst, decode->cc_src, ctz32(CC_C), 1); 3382 tcg_gen_extract_tl(temp, temp, (8 << ot) - 1, 1); 3652 tcg_gen_extract_tl(decode->cc_dst, result, bit, 1); 3655 tcg_gen_extract_tl(temp, result, bit, 1);
|
H A D | translate.c | 488 tcg_gen_extract_tl(t0, cpu_regs[reg - 4], 8, 8); in gen_op_mov_v_reg()
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 6551 tcg_gen_extract_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], pos, width); in decode_rrpw_extract_insert() 7926 tcg_gen_extract_tl(cpu_gpr_d[r1], cpu_ICR, in decode_sys_interrupts()
|