Searched refs:current_templates (Results 1 – 5 of 5) sorted by relevance
273 static const templates *current_templates; variable1675 current_templates = hash_find (op_hash, mnemonic);1679 && current_templates1680 && (current_templates->start->opcode_modifier & IsPrefix))1682 if (current_templates->start->cpu_flags1688 current_templates->start->name);1693 if ((current_templates->start->opcode_modifier & (Size16 | Size32))1695 && (((current_templates->start->opcode_modifier & Size32) != 0)1699 current_templates->start->name);1703 switch (add_prefix (current_templates->start->base_opcode))[all …]
644 static MAXQ20_OPCODES *current_templates; variable867 current_templates = (MAXQ20_OPCODES *) hash_find (op_hash, temp); in parse_insn()869 if (current_templates != NULL) in parse_insn()2017 for (t = current_templates->start; t < current_templates->end; t++) in match_template()2043 if (t == current_templates->end) in match_template()2047 inv_oper, current_templates->start->name); in match_template()
262 static const templates *current_templates; variable1531 current_templates = hash_find (op_hash, mnemonic);1535 && current_templates1536 && (current_templates->start->opcode_modifier & IsPrefix))1540 if ((current_templates->start->opcode_modifier & (Size16 | Size32))1542 && (((current_templates->start->opcode_modifier & Size32) != 0)1546 current_templates->start->name);1550 switch (add_prefix (current_templates->start->base_opcode))1555 expecting_string_instruction = current_templates->start->name;1565 if (!current_templates)[all …]
3416 * config/tc-i386.c (current_templates): Add const.4074 * config/tc-i386.c (current_templates): New static variable.4075 (md_assemble): Remove current_templates local variable.