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

  /external/qemu/include/exec/
exec-all.h 85 int cpu_gen_code(CPUArchState *env, struct TranslationBlock *tb,
  /external/qemu/target-arm/
cpu.h 798 #define cpu_gen_code cpu_arm_gen_code macro
  /external/qemu/target-mips/
cpu.h 498 #define cpu_gen_code cpu_mips_gen_code macro
  /external/qemu/
translate-all.c 137 int cpu_gen_code(CPUArchState *env, TranslationBlock *tb, int *gen_code_size_ptr) function
1006 cpu_gen_code(env, tb, &code_gen_size);
    [all...]
  /external/qemu/target-i386/
cpu.h 1022 #define cpu_gen_code macro
    [all...]

Completed in 191 milliseconds