Lines Matching defs:TCGHelperInfo
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;64 TCGCallArgumentLoc in[MAX_CALL_IARGS * (128 / TCG_TARGET_REG_BITS)];