Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386-intel.c621 if ((current_templates->start->name[0] == 'l' in i386_intel_operand()
622 && current_templates->start->name[2] == 's' in i386_intel_operand()
623 && current_templates->start->name[3] == 0) in i386_intel_operand()
634 if ((current_templates->start->name[0] == 'l' in i386_intel_operand()
635 && current_templates->start->name[2] == 's' in i386_intel_operand()
636 && current_templates->start->name[3] == 0) in i386_intel_operand()
651 if (current_templates->start->name[0] == 'l' in i386_intel_operand()
652 && current_templates->start->name[2] == 's' in i386_intel_operand()
653 && current_templates->start->name[3] == 0) in i386_intel_operand()
724 if (current_templates->start->opcode_modifier.jump in i386_intel_operand()
[all …]
H A Dtc-i386.c3868 && current_templates in parse_insn()
3914 if (!current_templates) in parse_insn()
3936 if (!current_templates) in parse_insn()
3978 if (!current_templates) in parse_insn()
4020 for (t = current_templates->start; t < current_templates->end; ++t) in parse_insn()
4357 t < current_templates->end; in optimize_imm()
4785 for (t = current_templates->start; t < current_templates->end; t++) in match_template()
5083 if (t == current_templates->end) in match_template()
8722 for (t = current_templates->start; t < current_templates->end; ++t) in maybe_adjust_templates()
8726 if (t < current_templates->end) in maybe_adjust_templates()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386-intel.c652 if ((current_templates->start->name[0] == 'l' in i386_intel_operand()
653 && current_templates->start->name[2] == 's' in i386_intel_operand()
654 && current_templates->start->name[3] == 0) in i386_intel_operand()
659 || current_templates->start->opcode_modifier.jump in i386_intel_operand()
671 if (current_templates->start->name[0] == 'l' in i386_intel_operand()
672 && current_templates->start->name[2] == 's' in i386_intel_operand()
673 && current_templates->start->name[3] == 0) in i386_intel_operand()
720 if (current_templates->start->opcode_modifier.jump != JUMP in i386_intel_operand()
745 if (current_templates->start->opcode_modifier.jump == JUMP in i386_intel_operand()
853 >= 2 - !current_templates->start->opcode_modifier.isstring) in i386_intel_operand()
[all …]
H A Dtc-i386.c4680 && current_templates in parse_insn()
4778 if (!current_templates) in parse_insn()
4801 if (!current_templates) in parse_insn()
4848 if (!current_templates) in parse_insn()
4890 for (t = current_templates->start; t < current_templates->end; ++t) in parse_insn()
5236 t < current_templates->end; in optimize_imm()
5790 for (t = current_templates->start; t < current_templates->end; t++) in match_template()
6135 if (t == current_templates->end) in match_template()
10447 for (t = current_templates->start; t < current_templates->end; ++t) in maybe_adjust_templates()
10451 if (t < current_templates->end) in maybe_adjust_templates()
[all …]