Home
last modified time | relevance | path

Searched refs:cpu_vl (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvbf16.c.inc77 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_vl, 0, over);
78 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
106 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_vl, 0, over);
107 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
136 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_vl, 0, over);
137 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
H A Dtrans_rvvk.c.inc168 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over); \
259 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over); \
335 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over); \
405 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over); \
459 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
493 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
H A Dtrans_rvv.c.inc160 tcg_gen_mov_tl(s1, cpu_vl);
620 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
788 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
894 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
1034 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
1187 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
1239 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
1401 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
1634 tcg_gen_brcond_tl(TCG_COND_GEU, cpu_vstart, cpu_vl, over);
3162 tcg_gen_brcondi_tl(TCG_COND_EQ, cpu_vl, 0, over);
[all …]
/openbmc/qemu/target/riscv/
H A Dtranslate.c41 static TCGv cpu_gpr[32], cpu_gprh[32], cpu_pc, cpu_vl, cpu_vstart; variable
1321 cpu_vl = tcg_global_mem_new(tcg_env, offsetof(CPURISCVState, vl), "vl"); in riscv_translate_init()