Home
last modified time | relevance | path

Searched refs:source1 (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvm.c.inc176 static void gen_div(TCGv ret, TCGv source1, TCGv source2)
191 tcg_gen_setcond_tl(TCG_COND_EQ, temp1, source1, min);
200 tcg_gen_movcond_tl(TCG_COND_EQ, temp1, source2, zero, mone, source1);
219 static void gen_divu(TCGv ret, TCGv source1, TCGv source2)
233 tcg_gen_movcond_tl(TCG_COND_EQ, temp1, source2, zero, max, source1);
251 static void gen_rem(TCGv ret, TCGv source1, TCGv source2)
263 * If overflow, set temp1 to 0, else source1.
266 tcg_gen_setcond_tl(TCG_COND_EQ, temp1, source1, min);
269 tcg_gen_movcond_tl(TCG_COND_NE, temp1, temp1, zero, zero, source1);
280 tcg_gen_movcond_tl(TCG_COND_EQ, ret, source2, zero, source1, temp1);
[all …]
H A Dtrans_rvb.c.inc312 static void gen_orc_b(TCGv ret, TCGv source1)
318 tcg_gen_and_tl(tmp, source1, low7);
320 tcg_gen_or_tl(tmp, tmp, source1);
/openbmc/openbmc/poky/meta/classes-recipe/
H A Drootfsdebugfiles.bbclass35 …itional files or directories to be installed with 'cp -a' in the format 'source1 target1;source2 t…