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

  /external/qemu/
translate-all.c 640 tcg_ctx.code_gen_ptr = tcg_ctx.code_gen_buffer;
661 (tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer) >=
678 tcg_ctx.code_gen_ptr = tb->tc_ptr;
732 (unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer),
734 ((unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer)) /
737 if ((unsigned long)(tcg_ctx.code_gen_ptr - tcg_ctx.code_gen_buffer)
752 tcg_ctx.code_gen_ptr = tcg_ctx.code_gen_buffer;
1001 tc_ptr = tcg_ctx.code_gen_ptr;
1007 tcg_ctx.code_gen_ptr = (void *)(((uintptr_t)tcg_ctx.code_gen_ptr
    [all...]
  /external/qemu/include/exec/
exec-all.h 233 extern uint8_t *code_gen_ptr;
  /external/qemu/tcg/
tcg.h 524 uint8_t *code_gen_ptr; member in struct:TCGContext

Completed in 762 milliseconds