Searched refs:opcode_table (Results 1 – 7 of 7) sorted by relevance
186 isa->opcode_table = (xtensa_opcode_internal **) in xtensa_add_isa()187 realloc (isa->opcode_table, isa->num_opcodes * in xtensa_add_isa()200 isa->opcode_table[newopc] = intopc; in xtensa_add_isa()272 if (intisa->opcode_table) in xtensa_isa_free()273 free (intisa->opcode_table); in xtensa_isa_free()342 xtensa_insnbuf template = intisa->opcode_table[opc]->template(); in xtensa_encode_insn()343 int len = intisa->opcode_table[opc]->length; in xtensa_encode_insn()363 return intisa->opcode_table[opc]->name; in xtensa_opcode_name()371 return intisa->opcode_table[opc]->length; in xtensa_insn_length()388 return intisa->opcode_table[opc]->iclass->num_operands; in xtensa_num_operands()[all …]
948 build_hash_table (opcode_table, hash_table, num_opcodes) in build_hash_table() argument949 const struct sparc_opcode **opcode_table; in build_hash_table()967 register int hash = HASH_INSN (opcode_table[i]->match);970 h->opcode = opcode_table[i];
95 xtensa_opcode_internal **opcode_table;/* Indexed by internal opcode #. */ member
395 build_hash_table (const sparc_opcode **opcode_table, in build_hash_table() argument413 int hash = HASH_INSN (opcode_table[i]->match); in build_hash_table()417 h->opcode = opcode_table[i]; in build_hash_table()
1034 } opcode_table[ATOM_OP_CNT] = { variable1203 opcode_table[op].func(&ectx, &ptr, in atom_execute_table_locked()1204 opcode_table[op].arg); in atom_execute_table_locked()
1080 } opcode_table[ATOM_OP_CNT] = { variable1255 opcode_table[op].func(&ectx, &ptr, in amdgpu_atom_execute_table_locked()1256 opcode_table[op].arg); in amdgpu_atom_execute_table_locked()
387 (xtensa_isa_internal): Replace opcode_table field with opcodes field.