Home
last modified time | relevance | path

Searched refs:arg_idx (Results 1 – 3 of 3) sorted by relevance

/qemu/include/tcg/
H A Dhelper-info.h42 unsigned arg_idx : 4; member
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c62 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument
63 __attribute__((__format__(gnu_printf, format_idx, arg_idx)))
65 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument
66 __attribute__((__format__(__printf__, format_idx, arg_idx)))
69 #define G_GNUC_PRINTF(format_idx, arg_idx) argument
/qemu/tcg/
H A Dtcg.c1039 int arg_idx; /* tcg_gen_callN args[] */ member
1057 .arg_idx = cum->arg_idx, in layout_arg_1()
1073 .arg_idx = cum->arg_idx, in layout_arg_normal_n()
1105 .arg_idx = cum->arg_idx, in layout_arg_by_ref()
1174 for (typemask >>= 3; typemask; typemask >>= 3, cum.arg_idx++) { in init_call_layout()
2290 TCGTemp *ts = args[loc->arg_idx] + loc->tmp_subindex; in tcg_gen_callN()