HomeSort by relevance Sort by last modified time
    Searched full:tcg_out_setcond_i32 (Results 1 - 1 of 1) sorted by null

  /external/qemu/tcg/sparc/
tcg-target.c 590 static void tcg_out_setcond_i32(TCGContext *s, TCGCond cond, TCGArg ret, function
665 tcg_out_setcond_i32(s, TCG_COND_EQ, TCG_REG_I5, al, bl, blconst);
666 tcg_out_setcond_i32(s, TCG_COND_EQ, ret, ah, bh, bhconst);
671 tcg_out_setcond_i32(s, TCG_COND_NE, TCG_REG_I5, al, al, blconst);
672 tcg_out_setcond_i32(s, TCG_COND_NE, ret, ah, bh, bhconst);
685 tcg_out_setcond_i32(s, tcg_unsigned_cond(cond), ret, al, bl, blconst);
    [all...]

Completed in 18 milliseconds