Home
last modified time | relevance | path

Searched refs:tcg_gen_extract2_i64 (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_bit.c.inc27 tcg_gen_extract2_i64(dest, src1, src2, (64 - sa * 8));
H A Dtrans_vec.c.inc5112 tcg_gen_extract2_i64(desthigh, low, high, 64 - ofs);
5143 tcg_gen_extract2_i64(destlow, low, high, ofs);
/openbmc/qemu/include/tcg/
H A Dtcg-op.h250 #define tcg_gen_extract2_tl tcg_gen_extract2_i64
H A Dtcg-op-common.h223 void tcg_gen_extract2_i64(TCGv_i64 ret, TCGv_i64 al, TCGv_i64 ah,
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-neon.c2468 tcg_gen_extract2_i64(dest, right, left, a->imm * 8); in trans_VEXT()
2483 tcg_gen_extract2_i64(destright, right, middle, a->imm * 8); in trans_VEXT()
2485 tcg_gen_extract2_i64(destleft, middle, left, a->imm * 8); in trans_VEXT()
2489 tcg_gen_extract2_i64(destright, right, middle, (a->imm - 8) * 8); in trans_VEXT()
2491 tcg_gen_extract2_i64(destleft, middle, left, (a->imm - 8) * 8); in trans_VEXT()
H A Dtranslate-a64.c4665 tcg_gen_extract2_i64(tcg_rd, tcg_rm, tcg_rn, a->imm); in trans_EXTR()
6677 tcg_gen_extract2_i64(lo, lo, hi, a->imm * 8); in trans_EXT_d()
6704 tcg_gen_extract2_i64(lo, lo, hi, pos); in trans_EXT_q()
6706 tcg_gen_extract2_i64(hi, hi, hh, pos); in trans_EXT_q()
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate_vx.c.inc1474 tcg_gen_extract2_i64(dl, dl, dh, 1);
1516 tcg_gen_extract2_i64(dl, dl, dh, 1);
2249 tcg_gen_extract2_i64(t0, t1, t0, right_shift);
2250 tcg_gen_extract2_i64(t1, t2, t1, right_shift);
2275 tcg_gen_extract2_i64(t0, t1, t0, i4);
2276 tcg_gen_extract2_i64(t1, t2, t1, i4);
/openbmc/qemu/target/ppc/translate/
H A Dvmx-impl.c.inc978 tcg_gen_extract2_i64(tl, tl, th, 1);
1915 tcg_gen_extract2_i64(t0, t1, t0, 64 - a->sh);
1916 tcg_gen_extract2_i64(t1, t2, t1, 64 - a->sh);
1942 tcg_gen_extract2_i64(t0, t0, t1, a->sh);
1943 tcg_gen_extract2_i64(t1, t1, t2, a->sh);
2031 tcg_gen_extract2_i64(lo, lo, hi, 64 - elem_count_half);
/openbmc/qemu/tcg/
H A Dtcg-op.c2659 tcg_gen_extract2_i64(ret, t1, arg2, len); in tcg_gen_deposit_i64()
2663 tcg_gen_extract2_i64(ret, arg1, arg2, len); in tcg_gen_deposit_i64()
2968 void tcg_gen_extract2_i64(TCGv_i64 ret, TCGv_i64 al, TCGv_i64 ah, in tcg_gen_extract2_i64() function
/openbmc/qemu/target/hppa/
H A Dtranslate.c1490 tcg_gen_extract2_i64(cb, cb, cb_msb, 1); in do_unit_addsub()
2959 tcg_gen_extract2_i64(tmp, cpu_psw_cb, cpu_psw_cb_msb, 4); in do_dcor()
3732 tcg_gen_extract2_i64(dest, t2, cpu_gr[a->r1], sa); in trans_shrp_imm()