Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dload_store.c38 static u_char const type_table[32] = { variable
92 switch (type_table[type]) { in FPU_load_store()
H A Dfpu_entry.c83 static u_char const type_table[64] = { variable
476 switch (type_table[(int)instr_index]) { in math_emulate()
/openbmc/qemu/qom/
H A Dobject.c82 static GHashTable *type_table; in type_table_get() local
84 if (type_table == NULL) { in type_table_get()
85 type_table = g_hash_table_new(g_str_hash, g_str_equal); in type_table_get()
88 return type_table; in type_table_get()