Home
last modified time | relevance | path

Searched refs:current_templates (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-i386.c273 static const templates *current_templates; variable
1675 current_templates = hash_find (op_hash, mnemonic);
1679 && current_templates
1680 && (current_templates->start->opcode_modifier & IsPrefix))
1682 if (current_templates->start->cpu_flags
1688 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 …]
H A Dtc-maxq.c644 static MAXQ20_OPCODES *current_templates; variable
867 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()
/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-i386.c262 static const templates *current_templates; variable
1531 current_templates = hash_find (op_hash, mnemonic);
1535 && current_templates
1536 && (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 …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-98993416 * 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.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-98993416 * 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.