Searched refs:tcg_out_b (Results 1 – 3 of 3) sorted by relevance
/external/qemu/tcg/ppc64/ |
D | tcg-target.c | 488 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) in tcg_out_b() function 506 tcg_out_b (s, LK, arg); in tcg_out_call() 1195 tcg_out_b (&s, 0, addr); in ppc_tb_set_jmp_target() 1208 tcg_out_b (s, 0, (tcg_target_long) tb_ret_addr); in tcg_out_op() 1227 tcg_out_b (s, 0, l->u.value); in tcg_out_op() 1243 tcg_out_b (s, 0, args[0]); in tcg_out_op()
|
/external/qemu/tcg/ppc/ |
D | tcg-target.c | 468 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) in tcg_out_b() function 499 tcg_out_b (s, LK, arg); in tcg_out_call() 1300 tcg_out_b (s, 0, (tcg_target_long) tb_ret_addr); in tcg_out_op() 1319 tcg_out_b (s, 0, l->u.value); in tcg_out_op() 1335 tcg_out_b (s, 0, args[0]); in tcg_out_op()
|
/external/qemu/tcg/arm/ |
D | tcg-target.c | 347 static inline void tcg_out_b(TCGContext *s, int cond, int32_t offset) in tcg_out_b() function 856 tcg_out_b(s, cond, val); in tcg_out_goto()
|