Home
last modified time | relevance | path

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

12345678

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dppc-dis.c42 ppc_cpu_t dialect; member
280 ppc_cpu_t dialect = 0; in get_powerpc_dialect() local
283 dialect = private_data (info)->dialect; in get_powerpc_dialect()
286 if (dialect & PPC_OPCODE_VLE in get_powerpc_dialect()
291 return dialect; in get_powerpc_dialect()
293 return dialect & ~ PPC_OPCODE_VLE; in get_powerpc_dialect()
327 ppc_cpu_t dialect = 0; in powerpc_init_dialect() local
338 dialect = ppc_parse_cpu (dialect, &sticky, "403"); in powerpc_init_dialect()
341 dialect = ppc_parse_cpu (dialect, &sticky, "405"); in powerpc_init_dialect()
344 dialect = ppc_parse_cpu (dialect, &sticky, "601"); in powerpc_init_dialect()
[all …]
H A Dppc-opc.c45 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx()
59 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx()
68 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary()
82 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary()
91 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx()
108 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx()
121 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry()
138 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry()
156 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bab()
165 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bab()
[all …]
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A 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 …]
H A 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 …]
H A Di386-opc.h798 unsigned int dialect:2; member
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A 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.old/dist/include/opcode/
H A Dppc.h304 (uint64_t instruction, int64_t op, ppc_cpu_t dialect, const char **errmsg);
332 int64_t (*extract) (uint64_t instruction, ppc_cpu_t dialect, int *invalid);
468 ppc_cpu_t dialect, in ppc_optional_operand_value() argument
472 return (*operand->extract) (insn, dialect, &num_optional); in ppc_optional_operand_value()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/
H A Dtblgen.rst613 .. option:: -gen-dialect-doc
615 Generate dialect documentation.
617 .. option:: -dialect
619 The dialect to generate.
653 .. option:: -dialect-opclass-base
655 The base class for the ops in the dialect we are to emit.
737 .. option:: -typedefs-dialect name
739 Generate types for this dialect.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.opt39 ; The TLS dialect names to use with -mtls-dialect.
102 mtls-dialect=
104 Specify TLS dialect.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.opt39 ; The TLS dialect names to use with -mtls-dialect.
102 mtls-dialect=
104 Specify TLS dialect.
/netbsd-src/share/man/man0/
H A Dignore37 dialect
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DUsingLibcxx.rst199 as ``[[nodiscard]]`` by the current language dialect. This includes
270 dialect, may be disabled using macros specific to the dialect in which it was
281 which no dialect declares as such (See the second form described above).
H A DTestingLibcxx.rst48 you'll want to change is the standard dialect (ie -std=c++XX). By default the
49 test suite will select the newest C++ dialect supported by the compiler and use
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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.old/dist/gcc/
H A Dfinal.c3724 do_assembler_dialects (const char *p, int *dialect) in do_assembler_dialects() argument
3734 if (*dialect) in do_assembler_dialects()
3737 *dialect = 1; in do_assembler_dialects()
3768 if (*dialect) in do_assembler_dialects()
3791 *dialect = 0; in do_assembler_dialects()
3798 if (! *dialect) in do_assembler_dialects()
3800 *dialect = 0; in do_assembler_dialects()
3832 int dialect = 0; in output_asm_insn() local
3878 p = do_assembler_dialects (p, &dialect); in output_asm_insn()
4328 int dialect = 0; in asm_fprintf() local
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.opt35 TLS dialect to use:
211 mtls-dialect=
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.opt26 TLS dialect to use:
202 mtls-dialect=
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.opt171 ;; -mtls-dialect=
267 Use given assembler dialect.
499 mtls-dialect=
501 Use given thread-local storage dialect.
505 Known TLS dialects (for use with the -mtls-dialect= option):
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A 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/config/i386/
H A 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/
H A Dname-lookup.h502 extern const char *get_cxx_dialect_name (enum cxx_dialect dialect);
/netbsd-src/external/gpl3/binutils/dist/gold/
H A 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/autoconf/dist/lib/autoconf/
H A Dfortran.m4275 # convert to a 4-digit year. The dialect must be one of Fortran 77,
285 [m4_fatal([unknown Fortran dialect])])])
290 # DIALECT is a Fortran dialect, given by Fortran [YY]YY or simply [YY]YY,
293 # If DIALECT is supplied, then we search for compilers of that dialect
295 # of the newest dialect first, and then earlier dialects in increasing age.
296 # This search order is necessarily imperfect because the dialect cannot
377 # for, and [DIALECT] is an optional dialect. See also _AC_PROG_FC.
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A 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
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A 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

12345678