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

  /external/qemu/tcg/hppa/
tcg-target.c 160 /* ??? We assume all patches are forward. See tcg_out_brcond
748 static void tcg_out_brcond(TCGContext *s, int cond, TCGArg c1, function
824 tcg_out_brcond(s, cond, ah, bh, bhconst, label_index);
828 tcg_out_brcond(s, cond, ah, bh, bhconst, label_index);
830 tcg_out_brcond(s, tcg_unsigned_cond(cond),
946 tcg_out_brcond(s, TCG_COND_NE, TCG_REG_R20, r0, 0, lab_miss);
    [all...]
  /external/qemu/tcg/x86_64/
tcg-target.c 521 static void tcg_out_brcond(TCGContext *s, int cond, function
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 1181 static void tcg_out_brcond (TCGContext *s, TCGCond cond, function
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 1246 static void tcg_out_brcond (TCGContext *s, TCGCond cond, function
    [all...]

Completed in 1149 milliseconds