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/
HDtc-i386-intel.c139 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC) in i386_operator()
142 char *gotfree_input_line = lex_got (&i.reloc[this_operand], in i386_operator()
224 if ((this_operand >= 0 in i386_intel_check()
225 && rreg != i.op[this_operand].regs) in i386_intel_check()
262 if (this_operand < 0 || intel_state.in_offset) in i386_intel_simplify_register()
275 if (i.op[this_operand].regs) in i386_intel_simplify_register()
286 i.op[this_operand].regs = i386_regtab + reg_num; in i386_intel_simplify_register()
333 const reg_entry *the_reg = (this_operand >= 0 in i386_intel_simplify()
334 ? i.op[this_operand].regs : NULL); in i386_intel_simplify()
419 if (this_operand >= 0 && intel_state.in_bracket) in i386_intel_simplify()
[all …]
HDtc-i386.c497 static int this_operand = -1; variable
3561 this_operand = -1; in md_assemble()
4122 this_operand = i.operands++; in parse_operands()
4123 i.types[this_operand].bitfield.unspecified = 1; in parse_operands()
7979 broadcast_op.operand = this_operand; in check_VecOperations()
7997 mask_op.operand = this_operand; in check_VecOperations()
8009 if (i.mask->operand != this_operand) in check_VecOperations()
8025 mask_op.operand = this_operand; in check_VecOperations()
8041 if (i.mask->operand != this_operand) in check_VecOperations()
8090 i.op[this_operand].imms = exp; in i386_immediate()
[all …]
/dragonfly/contrib/binutils-2.34/gas/config/
HDtc-i386-intel.c142 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC) in i386_operator()
145 char *gotfree_input_line = lex_got (&i.reloc[this_operand], in i386_operator()
227 if ((this_operand >= 0 in i386_intel_check()
228 && rreg != i.op[this_operand].regs) in i386_intel_check()
265 if (this_operand < 0 || intel_state.in_offset) in i386_intel_simplify_register()
284 if (i.op[this_operand].regs) in i386_intel_simplify_register()
295 i.op[this_operand].regs = i386_regtab + reg_num; in i386_intel_simplify_register()
343 const reg_entry *the_reg = (this_operand >= 0 in i386_intel_simplify()
344 ? i.op[this_operand].regs : NULL); in i386_intel_simplify()
440 if (this_operand >= 0 && intel_state.in_bracket) in i386_intel_simplify()
[all …]
HDtc-i386.c555 static int this_operand = -1; variable
4314 this_operand = -1; in md_assemble()
4984 this_operand = i.operands++; in parse_operands()
4991 i.types[this_operand].bitfield.unspecified = 1; in parse_operands()
9658 broadcast_op.operand = this_operand; in check_VecOperations()
9677 mask_op.operand = this_operand; in check_VecOperations()
9689 if (i.mask->operand != this_operand) in check_VecOperations()
9705 mask_op.operand = this_operand; in check_VecOperations()
9721 if (i.mask->operand != this_operand) in check_VecOperations()
9782 i.op[this_operand].imms = exp; in i386_immediate()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
HDgenrecog.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()