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

  /external/qemu/tcg/
tcg.c     [all...]
tcg.h 559 int tcg_gen_code(TCGContext *s, uint8_t *gen_code_buf);
560 int tcg_gen_code_search_pc(TCGContext *s, uint8_t *gen_code_buf, long offset);
  /external/qemu/
translate-all.c 140 uint8_t *gen_code_buf; local
156 gen_code_buf = tb->tc_ptr;
177 gen_code_size = tcg_gen_code(s, gen_code_buf);
    [all...]

Completed in 128 milliseconds