Searched refs:tcg_out_bc (Results 1 - 2 of 2) sorted by relevance

/external/qemu/tcg/ppc/
H A Dtcg-target.c1014 static void tcg_out_bc (TCGContext *s, int bc, int label_index) function
1034 tcg_out_bc (s, tcg_to_bc[cond], label_index);
1081 tcg_out_bc (s, (BC | BI (7, CR_EQ) | BO_COND_TRUE), label_index);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c988 static void tcg_out_bc (TCGContext *s, int bc, int label_index) function
1008 tcg_out_bc (s, tcg_to_bc[cond], label_index);

Completed in 17 milliseconds