Searched refs:this_operand (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-i386-intel.c152 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC)
155 char *gotfree_input_line = lex_got (&i.reloc[this_operand],
215 i.broadcast.operand = this_operand;
254 if ((this_operand >= 0
255 && rreg != i.op[this_operand].regs)
292 if (this_operand < 0 || intel_state.in_offset)
318 if (i.op[this_operand].regs)
329 i.op[this_operand].regs = i386_regtab + reg_num;
383 const reg_entry *the_reg = (this_operand >
[all...]
H A Dtc-i386.c549 static int this_operand = -1; variable
4853 this_operand = -1;
5592 this_operand = i.operands++;
5599 i.types[this_operand].bitfield.unspecified = 1;
10619 i.broadcast.operand = this_operand;
10638 i.mask.operand = this_operand;
10648 if (i.mask.operand != (unsigned int) this_operand)
10664 i.mask.operand = this_operand;
10679 if (i.mask.operand != (unsigned int) this_operand)
10743 i.op[this_operand]
11782 this_operand + 1, local
[all...]
H A Dtc-tic30.c1467 int this_operand; local
1515 this_operand = insn.operands++;
1526 insn.operand_type[this_operand] = tic30_operand (token_start);
1528 if (insn.operand_type[this_operand] == NULL)
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-i386-intel.c152 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC)
155 char *gotfree_input_line = lex_got (&i.reloc[this_operand],
215 i.broadcast.operand = this_operand;
254 if ((this_operand >= 0
255 && rreg != i.op[this_operand].regs)
292 if (this_operand < 0 || intel_state.in_offset)
318 if (i.op[this_operand].regs)
329 i.op[this_operand].regs = i386_regtab + reg_num;
383 const reg_entry *the_reg = (this_operand >
[all...]
H A Dtc-i386.c549 static int this_operand = -1; variable
4853 this_operand = -1;
5592 this_operand = i.operands++;
5599 i.types[this_operand].bitfield.unspecified = 1;
10619 i.broadcast.operand = this_operand;
10638 i.mask.operand = this_operand;
10648 if (i.mask.operand != (unsigned int) this_operand)
10664 i.mask.operand = this_operand;
10679 if (i.mask.operand != (unsigned int) this_operand)
10743 i.op[this_operand]
11782 this_operand + 1, local
[all...]
H A Dtc-tic30.c1467 int this_operand; local
1515 this_operand = insn.operands++;
1526 insn.operand_type[this_operand] = tic30_operand (token_start);
1528 if (insn.operand_type[this_operand] == NULL)
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-i386-intel.c152 if (this_operand >= 0 && i.reloc[this_operand] == NO_RELOC)
155 char *gotfree_input_line = lex_got (&i.reloc[this_operand],
237 if ((this_operand >= 0
238 && rreg != i.op[this_operand].regs)
275 if (this_operand < 0 || intel_state.in_offset)
294 if (i.op[this_operand].regs)
305 i.op[this_operand].regs = i386_regtab + reg_num;
353 const reg_entry *the_reg = (this_operand >= 0
354 ? i.op[this_operand]
[all...]
H A Dtc-i386.c563 static int this_operand = -1; variable
4700 this_operand = -1;
5394 this_operand = i.operands++;
5401 i.types[this_operand].bitfield.unspecified = 1;
10335 broadcast_op.operand = this_operand;
10357 mask_op.operand = this_operand;
10369 if (i.mask->operand != this_operand)
10385 mask_op.operand = this_operand;
10401 if (i.mask->operand != this_operand)
10462 i.op[this_operand]
11518 this_operand + 1, local
[all...]
H A Dtc-tic30.c1467 int this_operand; local
1515 this_operand = insn.operands++;
1526 insn.operand_type[this_operand] = tic30_operand (token_start);
1528 if (insn.operand_type[this_operand] == NULL)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgenrecog.c2099 int this_operand = (d->test.pos ? operand_pos[d->test.pos->id] : -1);
2100 if (this_operand >= 0)
2101 d->test.pos_operand = this_operand;
2107 operand_pos[d->test.pos->id] = this_operand;
2095 int this_operand = (d->test.pos ? operand_pos[d->test.pos->id] : -1); local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgenrecog.cc2097 int this_operand = (d->test.pos ? operand_pos[d->test.pos->id] : -1);
2098 if (this_operand >= 0)
2099 d->test.pos_operand = this_operand;
2105 operand_pos[d->test.pos->id] = this_operand;
2093 int this_operand = (d->test.pos ? operand_pos[d->test.pos->id] : -1); local

Completed in 233 milliseconds