Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/binutils/opcodes/
H A Dppc-dis.c42 int dialect = PPC_OPCODE_PPC; in powerpc_dialect() local
45 dialect |= PPC_OPCODE_64; in powerpc_dialect()
53 dialect |= (PPC_OPCODE_BOOKE in powerpc_dialect()
60 dialect |= PPC_OPCODE_EFS; in powerpc_dialect()
90 dialect |= PPC_OPCODE_ANY; in powerpc_dialect()
95 dialect &= ~PPC_OPCODE_64; in powerpc_dialect()
97 dialect |= PPC_OPCODE_64; in powerpc_dialect()
101 return dialect; in powerpc_dialect()
186 int dialect) in print_insn_powerpc() argument
195 if (dialect == 0) in print_insn_powerpc()
[all …]
H A Dppc-opc.c630 int dialect, in insert_bdm() argument
650 int dialect, in extract_bdm() argument
675 int dialect, in insert_bdp() argument
695 int dialect, in extract_bdp() argument
778 int dialect, in insert_bo() argument
788 int dialect, in extract_bo() argument
806 int dialect, in insert_boe() argument
819 int dialect, in extract_boe() argument
835 int dialect, in insert_fxm() argument
1179 int dialect, in insert_sprg() argument
[all …]
H A DChangeLog-0203179 options. Save dialect in dis_private.
180 (print_insn_big_powerpc): Retrieve dialect from dis_private.
1310 dialect is not efs.
H A DChangeLog-000181 insert_spr, extract_spr, insert_tbr, extract_tbr): Add dialect param.
98 * ppc-dis.c (powerpc_dialect): Set PPC_OPCODE_64 in dialect for
101 (print_insn_powerpc): Pass dialect to operand->extract.
/freebsd-12.1/usr.sbin/bsdconfig/share/
H A Dkeymap.subr143 dialect = lang
144 if (length(dialect) >= 6 &&
145 substr(dialect, 3, 1) == "_")
146 dialect = substr(dialect, 1, 3) ".." \
147 substr(dialect, 6)
148 printf "f_dprintf \"dialect=[%%s]\" \"%s\";\n", dialect
189 else if (mark <= 3 && find_token(lg, dialect))
/freebsd-12.1/usr.sbin/kbdmap/
H A Dkbdmap.c583 char dialect[64], lang_abk[64]; in menu_read() local
596 strlcpy(dialect, lang, sizeof(dialect)); in menu_read()
597 if (strlen(dialect) >= 6 && dialect[2] == '_') { in menu_read()
598 dialect[3] = '.'; in menu_read()
599 dialect[4] = '.'; in menu_read()
609 fprintf(stderr, "dialect = %s\n", dialect); in menu_read()
684 else if (mark <= 3 && find_token(lg, dialect)) in menu_read()
/freebsd-12.1/contrib/binutils/include/opcode/
H A Dppc.h180 (unsigned long instruction, long op, int dialect, const char **errmsg);
198 long (*extract) (unsigned long instruction, int dialect, int *invalid);
H A DChangeLog-9103467 * ppc.h (struct powerpc_operand <insert, extract>): Add dialect param.
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.opt84 Use given assembler dialect
240 mtls-dialect=
242 Use given thread-local storage dialect
/freebsd-12.1/contrib/googletest/googletest/xcode/Config/
H A DGeneral.xcconfig26 // Force C99 dialect
/freebsd-12.1/contrib/gcc/
H A Dfinal.c2939 int dialect = 0; in output_asm_insn() local
2986 if (dialect) in output_asm_insn()
2989 dialect = 1; in output_asm_insn()
3009 if (dialect) in output_asm_insn()
3021 dialect = 0; in output_asm_insn()
3028 if (! dialect) in output_asm_insn()
3030 dialect = 0; in output_asm_insn()
H A DChangeLog-199912829 for a given dialect, don't run past the end of the list of
14881 (FUNCTION_PROFILER): Remove assembler dialect dependency and use
14883 (TRAMPOLINE_TEMPLATE): Remove assembler dialect dependency.
14948 dialect alternatives where DEC and UNIX assemblers use different
15054 assembler dialect problems.
H A DChangeLog-2001134 (print_operand): abort if ASSEMBLER_DIALECT is unknown dialect.
8586 don't appear inside assembly dialect selection.
H A DChangeLog-200614882 (override_options): Introduce gnu2 tls dialect.
H A DChangeLog-20006181 appropriate assembler dialect.
H A DChangeLog-200517409 (mpreferred-stack-boundary=, mregparm=, mtls-dialect=, mtune=): Add
H A DChangeLog-200220157 (TARGET_OPTIONS): Add tls-dialect.
/freebsd-12.1/contrib/gcc/doc/
H A Dtrouble.texi1105 dialect with @option{-fsigned-bitfields} and the unsigned dialect with
1107 which dialect to use by default.
1109 Currently, the preferred dialect makes plain bit-fields signed, because
1125 compiled with the proper dialect. It is unlikely to work at all if
1126 compiled with the wrong dialect.
1135 were to support by default the same dialect as the other compilers on
H A Dstandards.texi98 (for C99 with GNU extensions). The default, if no C language dialect
H A Dinvoke.texi527 -masm=@var{dialect} -mno-fancy-math-387 @gol
1088 @cindex dialect options
1089 @cindex language dialect options
1090 @cindex options, dialect
1092 The following options control the dialect of C (or languages derived
2090 extended dialect of C, such as @samp{gnu89} or @samp{gnu99}, there is a
2092 extended dialect is based. Warnings from @option{-pedantic} are given
2095 C dialect, since by definition the GNU dialects of C include all
9354 @item -masm=@var{dialect}
9355 @opindex masm=@var{dialect}
[all …]
H A Dtm.texi702 You can also test for the C dialect being compiled. The variable
7743 numeric index of the assembler language dialect to use, with zero as the
/freebsd-12.1/contrib/diff/
H A DABOUT-NLS143 to denote the language's main dialect. For example, `de' is equivalent
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def238 // KEYNOCXX - This is a keyword in every non-C++ dialect.
/freebsd-12.1/contrib/libc++/include/
H A D__config813 // Inline namespaces are available in Clang/GCC/MSVC regardless of C++ dialect.
/freebsd-12.1/share/dict/
H A Dweb2a11923 class dialect
14467 creole dialect
16496 dialect atlas
16497 dialect geography
35374 Midland dialect

12