Searched refs:tcg_gen_trunc_i64_tl (Results 1 – 15 of 15) sorted by relevance
/openbmc/qemu/target/riscv/insn_trans/ |
H A D | trans_rvk.c.inc | 209 tcg_gen_trunc_i64_tl(dest, t1); 265 tcg_gen_trunc_i64_tl(dest, t1); 301 tcg_gen_trunc_i64_tl(dest, t1);
|
H A D | trans_rvzfa.c.inc | 397 tcg_gen_trunc_i64_tl(dst, t1); 413 tcg_gen_trunc_i64_tl(dst, t1);
|
H A D | trans_xthead.c.inc | 472 tcg_gen_trunc_i64_tl(dst, t1);
|
H A D | trans_rvv.c.inc | 3290 tcg_gen_trunc_i64_tl(dest, t1);
|
/openbmc/qemu/include/tcg/ |
H A D | tcg-op.h | 211 #define tcg_gen_trunc_i64_tl tcg_gen_mov_i64 macro 331 #define tcg_gen_trunc_i64_tl tcg_gen_extrl_i64_i32
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 310 tcg_gen_trunc_i64_tl(cpu_sr_ov, t1); in gen_muld() 331 tcg_gen_trunc_i64_tl(cpu_sr_cy, high); in gen_muldu() 373 tcg_gen_trunc_i64_tl(cpu_sr_cy, t1); in gen_macu() 414 tcg_gen_trunc_i64_tl(cpu_sr_cy, t2); in gen_msbu() 932 tcg_gen_trunc_i64_tl(cpu_R(dc, a->d), cpu_mac); in trans_l_macrc()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_translate.c | 216 tcg_gen_trunc_i64_tl(tresult, t0); in gen_check_zero_element() 234 tcg_gen_trunc_i64_tl(bcond, t0); in gen_msa_BxZ_V()
|
H A D | nanomips_translate.c.inc | 2578 tcg_gen_trunc_i64_tl(bcond, t0);
|
H A D | translate.c | 8811 tcg_gen_trunc_i64_tl(bcond, t0); in gen_compute_branch1_r6()
|
/openbmc/qemu/target/hexagon/ |
H A D | genptr.c | 1395 tcg_gen_trunc_i64_tl(ovfl, ovfl_64); in gen_sat_i64_ovfl() 1416 tcg_gen_trunc_i64_tl(ovfl, ovfl_64); in gen_satu_i64_ovfl()
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 639 tcg_gen_trunc_i64_tl(dst, t64); in gen_op_sdiv() 1805 tcg_gen_trunc_i64_tl(dst, t64); in gen_ld_asi() 1824 tcg_gen_trunc_i64_tl(dst, t64); in gen_ld_asi() 1971 tcg_gen_trunc_i64_tl(dst, t64); in gen_ldstub_asi() 3820 tcg_gen_trunc_i64_tl(dst, t1); in trans_UDIV()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vmx-impl.c.inc | 1721 tcg_gen_trunc_i64_tl(cpu_gpr[a->rt], hi); 2032 tcg_gen_trunc_i64_tl(cpu_gpr[a->vrt], lo); 2052 tcg_gen_trunc_i64_tl(cpu_gpr[a->vrt], tmp); 2182 tcg_gen_trunc_i64_tl(cpu_gpr[a->rt], r[0]);
|
H A D | fp-impl.c.inc | 965 tcg_gen_trunc_i64_tl(t0, arg1),
|
H A D | vsx-impl.c.inc | 426 tcg_gen_trunc_i64_tl(cpu_gpr[rA(ctx->opcode)], tmp);
|
/openbmc/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 1852 tcg_gen_trunc_i64_tl(Z, cmp);
|