| /freebsd-11-stable/contrib/binutils/opcodes/ |
| HD | ppc-dis.c | 163 skip_optional_operands (const unsigned char *opindex, in skip_optional_operands() argument 168 for (; *opindex != 0; opindex++) in skip_optional_operands() 170 operand = &powerpc_operands[*opindex]; in skip_optional_operands() 220 const unsigned char *opindex; in print_insn_powerpc() local 241 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc() 243 operand = powerpc_operands + *opindex; in print_insn_powerpc() 260 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_powerpc() 264 operand = powerpc_operands + *opindex; in print_insn_powerpc() 277 skip_optional = skip_optional_operands (opindex, insn, in print_insn_powerpc()
|
| HD | alpha-dis.c | 65 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;
|
| HD | mep-asm.c | 208 int opindex, in parse_signed16() argument 211 return parse_lo16 (cd, strp, opindex, valuep, 1); in parse_signed16() 217 int opindex, in parse_lo16() argument 228 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_LOW16, in parse_lo16() 246 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_HI16S, in parse_lo16() 261 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_HI16U, in parse_lo16() 276 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_GPREL, in parse_lo16() 288 errmsg = cgen_parse_address (cd, strp, opindex, BFD_RELOC_MEP_TPREL, in parse_lo16() 300 return cgen_parse_signed_integer (cd, strp, opindex, valuep); in parse_lo16() 306 int opindex, in parse_unsigned16() argument [all …]
|
| HD | cgen-asm.c | 259 int opindex, in cgen_parse_signed_integer() argument 267 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE, in cgen_parse_signed_integer() 283 int opindex, in cgen_parse_unsigned_integer() argument 291 (cd, CGEN_PARSE_OPERAND_INTEGER, strp, opindex, BFD_RELOC_NONE, in cgen_parse_unsigned_integer() 304 int opindex, in cgen_parse_address() argument 314 (cd, CGEN_PARSE_OPERAND_ADDRESS, strp, opindex, opinfo, in cgen_parse_address()
|
| HD | s390-dis.c | 156 const unsigned char *opindex; in print_insn_s390() local 177 for (opindex = opcode->operands; *opindex != 0; opindex++) in print_insn_s390() 181 operand = s390_operands + *opindex; in print_insn_s390()
|
| HD | mep-ibld.c | 558 int opindex, in mep_cgen_insert_operand() argument 566 switch (opindex) in mep_cgen_insert_operand() 1025 opindex); in mep_cgen_insert_operand() 1052 int opindex, in mep_cgen_extract_operand() argument 1062 switch (opindex) in mep_cgen_extract_operand() 1445 opindex); in mep_cgen_extract_operand() 1472 int opindex, in mep_cgen_get_int_operand() argument 1477 switch (opindex) in mep_cgen_get_int_operand() 1738 opindex); in mep_cgen_get_int_operand() 1747 int opindex, in mep_cgen_get_vma_operand() argument [all …]
|
| HD | mep-dis.c | 507 int opindex, in mep_cgen_print_operand() argument 516 switch (opindex) in mep_cgen_print_operand() 777 opindex); in mep_cgen_print_operand()
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | invoke.texi | 908 @opindex x 933 @opindex pass-exit-codes 950 @opindex c 962 @opindex S 973 @opindex E 982 @opindex o 995 @opindex v 1001 @opindex ### 1007 @opindex pipe 1014 @opindex combine [all …]
|
| HD | cppopts.texi | 15 @opindex D 40 @opindex U 45 @opindex undef 53 @opindex I 70 @opindex o 77 @opindex Wall 87 @opindex Wcomment 88 @opindex Wcomments 94 @opindex Wtrigraphs 108 @opindex Wtraditional [all …]
|
| HD | standards.texi | 48 @opindex std 49 @opindex ansi 50 @opindex pedantic 51 @opindex pedantic-errors 124 @opindex ffreestanding
|
| HD | trouble.texi | 231 @opindex fdollars-in-identifiers 240 @opindex fcall-saved 256 @opindex traditional 335 @opindex W 473 @opindex fpcc-struct-return 539 @opindex Wall 644 @opindex ffloat-store 988 @opindex Wconversion 1085 @opindex fshort-enums 1102 @opindex fsigned-bitfields [all …]
|
| HD | implement-c.texi | 142 @opindex fsigned-char 143 @opindex funsigned-char 444 @opindex funsigned-bitfields 478 @opindex fshort-enums
|
| HD | extend.texi | 12 @opindex pedantic 1226 @opindex Wpointer-arith 1709 @opindex mrtd 1902 @opindex Wformat 1939 @opindex ffreestanding 1940 @opindex fno-builtin 1962 @opindex Wformat-nonliteral 2152 @opindex finstrument-functions 3110 @opindex fcommon 3111 @opindex fno-common [all …]
|
| HD | libgcc.texi | 225 @opindex msoft-float
|
| /freebsd-11-stable/contrib/binutils/gas/ |
| HD | cgen.c | 84 int opindex; member 106 queue_fixup (opindex, opinfo, expP) in queue_fixup() argument 107 int opindex; in queue_fixup() 115 fixups[num_fixups].opindex = opindex; 348 gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, resultP, valueP) in gas_cgen_parse_operand() argument 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_1, &exp); 581 if (CGEN_OPERAND_ATTR_VALUE (cgen_operand_lookup_by_num (gas_cgen_cpu_desc, fixups[i].opindex), [all …]
|
| HD | frags.c | 220 frag_now->fr_cgen.opindex = 0; in frag_var() 251 frag_now->fr_cgen.opindex = 0; in frag_variant()
|
| HD | frags.h | 90 int opindex; member
|
| /freebsd-11-stable/contrib/gcc/ |
| HD | tree-ssa-reassoc.c | 839 rewrite_expr_tree (tree stmt, unsigned int opindex, in rewrite_expr_tree() argument 859 if (opindex + 3 == VEC_length (operand_entry_t, ops)) in rewrite_expr_tree() 863 oe1 = VEC_index (operand_entry_t, ops, opindex); in rewrite_expr_tree() 864 oe2 = VEC_index (operand_entry_t, ops, opindex + 1); in rewrite_expr_tree() 865 oe3 = VEC_index (operand_entry_t, ops, opindex + 2); in rewrite_expr_tree() 886 if (opindex + 2 == VEC_length (operand_entry_t, ops)) in rewrite_expr_tree() 890 oe1 = VEC_index (operand_entry_t, ops, opindex); in rewrite_expr_tree() 891 oe2 = VEC_index (operand_entry_t, ops, opindex + 1); in rewrite_expr_tree() 918 gcc_assert (opindex + 2 < VEC_length (operand_entry_t, ops)); in rewrite_expr_tree() 921 oe = VEC_index (operand_entry_t, ops, opindex); in rewrite_expr_tree() [all …]
|
| /freebsd-11-stable/contrib/binutils/gas/config/ |
| HD | tc-arc.c | 318 int opindex; member 1291 int opindex; in md_apply_fix() local 1296 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; in md_apply_fix() 1298 operand = &arc_operands[opindex]; in md_apply_fix() 1559 fixups[fix_up_at].opindex = arc_operand_map[operand->fmt]; in md_assemble() 1748 fixups[fc].opindex = arc_operand_map[(int) *syn]; in md_assemble() 1892 if (arc_operands[fixups[i].opindex].flags & ARC_OPERAND_LIMM) in md_assemble() 1896 op_type = fixups[i].opindex; in md_assemble() 1913 op_type = get_arc_exp_reloc_type (0, fixups[i].opindex, in md_assemble()
|
| HD | tc-s390.c | 1157 int opindex; member 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];
|
| HD | tc-mep.c | 409 const char **strP, int opindex, int opinfo, in mep_parse_operand() argument 422 return gas_cgen_parse_operand (cd, want, strP, opindex, opinfo, in mep_parse_operand() 1740 int opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; in mep_fix_adjustable() local 1742 = cgen_operand_lookup_by_num(gas_cgen_cpu_desc, opindex); in mep_fix_adjustable()
|
| HD | tc-ppc.c | 2148 int opindex; member 2406 fixups[fc].opindex = *opindex_ptr; in md_assemble() 2548 fixups[fc].opindex = *opindex_ptr; in md_assemble() 2669 fixups[fc].opindex = *opindex_ptr; in md_assemble() 2680 fixups[fc].opindex = *opindex_ptr; in md_assemble() 2766 operand = &powerpc_operands[fixups[i].opindex]; in md_assemble() 2819 (fixups[i].opindex + (int) BFD_RELOC_UNUSED))); in md_assemble() 5638 int opindex; in md_apply_fix() local 5643 opindex = (int) fixP->fx_r_type - (int) BFD_RELOC_UNUSED; in md_apply_fix() 5645 operand = &powerpc_operands[opindex]; in md_apply_fix()
|
| /freebsd-11-stable/sys/cddl/dev/dtrace/x86/ |
| HD | dis_tables.c | 2507 dtrace_imm_opnd(dis86_t *x, int wbit, int size, int opindex) in dtrace_imm_opnd() argument 2513 if (x->d86_numopnds < opindex + 1) in dtrace_imm_opnd() 2514 x->d86_numopnds = opindex + 1; in dtrace_imm_opnd() 2546 x->d86_opnd[opindex].d86_value = 0; in dtrace_imm_opnd() 2554 x->d86_opnd[opindex].d86_value |= (uint64_t)byte << (i * 8); in dtrace_imm_opnd() 2559 x->d86_opnd[opindex].d86_value |= in dtrace_imm_opnd() 2563 x->d86_opnd[opindex].d86_mode = MODE_SIGNED; in dtrace_imm_opnd() 2564 x->d86_opnd[opindex].d86_value_size = valsize; in dtrace_imm_opnd() 2573 dtrace_disp_opnd(dis86_t *x, int wbit, int size, int opindex) in dtrace_disp_opnd() argument 2575 dtrace_imm_opnd(x, wbit, size, opindex); in dtrace_disp_opnd() [all …]
|
| /freebsd-11-stable/contrib/binutils/opcodes/po/ |
| HD | opcodes.pot | 592 #. Something is very wrong. opindex has to be one of the above. 594 msgid "parse_addr16: invalid opindex."
|
| /freebsd-11-stable/contrib/groff/doc/ |
| HD | groff.texinfo | 59 @c opindex: operators 5029 @opindex + 5030 @opindex - 5031 @opindex / 5032 @opindex * 5033 @opindex % 5044 @opindex < 5045 @opindex > 5046 @opindex >= 5047 @opindex <= [all …]
|