Searched refs:type_table (Results 1 – 3 of 3) sorted by relevance
38 static u_char const type_table[32] = { variable92 switch (type_table[type]) { in FPU_load_store()
83 static u_char const type_table[64] = { variable476 switch (type_table[(int)instr_index]) { in math_emulate()
81 static GHashTable *type_table; in type_table_get() local83 if (type_table == NULL) { in type_table_get()84 type_table = g_hash_table_new(g_str_hash, g_str_equal); in type_table_get()87 return type_table; in type_table_get()