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

  /external/qemu/tcg/x86_64/
tcg-target.c 380 static void tcg_out_goto(TCGContext *s, int call, uint8_t *target) function
612 tcg_out_goto(s, 1, qemu_ld_helpers[s_bits]);
825 tcg_out_goto(s, 1, qemu_st_helpers[s_bits]);
914 tcg_out_goto(s, 0, tb_ret_addr);
933 tcg_out_goto(s, 1, (void *) args[0]);
940 tcg_out_goto(s, 0, (void *) args[0]);
    [all...]
  /external/qemu/tcg/arm/
tcg-target.c 845 static inline void tcg_out_goto(TCGContext *s, int cond, uint32_t addr) function
923 tcg_out_goto(s, cond, l->u.value);
    [all...]

Completed in 27 milliseconds