Searched refs:TCGCallReturnKind (Results 1 – 12 of 12) sorted by relevance
/openbmc/qemu/include/tcg/ |
H A D | helper-info.h | 26 } TCGCallReturnKind; typedef 61 TCGCallReturnKind out_kind : 8;
|
/openbmc/qemu/tcg/tci/ |
H A D | tcg-target.c.inc | 204 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/sparc64/ |
H A D | tcg-target.c.inc | 125 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/loongarch64/ |
H A D | tcg-target.c.inc | 159 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 135 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/arm/ |
H A D | tcg-target.c.inc | 83 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 102 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/aarch64/ |
H A D | tcg-target.c.inc | 68 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/s390x/ |
H A D | tcg-target.c.inc | 395 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/ |
H A D | tcg.c | 175 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot);
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 191 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|
/openbmc/qemu/tcg/i386/ |
H A D | tcg-target.c.inc | 114 static TCGReg tcg_target_call_oarg_reg(TCGCallReturnKind kind, int slot)
|