Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gas/config/
H A Dtc-i386-intel.c139 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC) in i386_operator()
224 if ((this_operand >= 0 in i386_intel_check()
275 if (i.op[this_operand].regs) in i386_intel_simplify_register()
512 if (this_operand >= 0 in i386_intel_simplify()
728 if (i.op[this_operand].regs in i386_intel_operand()
772 i.op[this_operand].imms = expP; in i386_intel_operand()
800 if (i.op[this_operand].regs) in i386_intel_operand()
813 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_intel_operand()
840 && this_operand == 1 in i386_intel_operand()
847 this_operand = 0; in i386_intel_operand()
[all …]
H A Dtc-i386.c497 static int this_operand = -1; variable
3561 this_operand = -1; in md_assemble()
4122 this_operand = i.operands++; in parse_operands()
8090 i.op[this_operand].imms = exp; in i386_immediate()
8180 i.types[this_operand] = operand_type_and (i.types[this_operand], in i386_finalize_immediate()
8301 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_displacement()
8466 i.types[this_operand] = operand_type_and (i.types[this_operand], in i386_finalize_displacement()
8519 i.types[this_operand] in i386_index_check()
8702 i.op[this_operand].imms = exp; in RC_SAE_immediate()
8854 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_att_operand()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
H A Dtc-i386-intel.c142 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC) in i386_operator()
227 if ((this_operand >= 0 in i386_intel_check()
284 if (i.op[this_operand].regs) in i386_intel_simplify_register()
533 if (this_operand >= 0 in i386_intel_simplify()
751 if (i.op[this_operand].regs in i386_intel_operand()
795 i.op[this_operand].imms = expP; in i386_intel_operand()
826 if (i.op[this_operand].regs) in i386_intel_operand()
839 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_intel_operand()
866 && this_operand == 1 in i386_intel_operand()
873 this_operand = 0; in i386_intel_operand()
[all …]
H A Dtc-i386.c555 static int this_operand = -1; variable
4314 this_operand = -1; in md_assemble()
4984 this_operand = i.operands++; in parse_operands()
9782 i.op[this_operand].imms = exp; in i386_immediate()
9872 i.types[this_operand] = operand_type_and (i.types[this_operand], in i386_finalize_immediate()
10014 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_displacement()
10184 i.types[this_operand] = operand_type_and (i.types[this_operand], in i386_finalize_displacement()
10235 i.types[this_operand] in i386_addressing_mode()
10427 i.op[this_operand].imms = exp; in RC_SAE_immediate()
10577 i.types[this_operand] = operand_type_or (i.types[this_operand], in i386_att_operand()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgenrecog.c2084 int this_operand = (d->test.pos ? operand_pos[d->test.pos->id] : -1); in find_operand_positions() local
2085 if (this_operand >= 0) in find_operand_positions()
2086 d->test.pos_operand = this_operand; in find_operand_positions()
2092 operand_pos[d->test.pos->id] = this_operand; in find_operand_positions()