HomeSort by relevance Sort by last modified time
    Searched refs:tcg_out_setcond (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.c 529 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg dest, function
    [all...]
  /external/qemu/tcg/hppa/
tcg-target.c 836 static void tcg_out_setcond(TCGContext *s, int cond, TCGArg ret, function
858 tcg_out_setcond(s, cond, scratch, al, bl, blconst);
864 tcg_out_setcond(s, tcg_unsigned_cond(cond), scratch, al, bl, blconst);
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 1049 static void tcg_out_setcond (TCGContext *s, TCGType type, TCGCond cond, function
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 1122 static void tcg_out_setcond (TCGContext *s, TCGCond cond, TCGArg arg0, function
    [all...]

Completed in 342 milliseconds