Searched defs:TCGHelperInfo (Results 1 – 2 of 2) sorted by relevance
46 struct TCGHelperInfo { struct47 void *func;48 const char *name;52 ffi_cif *cif;54 uintptr_t init;57 unsigned typemask : 32;58 unsigned flags : 8;59 unsigned nr_in : 8;60 unsigned nr_out : 8;61 TCGCallReturnKind out_kind : 8;[all …]
114 typedef struct TCGHelperInfo TCGHelperInfo; typedef