Lines Matching refs:t
50 static GHashTable *hash_opcode_translators(const XtensaOpcodeTranslators *t) in hash_opcode_translators() argument
55 for (i = 0; i < t->num_opcodes; ++i) { in hash_opcode_translators()
56 if (t->opcode[i].op_flags & XTENSA_OP_NAME_ARRAY) { in hash_opcode_translators()
57 const char * const *name = t->opcode[i].name; in hash_opcode_translators()
62 (void *)(t->opcode + i)); in hash_opcode_translators()
66 (void *)t->opcode[i].name, in hash_opcode_translators()
67 (void *)(t->opcode + i)); in hash_opcode_translators()
74 xtensa_find_opcode_ops(const XtensaOpcodeTranslators *t, in xtensa_find_opcode_ops() argument
83 translator = g_hash_table_lookup(translators, t); in xtensa_find_opcode_ops()
85 translator = hash_opcode_translators(t); in xtensa_find_opcode_ops()
86 g_hash_table_insert(translators, (void *)t, translator); in xtensa_find_opcode_ops()