Searched refs:opindex (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dalpha-dis.c65 const unsigned char *opindex; local
133 for (opindex = opcode->operands; *opindex != 0; opindex++)
135 const struct alpha_operand *operand = alpha_operands + *opindex;
159 for (opindex = opcode->operands; *opindex != 0; opindex++)
161 const struct alpha_operand *operand = alpha_operands + *opindex;
H A Dppc-dis.c163 skip_optional_operands (const unsigned char *opindex, argument
168 for (; *opindex != 0; opindex++)
170 operand = &powerpc_operands[*opindex];
220 const unsigned char *opindex; local
241 for (opindex = opcode->operands; *opindex != 0; opindex++)
243 operand = powerpc_operands + *opindex;
260 for (opindex
[all...]
H A Dmep-asm.c209 int opindex,
212 return parse_lo16 (cd, strp, opindex, valuep, 1);
218 int opindex,
229 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_LOW16,
247 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_HI16S,
262 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_HI16U,
277 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_GPREL,
289 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_TPREL,
301 return cgen_parse_signed_integer (cd, strp, opindex, valuep);
307 int opindex,
206 parse_signed16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
215 parse_lo16(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep, long signedp) argument
304 parse_unsigned16(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
315 parse_zero(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
417 parse_unsigned7(CGEN_CPU_DESC cd, const char **strp, enum cgen_operand_type opindex, unsigned long *valuep) argument
674 mep_cgen_expand_macros_and_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp_in, CGEN_FIELDS * fields) argument
731 mep_cgen_parse_operand(CGEN_CPU_DESC cd, int opindex, const char ** strp, CGEN_FIELDS * fields) argument
[all...]
H A Dcgen-asm.c260 int opindex,
268 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
284 int opindex,
292 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE,
305 int opindex,
315 (cd, CGEN_PARSE_OPERAND_ADDRESS, strp, opindex, opinfo,
257 cgen_parse_signed_integer(CGEN_CPU_DESC cd, const char **strp, int opindex, long *valuep) argument
281 cgen_parse_unsigned_integer(CGEN_CPU_DESC cd, const char **strp, int opindex, unsigned long *valuep) argument
302 cgen_parse_address(CGEN_CPU_DESC cd, const char **strp, int opindex, int opinfo, enum cgen_parse_operand_result *resultp, bfd_vma *valuep) argument
H A Ds390-dis.c156 const unsigned char *opindex; local
177 for (opindex = opcode->operands; *opindex != 0; opindex++)
181 operand = s390_operands + *opindex;
H A Dmep-ibld.c561 int opindex,
569 switch (opindex)
1028 opindex);
1055 int opindex,
1065 switch (opindex)
1448 opindex);
1475 int opindex,
1480 switch (opindex)
1741 opindex);
1750 int opindex,
557 mep_cgen_insert_operand(CGEN_CPU_DESC cd, int opindex, CGEN_FIELDS * fields, CGEN_INSN_BYTES_PTR buffer, bfd_vma pc ATTRIBUTE_UNUSED) argument
1051 mep_cgen_extract_operand(CGEN_CPU_DESC cd, int opindex, CGEN_EXTRACT_INFO *ex_info, CGEN_INSN_INT insn_value, CGEN_FIELDS * fields, bfd_vma pc) argument
1471 mep_cgen_get_int_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, const CGEN_FIELDS * fields) argument
1746 mep_cgen_get_vma_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, const CGEN_FIELDS * fields) argument
2029 mep_cgen_set_int_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, int value) argument
2278 mep_cgen_set_vma_operand(CGEN_CPU_DESC cd ATTRIBUTE_UNUSED, int opindex, CGEN_FIELDS * fields, bfd_vma value) argument
[all...]
H A Dmep-dis.c508 int opindex,
517 switch (opindex)
778 opindex);
506 mep_cgen_print_operand(CGEN_CPU_DESC cd, int opindex, void * xinfo, CGEN_FIELDS *fields, void const *attrs ATTRIBUTE_UNUSED, bfd_vma pc, int length) argument
/freebsd-10.0-release/contrib/binutils/gas/
H A Dcgen.c84 int opindex; member in struct:fixup
106 queue_fixup (opindex, opinfo, expP)
107 int opindex;
115 fixups[num_fixups].opindex = opindex;
348 gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP)
357 int opindex;
442 operand = cgen_operand_lookup_by_num (cd, opindex);
501 queue_fixup_recursively (opindex, opinfo_1, & exp,
511 queue_fixup (opindex, opinfo_
702 queue_fixup_recursively(const int opindex, const int opinfo, expressionS * expP, const CGEN_MAYBE_MULTI_IFLD * field, const int signed_p, const int part_of_multi) argument
888 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
[all...]
H A Dfrags.h90 int opindex; member in struct:frag::__anon368
H A Dfrags.c226 frag_now->fr_cgen.opindex = 0;
258 frag_now->fr_cgen.opindex = 0;
/freebsd-10.0-release/contrib/gcc/
H A Dtree-ssa-reassoc.c839 rewrite_expr_tree (tree stmt, unsigned int opindex, argument
859 if (opindex + 3 == VEC_length (operand_entry_t, ops))
863 oe1 = VEC_index (operand_entry_t, ops, opindex);
864 oe2 = VEC_index (operand_entry_t, ops, opindex + 1);
865 oe3 = VEC_index (operand_entry_t, ops, opindex + 2);
886 if (opindex + 2 == VEC_length (operand_entry_t, ops))
890 oe1 = VEC_index (operand_entry_t, ops, opindex);
891 oe2 = VEC_index (operand_entry_t, ops, opindex + 1);
918 gcc_assert (opindex + 2 < VEC_length (operand_entry_t, ops));
921 oe = VEC_index (operand_entry_t, ops, opindex);
[all...]
/freebsd-10.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c320 int opindex;
1298 int opindex;
1303 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
1305 operand = &arc_operands[opindex];
1566 fixups[fix_up_at].opindex = arc_operand_map[operand->fmt];
1755 fixups[fc].opindex = arc_operand_map[(int) *syn];
1899 if (arc_operands[fixups[i].opindex].flags & ARC_OPERAND_LIMM)
1903 op_type = fixups[i].opindex;
1920 op_type = get_arc_exp_reloc_type (0, fixups[i].opindex,
318 int opindex; member in struct:arc_fixup
1291 int opindex; local
H A Dtc-s390.c1157 int opindex; member in struct:s390_fixup
1233 fixups[fc].opindex = *opindex_ptr;
1333 fixups[fc].opindex = *opindex_ptr;
1462 fixups[fc].opindex = -1;
1492 if (fixups[i].opindex < 0)
1500 operand = s390_operands + fixups[i].opindex;
1533 (fixups[i].opindex + (int) BFD_RELOC_UNUSED)));
2023 int opindex; local
2025 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
2026 operand = &s390_operands[opindex];
[all...]
H A Dtc-mep.c411 const char **strP, int opindex, int opinfo,
424 return gas_cgen_parse_operand (cd, want, strP, opindex, opinfo,
1745 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
1747 = cgen_operand_lookup_by_num(gas_cgen_cpu_desc, opindex);
408 mep_parse_operand(CGEN_CPU_DESC cd, enum cgen_parse_operand_type want, const char **strP, int opindex, int opinfo, enum cgen_parse_operand_result *resultP, bfd_vma *valueP) argument
1740 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; local
H A Dtc-ppc.c2159 int opindex;
2417 fixups[fc].opindex = *opindex_ptr;
2632 fixups[fc].opindex = 0;
2644 fixups[fc].opindex = *opindex_ptr;
2729 operand = &powerpc_operands[fixups[i].opindex];
2782 (fixups[i].opindex + (int) BFD_RELOC_UNUSED)));
5609 int opindex;
5614 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED;
5616 operand = &powerpc_operands[opindex];
2148 int opindex; member in struct:ppc_fixup
5590 int opindex; local
/freebsd-10.0-release/sys/cddl/dev/dtrace/amd64/
H A Ddis_tables.c2111 dtrace_imm_opnd(dis86_t *x, int wbit, int size, int opindex) argument
2117 if (x->d86_numopnds < opindex + 1)
2118 x->d86_numopnds = opindex + 1;
2150 x->d86_opnd[opindex].d86_value = 0;
2158 x->d86_opnd[opindex].d86_value |= (uint64_t)byte << (i * 8);
2163 x->d86_opnd[opindex].d86_value |=
2167 x->d86_opnd[opindex].d86_mode = MODE_SIGNED;
2168 x->d86_opnd[opindex].d86_value_size = valsize;
2177 dtrace_disp_opnd(dis86_t *x, int wbit, int size, int opindex) argument
2179 dtrace_imm_opnd(x, wbit, size, opindex);
2192 dtrace_check_override(dis86_t *x, int opindex) argument
2216 dtrace_get_operand(dis86_t *x, uint_t mode, uint_t r_m, int wbit, int opindex) argument
[all...]
/freebsd-10.0-release/sys/cddl/dev/dtrace/i386/
H A Ddis_tables.c2111 dtrace_imm_opnd(dis86_t *x, int wbit, int size, int opindex) argument
2117 if (x->d86_numopnds < opindex + 1)
2118 x->d86_numopnds = opindex + 1;
2150 x->d86_opnd[opindex].d86_value = 0;
2158 x->d86_opnd[opindex].d86_value |= (uint64_t)byte << (i * 8);
2163 x->d86_opnd[opindex].d86_value |=
2167 x->d86_opnd[opindex].d86_mode = MODE_SIGNED;
2168 x->d86_opnd[opindex].d86_value_size = valsize;
2177 dtrace_disp_opnd(dis86_t *x, int wbit, int size, int opindex) argument
2179 dtrace_imm_opnd(x, wbit, size, opindex);
2192 dtrace_check_override(dis86_t *x, int opindex) argument
2216 dtrace_get_operand(dis86_t *x, uint_t mode, uint_t r_m, int wbit, int opindex) argument
[all...]

Completed in 226 milliseconds