Home
last modified time | relevance | path

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

/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)];
/qemu/include/exec/
H A Dhelper-head.h.inc147 /* MAX_CALL_IARGS must be set to n if last entry is DEF_HELPER_FLAGS_n. */
/qemu/tcg/
H A Dtci.c366 void *call_slots[MAX_CALL_IARGS]; in tcg_qemu_tb_exec()
H A Dtcg.c1493 assert(nargs <= MAX_CALL_IARGS); in init_ffi_layout()
2620 TCGv_i64 extend_free[MAX_CALL_IARGS]; in tcg_gen_callN()