/openbmc/qemu/scripts/coccinelle/ |
H A D | tcg_gen_extract.cocci | 99 +tcg_gen_extract_i64(ret, arg, ofs, extract_len);
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 1076 tcg_gen_extract_i64(t, cb, 32, 1); in get_carry() 1120 tcg_gen_extract_i64(tmp, tmp, sign_bit - shift, shift); in do_add_sv() 1136 tcg_gen_extract_i64(tmp, in1, (d ? 63 : 31) - shift, shift); in do_add_uv() 3280 tcg_gen_extract_i64(t0, r, (3 - a->c0) * 16, 16); in trans_permh() 3281 tcg_gen_extract_i64(t1, r, (3 - a->c1) * 16, 16); in trans_permh() 3282 tcg_gen_extract_i64(t2, r, (3 - a->c2) * 16, 16); in trans_permh() 3283 tcg_gen_extract_i64(t3, r, (3 - a->c3) * 16, 16); in trans_permh() 3730 tcg_gen_extract_i64(dest, t2, sa, width - sa); in trans_shrp_imm() 3742 tcg_gen_extract_i64(dest, dest, sa, 32); in trans_shrp_imm() 3785 tcg_gen_extract_i64(dest, dest, 0, a->len); in trans_extr_sar() [all …]
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1872 tcg_gen_extract_i64(rt, t0, 52, 11); 1890 tcg_gen_extract_i64(xth, xbh, 48, 15); 1965 tcg_gen_extract_i64(exp, t1, 52, 11); 1996 tcg_gen_extract_i64(exp, xbh, 48, 15); 2120 tcg_gen_extract_i64(xth, xbh, 52, 11); 2122 tcg_gen_extract_i64(xtl, xbl, 52, 11); 2163 tcg_gen_extract_i64(exp, xbh, 52, 11); 2170 tcg_gen_extract_i64(exp, xbl, 52, 11);
|
H A D | vmx-impl.c.inc | 1031 tcg_gen_extract_i64(n, vrb, 8, 7); 1032 tcg_gen_extract_i64(vrb, vrb, 16, 7); 2072 tcg_gen_extract_i64(hi, t0, elem_count_half, elem_count_half); 2073 tcg_gen_extract_i64(lo, t0, 0, elem_count_half);
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 248 #define tcg_gen_extract_tl tcg_gen_extract_i64
|
H A D | tcg-op-common.h | 219 void tcg_gen_extract_i64(TCGv_i64 ret, TCGv_i64 arg,
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 301 tcg_gen_extract_i64(res64, src, N * 8, 8); in gen_get_byte_i64() 1308 tcg_gen_extract_i64(word, tmp, j * 8, size * 8); in vec_to_qvec()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 207 tcg_gen_extract_i64(dst, src, 0, 56); in gen_top_byte_ignore() 2697 tcg_gen_extract_i64(cpu_reg(s, rt), cpu_exclusive_val, 0, 32); in gen_load_exclusive() 2698 tcg_gen_extract_i64(cpu_reg(s, rt2), cpu_exclusive_val, 32, 32); in gen_load_exclusive() 2700 tcg_gen_extract_i64(cpu_reg(s, rt), cpu_exclusive_val, 32, 32); in gen_load_exclusive() 2701 tcg_gen_extract_i64(cpu_reg(s, rt2), cpu_exclusive_val, 0, 32); in gen_load_exclusive() 3201 tcg_gen_extract_i64(tcg_rt2, tcg_rt, o2, 32); in trans_LDP() 3202 tcg_gen_extract_i64(tcg_rt, tcg_rt, o1, 32); in trans_LDP() 4603 tcg_gen_extract_i64(tcg_rd, tcg_tmp, ri, len); in trans_UBFM() 7011 tcg_gen_extract_i64(tcg_rd, tcg_rn, i * esize, esize); in TRANS() 7087 tcg_gen_extract_i64(rnd, src, shift - 1, 1); in gen_srshr_d() [all …]
|
H A D | gengvec.c | 311 tcg_gen_extract_i64(t, a, sh - 1, 1); in gen_srshr64_i64() 505 tcg_gen_extract_i64(t, a, sh - 1, 1); in gen_urshr64_i64()
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 908 tcg_gen_extract_i64(vc, va, pos, len); in gen_ext_l() 926 tcg_gen_extract_i64(vc, va, pos, len - pos); in gen_ins_h()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 1390 tcg_gen_extract_i64(tl, cl, 0, 1); 1470 tcg_gen_extract_i64(ah, al, 63, 1); 1471 tcg_gen_extract_i64(bh, bl, 63, 1);
|
H A D | translate.c | 2489 tcg_gen_extract_i64(t1, psw_mask, 40, 4); in op_ipm() 3642 tcg_gen_extract_i64(o->out, o->in2, 64 - rot, len); in op_risbg()
|
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_xthead.c.inc | 471 tcg_gen_extract_i64(t1, cpu_fpr[a->rs1], 32, 32);
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 1773 tcg_gen_extract_i64(rd64, cpu_acc, 16, 32); in trans_MVFACMI()
|
/openbmc/qemu/tcg/ |
H A D | tcg-op.c | 2766 void tcg_gen_extract_i64(TCGv_i64 ret, TCGv_i64 arg, in tcg_gen_extract_i64() function
|