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

  /external/qemu/tcg/
tcg.h 502 #define tcg_qemu_tb_exec(tb_ptr) \ macro
505 #define tcg_qemu_tb_exec(tb_ptr) ((long REGPARM (*)(void *))code_gen_prologue)(tb_ptr) macro
  /external/qemu/
cpu-exec.c 115 next_tb = tcg_qemu_tb_exec(tb->tc_ptr);
642 next_tb = tcg_qemu_tb_exec(tc_ptr);
    [all...]

Completed in 245 milliseconds