Searched refs:tcg_out_b (Results 1 - 3 of 3) sorted by relevance

/external/qemu/tcg/ppc/
H A Dtcg-target.c451 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) function
579 tcg_out_b (s, LK, (tcg_target_long) qemu_ld_helpers[s_bits]);
801 tcg_out_b (s, LK, (tcg_target_long) qemu_st_helpers[opc]);
1121 tcg_out_b (s, 0, (tcg_target_long) tb_ret_addr);
1140 tcg_out_b (s, 0, l->u.value);
1156 tcg_out_b (s, LK, args[0]);
1166 tcg_out_b (s, 0, args[0]);
/external/qemu/tcg/arm/
H A Dtcg-target.c264 static inline void tcg_out_b(TCGContext *s, int cond, int32_t offset) function
692 tcg_out_b(s, cond, val);
936 tcg_out_b(s, COND_EQ, 8);
1117 tcg_out_b(s, COND_EQ, 8);
1268 tcg_out_b(s, COND_AL, 8);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c509 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) function
1017 tcg_out_b (&s, 0, addr);
1030 tcg_out_b (s, 0, (tcg_target_long) tb_ret_addr);
1049 tcg_out_b (s, 0, l->u.value);
1065 tcg_out_b (s, 0, args[0]);

Completed in 21 milliseconds