Home
last modified time | relevance | path

Searched refs:TCG_TARGET_INSN_UNIT_SIZE (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dtcg.h184 #ifndef TCG_TARGET_INSN_UNIT_SIZE
186 #elif TCG_TARGET_INSN_UNIT_SIZE == 1
188 #elif TCG_TARGET_INSN_UNIT_SIZE == 2
190 #elif TCG_TARGET_INSN_UNIT_SIZE == 4
192 #elif TCG_TARGET_INSN_UNIT_SIZE == 8
/openbmc/qemu/tcg/tci/
H A Dtcg-target.h44 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/arm/
H A Dtcg-target.h33 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/sparc64/
H A Dtcg-target.h28 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.h28 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/mips/
H A Dtcg-target.h30 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.h18 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/loongarch64/
H A Dtcg-target.h34 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.h33 #define TCG_TARGET_INSN_UNIT_SIZE 4 macro
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.h28 #define TCG_TARGET_INSN_UNIT_SIZE 2 macro
/openbmc/qemu/tcg/i386/
H A Dtcg-target.h30 #define TCG_TARGET_INSN_UNIT_SIZE 1 macro
/openbmc/qemu/tcg/
H A Dtcg.c254 #if TCG_TARGET_INSN_UNIT_SIZE == 1
267 #if TCG_TARGET_INSN_UNIT_SIZE <= 2
270 if (TCG_TARGET_INSN_UNIT_SIZE == 2) { in tcg_out16()
275 s->code_ptr = p + (2 / TCG_TARGET_INSN_UNIT_SIZE); in tcg_out16()
282 if (TCG_TARGET_INSN_UNIT_SIZE == 2) { in tcg_patch16()
290 #if TCG_TARGET_INSN_UNIT_SIZE <= 4
293 if (TCG_TARGET_INSN_UNIT_SIZE == 4) { in tcg_out32()
305 if (TCG_TARGET_INSN_UNIT_SIZE == 4) { in tcg_patch32()
313 #if TCG_TARGET_INSN_UNIT_SIZE <= 8
316 if (TCG_TARGET_INSN_UNIT_SIZE == 8) { in tcg_out64()
[all …]