Home
last modified time | relevance | path

Searched refs:translate_code (Results 1 – 23 of 23) sorted by relevance

/openbmc/qemu/include/accel/tcg/
H A Dcpu-ops.h62 void (*translate_code)(CPUState *cpu, TranslationBlock *tb, member
/openbmc/qemu/target/tricore/
H A Dcpu.c187 .translate_code = tricore_translate_code,
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c168 .translate_code = x86_translate_code,
/openbmc/qemu/target/rx/
H A Dcpu.c221 .translate_code = rx_translate_code,
/openbmc/qemu/target/alpha/
H A Dcpu.c253 .translate_code = alpha_translate_code,
/openbmc/qemu/target/openrisc/
H A Dcpu.c259 .translate_code = openrisc_translate_code,
/openbmc/qemu/target/hppa/
H A Dcpu.c264 .translate_code = hppa_translate_code,
/openbmc/qemu/target/sh4/
H A Dcpu.c291 .translate_code = sh4_translate_code,
/openbmc/qemu/target/s390x/
H A Dcpu.c368 .translate_code = s390x_translate_code,
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c246 .translate_code = arm_translate_code,
/openbmc/qemu/target/xtensa/
H A Dcpu.c313 .translate_code = xtensa_translate_code,
/openbmc/qemu/target/hexagon/
H A Dcpu.c346 .translate_code = hexagon_translate_code,
/openbmc/qemu/target/avr/
H A Dcpu.c243 .translate_code = avr_cpu_translate_code,
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c251 cs->cc->tcg_ops->translate_code(cs, tb, max_insns, pc, host_pc); in setjmp_gen_code()
333 * TODO: We don't need to re-do tcg_ops->translate_code, nor in tb_gen_code()
H A Dcpu-exec.c1063 assert(tcg_ops->translate_code); in tcg_exec_unrealizefn()
/openbmc/qemu/target/microblaze/
H A Dcpu.c442 .translate_code = mb_translate_code,
/openbmc/qemu/target/m68k/
H A Dcpu.c615 .translate_code = m68k_translate_code,
/openbmc/qemu/target/mips/
H A Dcpu.c576 .translate_code = mips_translate_code,
/openbmc/qemu/target/sparc/
H A Dcpu.c1043 .translate_code = sparc_translate_code,
/openbmc/qemu/target/loongarch/
H A Dcpu.c
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c271 .translate_code = riscv_translate_code,
/openbmc/qemu/target/arm/
H A Dcpu.c2345 .translate_code = arm_translate_code, in arm_cpu_realizefn()
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7494 .translate_code = ppc_translate_code,