Home
last modified time | relevance | path

Searched refs:tcg_temp_new_i128 (Results 1 – 14 of 14) sorted by relevance

/qemu/target/riscv/insn_trans/
H A Dtrans_rvzacas.c.inc114 TCGv_i128 dest = tcg_temp_new_i128();
116 TCGv_i128 src2 = tcg_temp_new_i128();
/qemu/target/s390x/tcg/
H A Dtranslate.c306 TCGv_i128 r = tcg_temp_new_i128(); in load_freg_128()
1892 TCGv_i128 pair = tcg_temp_new_i128(); in op_cksm()
2002 TCGv_i128 pair = tcg_temp_new_i128(); in op_clst()
2047 o->out_128 = tcg_temp_new_i128(); in op_cdsg()
2134 TCGv_i128 t = tcg_temp_new_i128(); in op_cvbg()
2152 TCGv_i128 t = tcg_temp_new_i128(); in op_cvdg()
2252 TCGv_i128 t = tcg_temp_new_i128(); in op_divs64()
2261 TCGv_i128 t = tcg_temp_new_i128(); in op_divu64()
3081 o->out_128 = tcg_temp_new_i128(); in op_lpq()
4481 TCGv_i128 t16 = tcg_temp_new_i128(); in op_stpq()
[all …]
/qemu/target/i386/tcg/
H A Dtranslate.c2404 TCGv_i128 t = tcg_temp_new_i128(); in gen_ldo_env_A0()
2416 TCGv_i128 t = tcg_temp_new_i128(); in gen_sto_env_A0()
2426 TCGv_i128 t0 = tcg_temp_new_i128(); in gen_ldy_env_A0()
2427 TCGv_i128 t1 = tcg_temp_new_i128(); in gen_ldy_env_A0()
2442 TCGv_i128 t = tcg_temp_new_i128(); in gen_sty_env_A0()
H A Demit.c.inc1810 cmp = tcg_temp_new_i128();
1811 val = tcg_temp_new_i128();
/qemu/target/sparc/
H A Dtranslate.c276 TCGv_i128 ret = tcg_temp_new_i128(); in gen_load_fpr_Q()
1885 TCGv_i128 tmp = tcg_temp_new_i128(); in gen_st_asi()
2210 TCGv_i128 t = tcg_temp_new_i128(); in gen_ldda_asi()
2306 TCGv_i128 t = tcg_temp_new_i128(); in gen_stda_asi()
2350 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_stda_asi()
5007 dst = tcg_temp_new_i128(); in TRANS()
5027 dst = tcg_temp_new_i128(); in TRANS()
5454 dst = tcg_temp_new_i128(); in TRANS()
/qemu/target/arm/tcg/
H A Dtranslate-a64.c1198 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_st()
1219 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_ld()
2893 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_load_exclusive()
2985 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_store_exclusive()
2986 TCGv_i128 c16 = tcg_temp_new_i128(); in gen_store_exclusive()
3087 TCGv_i128 cmp = tcg_temp_new_i128(); in gen_compare_and_swap_pair()
3088 TCGv_i128 val = tcg_temp_new_i128(); in gen_compare_and_swap_pair()
3340 TCGv_i128 tmp = tcg_temp_new_i128(); in trans_STP()
3394 TCGv_i128 tmp = tcg_temp_new_i128(); in trans_LDP()
3482 tmp = tcg_temp_new_i128(); in trans_STGP()
[all …]
H A Dtranslate-sve.c4171 t16 = tcg_temp_new_i128(); in gen_sve_ldr()
4188 t16 = tcg_temp_new_i128(); in gen_sve_ldr()
4274 t16 = tcg_temp_new_i128(); in gen_sve_str()
4298 t16 = tcg_temp_new_i128(); in gen_sve_str()
/qemu/include/tcg/
H A Dtcg-op-common.h24 TCGv_i128 tcg_temp_new_i128(void);
/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc214 data = tcg_temp_new_i128();
400 data = tcg_temp_new_i128();
2186 data = tcg_temp_new_i128();
H A Dfixedpoint-impl.c.inc104 t16 = tcg_temp_new_i128();
H A Dvmx-impl.c.inc44 avr = tcg_temp_new_i128();
67 avr = tcg_temp_new_i128();
/qemu/target/ppc/
H A Dtranslate.c3256 t16 = tcg_temp_new_i128(); in STCX()
3290 cmp = tcg_temp_new_i128(); in gen_stqcx_()
3291 val = tcg_temp_new_i128(); in gen_stqcx_()
/qemu/target/loongarch/tcg/insn_trans/
H A Dtrans_vec.c.inc5259 val = tcg_temp_new_i128();
5288 val = tcg_temp_new_i128();
5318 val = tcg_temp_new_i128();
5347 val = tcg_temp_new_i128();
/qemu/tcg/
H A Dtcg.c2216 TCGv_i128 tcg_temp_new_i128(void) in tcg_temp_new_i128() function