/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 742 tcg_gen_deposit_tl(t0, t0, t1, 0, 8); in gen_mxu_s8ldd() 748 tcg_gen_deposit_tl(t0, t0, t1, 8, 8); in gen_mxu_s8ldd() 754 tcg_gen_deposit_tl(t0, t0, t1, 16, 8); in gen_mxu_s8ldd() 760 tcg_gen_deposit_tl(t0, t0, t1, 24, 8); in gen_mxu_s8ldd() 765 tcg_gen_deposit_tl(t0, t1, t1, 16, 16); in gen_mxu_s8ldd() 771 tcg_gen_deposit_tl(t0, t1, t1, 16, 16); in gen_mxu_s8ldd() 784 tcg_gen_deposit_tl(t1, t1, t1, 8, 8); in gen_mxu_s8ldd() 785 tcg_gen_deposit_tl(t0, t1, t1, 16, 16); in gen_mxu_s8ldd() 876 tcg_gen_deposit_tl(t0, t0, t1, 0, 16); in gen_mxu_s16ldd() 882 tcg_gen_deposit_tl(t0, t0, t1, 16, 16); in gen_mxu_s16ldd() [all …]
|
H A D | nanomips_translate.c.inc | 3059 tcg_gen_deposit_tl(cpu_dspctrl, cpu_dspctrl, v1_t, 24, 4); 3065 tcg_gen_deposit_tl(cpu_dspctrl, cpu_dspctrl, v1_t, 24, 4); 3071 tcg_gen_deposit_tl(cpu_dspctrl, cpu_dspctrl, v1_t, 24, 4); 3391 tcg_gen_deposit_tl(cpu_gpr[rt], t0, cpu_gpr[rt], rd, 32 - rd);
|
H A D | translate.c | 4661 tcg_gen_deposit_tl(t0, t0, t1, lsb, msb - lsb + 1); in gen_bitops() 4676 tcg_gen_deposit_tl(t0, t0, t1, lsb, msb - lsb + 1); in gen_bitops() 5195 tcg_gen_deposit_tl(tmp, tmp, arg, 30, 2); in gen_mfc0() 5252 tcg_gen_deposit_tl(tmp, tmp, arg, 30, 2); in gen_mfc0() 12686 tcg_gen_deposit_tl(cpu_gpr[rt], t0, cpu_gpr[rt], sa, 32 - sa); in gen_mipsdsp_append() 12720 tcg_gen_deposit_tl(cpu_gpr[rt], t0, cpu_gpr[rt], sa, 64 - sa); in gen_mipsdsp_append()
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 246 #define tcg_gen_deposit_tl tcg_gen_deposit_i64 macro 364 #define tcg_gen_deposit_tl tcg_gen_deposit_i32
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 355 tcg_gen_deposit_tl(Rd, RdL, RdH, 8, 8); /* Rd = RdH:RdL */ in trans_ADIW() 502 tcg_gen_deposit_tl(Rd, RdL, RdH, 8, 8); /* Rd = RdH:RdL */ in trans_SBIW() 922 tcg_gen_deposit_tl(cpu_pc, cpu_r[30], cpu_r[31], 8, 8); in gen_jmp_ez() 929 tcg_gen_deposit_tl(cpu_pc, cpu_r[30], cpu_r[31], 8, 8); in gen_jmp_z() 976 tcg_gen_deposit_tl(ret, lo, hi, 8, 16); in gen_pop_ret() 1462 tcg_gen_deposit_tl(addr, M, H, 8, 8); in gen_get_addr() 1463 tcg_gen_deposit_tl(addr, L, addr, 8, 16); in gen_get_addr()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvb.c.inc | 501 tcg_gen_deposit_tl(ret, src1, src2, 511 tcg_gen_deposit_tl(ret, src1, t, 8, TARGET_LONG_BITS - 8); 519 tcg_gen_deposit_tl(ret, src1, t, 16, TARGET_LONG_BITS - 16);
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 164 tcg_gen_deposit_tl(control_reg, control_reg, hex_pred[i], i * 8, 8); in gen_read_p3_0() 320 tcg_gen_deposit_tl(result, result, src, N * 16, 16); in gen_set_half() 516 tcg_gen_deposit_tl(usr, usr, val, in gen_set_usr_field() 1164 tcg_gen_deposit_tl(RdV, RdV, tmp32, i * 16, 16); in gen_asr_r_svw_trun() 1177 tcg_gen_deposit_tl(RdV, RdV, tmp32, i * 16, 16); in gen_asr_r_svw_trun()
|
H A D | gen_tcg.h | 686 tcg_gen_deposit_tl(PeV, PeV, tmp, i, 1); \ 1195 tcg_gen_deposit_tl(RxV, RxV, RsV, offset, width); \
|
H A D | macros.h | 334 tcg_gen_deposit_tl(result, msb, lsb, 0, 7); in gen_read_ireg()
|
/openbmc/qemu/target/loongarch/tcg/insn_trans/ |
H A D | trans_arith.c.inc | 206 tcg_gen_deposit_tl(dest, src1, src2, 32, 32); 222 tcg_gen_deposit_tl(dest, src1, src2, 52, 12);
|
H A D | trans_bit.c.inc | 41 tcg_gen_deposit_tl(dest, src1, src2, a->ls, a->ms - a->ls + 1);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 451 tcg_gen_deposit_tl(dest, cpu_regs[reg - 4], t0, 8, 8); in gen_op_deposit_reg_v() 455 tcg_gen_deposit_tl(dest, cpu_regs[reg], t0, 0, 8); in gen_op_deposit_reg_v() 459 tcg_gen_deposit_tl(dest, cpu_regs[reg], t0, 0, 16); in gen_op_deposit_reg_v() 1450 tcg_gen_deposit_tl(s->tmp0, s->T0, s->T1, 16, 16); in gen_shiftd_rm_T1() 1454 tcg_gen_deposit_tl(s->T1, s->T0, s->T1, 16, 16); in gen_shiftd_rm_T1()
|
H A D | emit.c.inc | 1302 tcg_gen_deposit_tl(s->T1, s->T0, s->T1, 0, 2); 1306 tcg_gen_deposit_tl(flags, flags, zf, ctz32(CC_Z), 1); 1814 tcg_gen_deposit_tl(cpu_cc_src, cpu_cc_src, t0, ctz32(CC_Z), 1); 1876 tcg_gen_deposit_tl(cpu_cc_src, cpu_cc_src, Z, ctz32(CC_Z), 1); 2328 tcg_gen_deposit_tl(cpu_regs[R_EAX], cpu_regs[R_EAX], s->T0, 8, 8); 3020 tcg_gen_deposit_tl(s->T0, t, s->T0, 8, TARGET_LONG_BITS - 8); 3457 tcg_gen_deposit_tl(high, cin, s->T0, 1, TARGET_LONG_BITS - 1); 3508 tcg_gen_deposit_tl(high, cin, s->T0, 1, TARGET_LONG_BITS - 1);
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 2486 tcg_gen_deposit_tl(ret, ret, temp_low, 0, 16); in gen_sh_hi() 2565 tcg_gen_deposit_tl(ret, ret, low, 0, 16); in gen_sha_hi() 2573 tcg_gen_deposit_tl(ret, ret, low, 0, 16); in gen_sha_hi() 2637 tcg_gen_deposit_tl(ret, ret, temp1, 0, 1); in gen_bit_2op() 2670 tcg_gen_deposit_tl(ret, ret, temp, 0, 1); in gen_accumulating_cond() 4052 tcg_gen_deposit_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], temp, pos1, 1); in decode_bit_insert() 5316 tcg_gen_deposit_tl(cpu_gpr_d[r2], cpu_gpr_d[r1], temp, pos, width); in decode_rcpw_insert() 6570 tcg_gen_deposit_tl(cpu_gpr_d[r3], cpu_gpr_d[r1], cpu_gpr_d[r2], in decode_rrpw_extract_insert() 7983 tcg_gen_deposit_tl(cpu_ICR, cpu_ICR, cpu_gpr_d[r1], in decode_sys_interrupts()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 553 tcg_gen_deposit_tl(cpu_y, t0, src1, 31, 1); in gen_op_mulscc() 4043 tcg_gen_deposit_tl(cpu_gsr, cpu_gsr, tmp, 0, 3); in TRANS() 4057 tcg_gen_deposit_tl(cpu_gsr, cpu_gsr, tmp, 0, 3); in gen_op_alignaddrl() 4070 tcg_gen_deposit_tl(cpu_gsr, cpu_gsr, dst, 32, 32); in TRANS()
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 1273 tcg_gen_deposit_tl(spr, spr, cpu_gpr[gprn], 32, 32); in spr_write_prev_upper32() 1426 tcg_gen_deposit_tl(t0, t0, cpu_gpr[gprn], 32, 32); in spr_write_ppr32() 1983 tcg_gen_deposit_tl(t_ra, t_ra, t_rs, sh, me - mb + 1); in gen_rlwimi() 2257 tcg_gen_deposit_tl(t_ra, t_ra, t_rs, sh, me - mb + 1); in gen_rldimi()
|