Home
last modified time | relevance | path

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

/openbmc/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();
/openbmc/qemu/target/s390x/tcg/
H A Dtranslate.c306 TCGv_i128 r = tcg_temp_new_i128(); in load_freg_128()
1896 TCGv_i128 pair = tcg_temp_new_i128(); in op_cksm()
2006 TCGv_i128 pair = tcg_temp_new_i128(); in op_clst()
2051 o->out_128 = tcg_temp_new_i128(); in op_cdsg()
2138 TCGv_i128 t = tcg_temp_new_i128(); in op_cvbg()
2156 TCGv_i128 t = tcg_temp_new_i128(); in op_cvdg()
2256 TCGv_i128 t = tcg_temp_new_i128(); in op_divs64()
2265 TCGv_i128 t = tcg_temp_new_i128(); in op_divu64()
3085 o->out_128 = tcg_temp_new_i128(); in op_lpq()
4485 TCGv_i128 t16 = tcg_temp_new_i128(); in op_stpq()
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c2281 TCGv_i128 t = tcg_temp_new_i128(); in gen_ldo_env_A0()
2293 TCGv_i128 t = tcg_temp_new_i128(); in gen_sto_env_A0()
2303 TCGv_i128 t0 = tcg_temp_new_i128(); in gen_ldy_env_A0()
2304 TCGv_i128 t1 = tcg_temp_new_i128(); in gen_ldy_env_A0()
2318 TCGv_i128 t = tcg_temp_new_i128(); in gen_sty_env_A0()
H A Demit.c.inc1790 cmp = tcg_temp_new_i128();
1791 val = tcg_temp_new_i128();
/openbmc/qemu/target/sparc/
H A Dtranslate.c281 TCGv_i128 ret = tcg_temp_new_i128(); in gen_load_fpr_Q()
1875 TCGv_i128 tmp = tcg_temp_new_i128(); in gen_st_asi()
2200 TCGv_i128 t = tcg_temp_new_i128(); in gen_ldda_asi()
2296 TCGv_i128 t = tcg_temp_new_i128(); in gen_stda_asi()
2340 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_stda_asi()
4978 dst = tcg_temp_new_i128(); in TRANS()
4998 dst = tcg_temp_new_i128(); in TRANS()
5425 dst = tcg_temp_new_i128(); in TRANS()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-a64.c1037 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_st()
1058 TCGv_i128 t16 = tcg_temp_new_i128(); in do_fp_ld()
2704 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_load_exclusive()
2796 TCGv_i128 t16 = tcg_temp_new_i128(); in gen_store_exclusive()
2797 TCGv_i128 c16 = tcg_temp_new_i128(); in gen_store_exclusive()
2898 TCGv_i128 cmp = tcg_temp_new_i128(); in gen_compare_and_swap_pair()
2899 TCGv_i128 val = tcg_temp_new_i128(); in gen_compare_and_swap_pair()
3151 TCGv_i128 tmp = tcg_temp_new_i128(); in trans_STP()
3205 TCGv_i128 tmp = tcg_temp_new_i128(); in trans_LDP()
3293 tmp = tcg_temp_new_i128(); in trans_STGP()
[all …]
H A Dtranslate-sve.c4085 t16 = tcg_temp_new_i128(); in gen_sve_ldr()
4102 t16 = tcg_temp_new_i128(); in gen_sve_ldr()
4188 t16 = tcg_temp_new_i128(); in gen_sve_str()
4212 t16 = tcg_temp_new_i128(); in gen_sve_str()
/openbmc/qemu/include/tcg/
H A Dtcg-op-common.h23 TCGv_i128 tcg_temp_new_i128(void);
/openbmc/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();
/openbmc/qemu/target/ppc/
H A Dtranslate.c3230 t16 = tcg_temp_new_i128(); in STCX()
3264 cmp = tcg_temp_new_i128(); in gen_stqcx_()
3265 val = tcg_temp_new_i128(); in gen_stqcx_()
/openbmc/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();
/openbmc/qemu/tcg/
H A Dtcg.c1741 TCGv_i128 tcg_temp_new_i128(void) in tcg_temp_new_i128() function