HomeSort by relevance Sort by last modified time
    Searched defs:opindex (Results 1 - 21 of 21) sorted by null

  /toolchain/binutils/binutils-2.25/opcodes/
i370-dis.c 60 const unsigned char *opindex; local
94 for (opindex = opcode->operands; *opindex != 0; opindex++)
96 operand = i370_operands + *opindex;
109 for (opindex = opcode->operands; *opindex != 0; opindex++)
113 operand = i370_operands + *opindex;
alpha-dis.c 64 const unsigned char *opindex; local
132 for (opindex = opcode->operands; *opindex != 0; opindex++)
134 const struct alpha_operand *operand = alpha_operands + *opindex;
158 for (opindex = opcode->operands; *opindex != 0; opindex++)
160 const struct alpha_operand *operand = alpha_operands + *opindex;
s390-dis.c 158 const unsigned char *opindex; local
166 for (opindex = opcode->operands; *opindex != 0; opindex++)
168 const struct s390_operand *operand = s390_operands + *opindex;
tic80-dis.c 199 const unsigned char *opindex;
204 for (opindex = opcode->operands; *opindex != 0; opindex++)
206 operand = tic80_operands + *opindex;
233 if (opindex != opcode->operands)
195 const unsigned char *opindex; local
ppc-dis.c 441 skip_optional_operands (const unsigned char *opindex,
446 for (; *opindex != 0; opindex++)
448 operand = &powerpc_operands[*opindex];
477 const unsigned char *opindex; local
489 for (opindex = opcode->operands; *opindex != 0; opindex++)
491 operand = powerpc_operands + *opindex;
531 const unsigned char *opindex; local
615 const unsigned char *opindex; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
frags.h 93 int opindex; member in struct:frag::__anon75287
cgen.c 78 OPINDEX is the index in the operand table.
83 int opindex; member in struct:fixup
105 queue_fixup (opindex, opinfo, expP)
106 int opindex;
114 fixups[num_fixups].opindex = opindex;
342 OPINDEX is the operand's table entry index.
347 gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP)
356 int opindex;
441 operand = cgen_operand_lookup_by_num (cd, opindex);
890 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mt.c 469 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
472 operand = cgen_operand_lookup_by_num(gas_cgen_cpu_desc, opindex);
465 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
tc-xstormy16.c 489 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
490 const CGEN_OPERAND *operand = cgen_operand_lookup_by_num (cd, opindex);
501 CGEN_CPU_SET_VMA_OPERAND (cd) (cd, opindex, fields, (bfd_vma) value);
510 errmsg = CGEN_CPU_INSERT_OPERAND (cd) (cd, opindex, fields,
517 errmsg = CGEN_CPU_INSERT_OPERAND (cd) (cd, opindex, fields,
485 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
tc-epiphany.c 1051 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
1053 cgen_operand_lookup_by_num (gas_cgen_cpu_desc, opindex);
1042 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
tc-mn10200.c 83 int opindex;
1106 fixups[fc].opindex = *opindex_ptr;
1168 the opindex field of the fr_cgen structure into a char *
1174 int opindex;
1205 opindex_converter.opindex = fixups[0].opindex;
1250 operand = &mn10200_operands[fixups[i].opindex];
81 int opindex; member in struct:mn10200_fixup
1171 int opindex; member in union:__anon75214
tc-arc.c 319 int opindex;
1261 int opindex;
1266 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
1268 operand = &arc_operands[opindex];
317 int opindex; member in struct:arc_fixup
1254 int opindex; local
    [all...]
tc-iq2000.c 747 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
748 const CGEN_OPERAND *operand = cgen_operand_lookup_by_num(gas_cgen_cpu_desc, opindex);
741 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
tc-mn10300.c 105 int opindex;
1004 && fixup->opindex >= 0
1005 && (mn10300_operands[fixup->opindex].flags
1024 fixup.opindex = -1;
103 int opindex; member in struct:mn10300_fixup
1873 int opindex; member in union:__anon75215
    [all...]
tc-frv.c 1530 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
1680 int opindex; local
    [all...]
tc-i370.c 1807 int opindex; member in struct:i370_fixup
2456 int opindex; local
    [all...]
tc-m32r.c 2141 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
    [all...]
tc-mep.c 452 const char **strP, int opindex, int opinfo,
465 return gas_cgen_parse_operand (cd, want, strP, opindex, opinfo,
2056 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
    [all...]
tc-s390.c 1173 int opindex; member in struct:s390_fixup
2159 int opindex; local
    [all...]
tc-v850.c 151 int opindex;
149 int opindex; member in struct:v850_fixup
3445 int opindex; local
    [all...]
tc-ppc.c 2599 int opindex; member in struct:ppc_fixup
6530 int opindex = fixP->fx_pcrel_adjust & 0xff; local
    [all...]

Completed in 4051 milliseconds