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

  /external/qemu/tcg/ppc64/
tcg-target.c 488 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]);
    [all...]
  /external/qemu/tcg/ppc/
tcg-target.c 468 static void tcg_out_b (TCGContext *s, int mask, tcg_target_long target) function
499 tcg_out_b (s, LK, arg);
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 347 static inline void tcg_out_b(TCGContext *s, int cond, int32_t offset) function
856 tcg_out_b(s, cond, val);
    [all...]

Completed in 1089 milliseconds