Searched defs:all_helpers (Results 1 - 1 of 1) sorted by path

/external/qemu/tcg/
H A Dtcg.c267 static const TCGHelperInfo all_helpers[] = { variable
324 for (i = 0; i < ARRAY_SIZE(all_helpers); ++i) {
325 g_hash_table_insert(helper_table, (gpointer)all_helpers[i].func,
326 (gpointer)all_helpers[i].name);

Completed in 254 milliseconds