| /src/external/gpl3/gcc.old/dist/gcc/common/config/msp430/ |
| msp430-common.cc | 37 const struct cl_decoded_option *decoded, 40 switch (decoded->opt_index) 47 if (strcasecmp (decoded->arg, "msp430") == 0) 52 else if (strcasecmp (decoded->arg, "msp430x") == 0 53 || strcasecmp (decoded->arg, "msp430xv2") == 0)
|
| /src/external/gpl3/gcc/dist/gcc/common/config/msp430/ |
| msp430-common.cc | 37 const struct cl_decoded_option *decoded, 40 switch (decoded->opt_index) 47 if (strcasecmp (decoded->arg, "msp430") == 0) 52 else if (strcasecmp (decoded->arg, "msp430x") == 0 53 || strcasecmp (decoded->arg, "msp430xv2") == 0)
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/m32r/ |
| m32r-common.cc | 34 const struct cl_decoded_option *decoded, 37 size_t code = decoded->opt_index; 38 int value = decoded->value;
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/rx/ |
| rx-common.cc | 35 const struct cl_decoded_option *decoded, 38 size_t code = decoded->opt_index; 39 int value = decoded->value;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/m32r/ |
| m32r-common.cc | 34 const struct cl_decoded_option *decoded, 37 size_t code = decoded->opt_index; 38 int value = decoded->value;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/rx/ |
| rx-common.cc | 35 const struct cl_decoded_option *decoded, 38 size_t code = decoded->opt_index; 39 int value = decoded->value;
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/alpha/ |
| alpha-common.cc | 54 const struct cl_decoded_option *decoded, 57 size_t code = decoded->opt_index; 58 const char *arg = decoded->arg; 59 int value = decoded->value;
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/ia64/ |
| ia64-common.cc | 54 const struct cl_decoded_option *decoded, 57 size_t code = decoded->opt_index; 58 const char *arg = decoded->arg; 59 int value = decoded->value;
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/m68k/ |
| m68k-common.cc | 35 const struct cl_decoded_option *decoded, 38 size_t code = decoded->opt_index; 39 const char *arg = decoded->arg; 40 int value = decoded->value;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/alpha/ |
| alpha-common.cc | 54 const struct cl_decoded_option *decoded, 57 size_t code = decoded->opt_index; 58 const char *arg = decoded->arg; 59 int value = decoded->value;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/ia64/ |
| ia64-common.cc | 54 const struct cl_decoded_option *decoded, 57 size_t code = decoded->opt_index; 58 const char *arg = decoded->arg; 59 int value = decoded->value;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/m68k/ |
| m68k-common.cc | 35 const struct cl_decoded_option *decoded, 38 size_t code = decoded->opt_index; 39 const char *arg = decoded->arg; 40 int value = decoded->value;
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/v850/ |
| v850-common.cc | 57 const struct cl_decoded_option *decoded, 60 size_t code = decoded->opt_index; 61 int value = decoded->value; 89 decoded->orig_option_with_args_text, 95 decoded->orig_option_with_args_text, 101 decoded->orig_option_with_args_text,
|
| /src/external/gpl3/gcc/dist/gcc/common/config/v850/ |
| v850-common.cc | 57 const struct cl_decoded_option *decoded, 60 size_t code = decoded->opt_index; 61 int value = decoded->value; 89 decoded->orig_option_with_args_text, 95 decoded->orig_option_with_args_text, 101 decoded->orig_option_with_args_text,
|
| /src/external/gpl3/binutils/dist/opcodes/ |
| tilepro-dis.c | 42 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 57 const struct tilepro_opcode *opcode = decoded[i].opcode; 63 && decoded[i].operand_values[0] != expected_first_operand) 67 && decoded[i].operand_values[1] != expected_second_operand) 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; 83 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 112 if (!decoded[i].opcode->can_bundle) 123 const struct tilepro_opcode *opcode = decoded[i].opcode [all...] |
| tilegx-dis.c | 35 decoded[TILEGX_MAX_INSTRUCTIONS_PER_BUNDLE]; local 55 parse_insn_tilegx (bfd_getl64 (opbuf), memaddr, decoded); 65 if (!decoded[i].opcode->can_bundle) 76 const struct tilegx_opcode *opcode = decoded[i].opcode; 105 num = decoded[i].operand_values[j]; 107 op = decoded[i].operands[j];
|
| /src/external/gpl3/binutils.old/dist/opcodes/ |
| tilepro-dis.c | 42 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 57 const struct tilepro_opcode *opcode = decoded[i].opcode; 63 && decoded[i].operand_values[0] != expected_first_operand) 67 && decoded[i].operand_values[1] != expected_second_operand) 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; 83 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 112 if (!decoded[i].opcode->can_bundle) 123 const struct tilepro_opcode *opcode = decoded[i].opcode [all...] |
| /src/external/gpl3/gdb/dist/opcodes/ |
| tilepro-dis.c | 42 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 57 const struct tilepro_opcode *opcode = decoded[i].opcode; 63 && decoded[i].operand_values[0] != expected_first_operand) 67 && decoded[i].operand_values[1] != expected_second_operand) 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; 83 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 112 if (!decoded[i].opcode->can_bundle) 123 const struct tilepro_opcode *opcode = decoded[i].opcode [all...] |
| /src/external/gpl3/gdb.old/dist/opcodes/ |
| tilepro-dis.c | 42 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 53 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 57 const struct tilepro_opcode *opcode = decoded[i].opcode; 63 && decoded[i].operand_values[0] != expected_first_operand) 67 && decoded[i].operand_values[1] != expected_second_operand) 70 *last_operand_ret = decoded[i].operand_values[opcode->num_operands - 1]; 83 decoded[TILEPRO_MAX_INSTRUCTIONS_PER_BUNDLE]; local 102 num_instructions = parse_insn_tilepro (bfd_getl64 (opbuf), memaddr, decoded); 112 if (!decoded[i].opcode->can_bundle) 123 const struct tilepro_opcode *opcode = decoded[i].opcode [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/common/config/mn10300/ |
| mn10300-common.cc | 43 const struct cl_decoded_option *decoded, 46 size_t code = decoded->opt_index; 47 int value = decoded->value;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/mn10300/ |
| mn10300-common.cc | 43 const struct cl_decoded_option *decoded, 46 size_t code = decoded->opt_index; 47 int value = decoded->value;
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/mips/ |
| mips-common.cc | 34 const struct cl_decoded_option *decoded, 37 size_t code = decoded->opt_index;
|
| /src/external/gpl3/gcc.old/dist/gcc/common/config/pa/ |
| pa-common.cc | 34 const struct cl_decoded_option *decoded, 37 size_t code = decoded->opt_index;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/mips/ |
| mips-common.cc | 34 const struct cl_decoded_option *decoded, 37 size_t code = decoded->opt_index;
|
| /src/external/gpl3/gcc/dist/gcc/common/config/pa/ |
| pa-common.cc | 34 const struct cl_decoded_option *decoded, 37 size_t code = decoded->opt_index;
|