| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ppc-dis.c | 42 ppc_cpu_t dialect; member 304 ppc_cpu_t dialect = 0; in get_powerpc_dialect() local 307 dialect = private_data (info)->dialect; in get_powerpc_dialect() 310 if (dialect & PPC_OPCODE_VLE in get_powerpc_dialect() 315 return dialect; in get_powerpc_dialect() 317 return dialect & ~ PPC_OPCODE_VLE; in get_powerpc_dialect() 359 ppc_cpu_t dialect = 0; in powerpc_init_dialect() local 370 dialect = ppc_parse_cpu (dialect, &sticky, "403"); in powerpc_init_dialect() 373 dialect = ppc_parse_cpu (dialect, &sticky, "405"); in powerpc_init_dialect() 376 dialect = ppc_parse_cpu (dialect, &sticky, "601"); in powerpc_init_dialect() [all …]
|
| D | ppc-opc.c | 46 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx() 60 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx() 69 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary() 83 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary() 92 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx() 109 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx() 122 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry() 139 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry() 157 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bab() 166 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bab() [all …]
|
| D | i386-opc.h | 802 unsigned int dialect:2; member
|
| D | ChangeLog-2008 | 437 (operand_value_powerpc): Change type of dialect param to ppc_cpu_t. 439 (print_insn_powerpc): Likewise. Remove initialization of dialect. 446 insert_sh6, insert_spr, insert_sprg, insert_tbr): Change the dialect
|
| D | ChangeLog-2012 | 39 (powerpc_init_dialect): Choose default dialect from info->mach 917 (print_insn_big_powerpc): Don't init dialect here.
|
| /netbsd/src/external/gpl3/binutils/dist/opcodes/ |
| D | ppc-dis.c | 42 ppc_cpu_t dialect; member 294 ppc_cpu_t dialect = 0; in get_powerpc_dialect() local 297 dialect = private_data (info)->dialect; in get_powerpc_dialect() 300 if (dialect & PPC_OPCODE_VLE in get_powerpc_dialect() 305 return dialect; in get_powerpc_dialect() 307 return dialect & ~ PPC_OPCODE_VLE; in get_powerpc_dialect() 349 ppc_cpu_t dialect = 0; in powerpc_init_dialect() local 360 dialect = ppc_parse_cpu (dialect, &sticky, "403"); in powerpc_init_dialect() 363 dialect = ppc_parse_cpu (dialect, &sticky, "405"); in powerpc_init_dialect() 366 dialect = ppc_parse_cpu (dialect, &sticky, "601"); in powerpc_init_dialect() [all …]
|
| D | ppc-opc.c | 46 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx() 60 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx() 69 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary() 83 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary() 92 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx() 109 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx() 122 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry() 139 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry() 157 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bab() 166 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bab() [all …]
|
| D | i386-opc.h | 798 unsigned int dialect:2; member
|
| D | ChangeLog-2008 | 437 (operand_value_powerpc): Change type of dialect param to ppc_cpu_t. 439 (print_insn_powerpc): Likewise. Remove initialization of dialect. 446 insert_sh6, insert_spr, insert_sprg, insert_tbr): Change the dialect
|
| D | ChangeLog-2012 | 39 (powerpc_init_dialect): Choose default dialect from info->mach 917 (print_insn_big_powerpc): Don't init dialect here.
|
| D | ChangeLog-2009 | 1368 * ppc-dis.c (powerpc_init_dialect): Do not choose a default dialect 1371 the original dialect and not a modified dialect due to -Many handling.
|
| /netbsd/src/external/gpl3/gdb/dist/include/opcode/ |
| D | ppc.h | 315 (uint64_t instruction, int64_t op, ppc_cpu_t dialect, const char **errmsg); 343 int64_t (*extract) (uint64_t instruction, ppc_cpu_t dialect, int *invalid); 487 ppc_cpu_t dialect, in ppc_optional_operand_value() argument 491 return (*operand->extract) (insn, dialect, &num_optional); in ppc_optional_operand_value()
|
| /netbsd/src/external/gpl3/binutils/dist/include/opcode/ |
| D | ppc.h | 315 (uint64_t instruction, int64_t op, ppc_cpu_t dialect, const char **errmsg); 343 int64_t (*extract) (uint64_t instruction, ppc_cpu_t dialect, int *invalid); 487 ppc_cpu_t dialect, in ppc_optional_operand_value() argument 491 return (*operand->extract) (insn, dialect, &num_optional); in ppc_optional_operand_value()
|
| /netbsd/src/share/man/man0/ |
| D | ignore | 37 dialect
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | final.cc | 3350 do_assembler_dialects (const char *p, int *dialect) in do_assembler_dialects() argument 3360 if (*dialect) in do_assembler_dialects() 3363 *dialect = 1; in do_assembler_dialects() 3394 if (*dialect) in do_assembler_dialects() 3417 *dialect = 0; in do_assembler_dialects() 3424 if (! *dialect) in do_assembler_dialects() 3426 *dialect = 0; in do_assembler_dialects() 3458 int dialect = 0; in output_asm_insn() local 3504 p = do_assembler_dialects (p, &dialect); in output_asm_insn() 3954 int dialect = 0; in asm_fprintf() local [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/ |
| D | arm.opt | 26 TLS dialect to use: 202 mtls-dialect=
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386.opt | 171 ;; -mtls-dialect= 267 Use given assembler dialect. 507 mtls-dialect= 509 Use given thread-local storage dialect. 513 Known TLS dialects (for use with the -mtls-dialect= option):
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | name-lookup.h | 502 extern const char *get_cxx_dialect_name (enum cxx_dialect dialect);
|
| /netbsd/src/external/gpl3/binutils/dist/gold/ |
| D | configure.ac | 446 dnl Test for the -ftls-dialect=gnu2 option. 450 dnl assuming here that there is no compiler that groks -mtls-dialect=gnu2 453 CFLAGS="$CFLAGS -Werror -fpic -mtls-dialect=gnu2"
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | trouble.texi | 977 dialect with @option{-fsigned-bitfields} and the unsigned dialect with 979 which dialect to use by default. 981 Currently, the preferred dialect makes plain bit-fields signed, because 997 compiled with the proper dialect. It is unlikely to work at all if 998 compiled with the wrong dialect. 1007 were to support by default the same dialect as the other compilers on
|
| D | standards.texi | 132 The default, if no C language dialect options are given, 257 no C++ language dialect options are given, is @option{-std=gnu++17}.
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-sql/docs/ |
| D | install | 58 any of these to conform to SQL dialect of your RDBMS (please be sure to send
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-bpf.texi | 43 @item -mdialect=@var{dialect} 44 This option specifies the assembly language dialect to recognize while
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-i386-intel.c | 828 || t->opcode_modifier.dialect >= ATT_SYNTAX) in i386_intel_operand()
|
| /netbsd/src/external/gpl3/gcc/dist/ |
| D | ABOUT-NLS | 136 to denote the language's main dialect. For example, `de' is equivalent
|