Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 25 of 103) sorted by relevance

12345

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Dppc-dis.c42 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 …]
Dppc-opc.c46 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 …]
Di386-opc.h802 unsigned int dialect:2; member
DChangeLog-2008437 (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
DChangeLog-201239 (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/
Dppc-dis.c42 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 …]
Dppc-opc.c46 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 …]
Di386-opc.h798 unsigned int dialect:2; member
DChangeLog-2008437 (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
DChangeLog-201239 (powerpc_init_dialect): Choose default dialect from info->mach
917 (print_insn_big_powerpc): Don't init dialect here.
DChangeLog-20091368 * 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/
Dppc.h315 (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/
Dppc.h315 (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/
Dignore37 dialect
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfinal.cc3350 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/
Darm.opt26 TLS dialect to use:
202 mtls-dialect=
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.opt171 ;; -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/
Dname-lookup.h502 extern const char *get_cxx_dialect_name (enum cxx_dialect dialect);
/netbsd/src/external/gpl3/binutils/dist/gold/
Dconfigure.ac446 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/
Dtrouble.texi977 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
Dstandards.texi132 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/
Dinstall58 any of these to conform to SQL dialect of your RDBMS (please be sure to send
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-bpf.texi43 @item -mdialect=@var{dialect}
44 This option specifies the assembly language dialect to recognize while
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-i386-intel.c828 || t->opcode_modifier.dialect >= ATT_SYNTAX) in i386_intel_operand()
/netbsd/src/external/gpl3/gcc/dist/
DABOUT-NLS136 to denote the language's main dialect. For example, `de' is equivalent

12345