Home
last modified time | relevance | path

Searched refs:MAX_CALL_IARGS (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/include/tcg/
H A Dhelper-info.h17 #define MAX_CALL_IARGS 7 macro
64 TCGCallArgumentLoc in[MAX_CALL_IARGS * (128 / TCG_TARGET_REG_BITS)];
/openbmc/qemu/include/exec/
H A Dhelper-head.h.inc133 /* MAX_CALL_IARGS must be set to n if last entry is DEF_HELPER_FLAGS_n. */
/openbmc/qemu/tcg/
H A Dtci.c392 void *call_slots[MAX_CALL_IARGS]; in tcg_qemu_tb_exec()
H A Dtcg.c991 assert(nargs <= MAX_CALL_IARGS); in init_ffi_layout()
2244 TCGv_i64 extend_free[MAX_CALL_IARGS]; in tcg_gen_callN()