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

/external/qemu/tcg/arm/
H A Dtcg-target.c347 static inline void tcg_out_b(TCGContext *s, int cond, int32_t offset) function
856 tcg_out_b(s, cond, val);
/external/qemu/tcg/ppc/
H A Dtcg-target.c468 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) function
499 tcg_out_b (s, LK, arg);
1300 tcg_out_b (s, 0, (tcg_target_long) tb_ret_addr);
1319 tcg_out_b (s, 0, l->u.value);
1335 tcg_out_b (s, 0, args[0]);
/external/qemu/tcg/ppc64/
H A Dtcg-target.c488 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) function
506 tcg_out_b (s, LK, arg);
1195 tcg_out_b (&s, 0, addr);
1208 tcg_out_b (s, 0, (tcg_target_long) tb_ret_addr);
1227 tcg_out_b (s, 0, l->u.value);
1243 tcg_out_b (s, 0, args[0]);

Completed in 112 milliseconds