| /src/sys/arch/amiga/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:34 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/atari/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:34 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/cesfic/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:34 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/luna68k/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:35 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/mac68k/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:35 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/mvme68k/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:35 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/news68k/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:36 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/next68k/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:36 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/virt68k/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2024/01/02 07:41:00 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/x68k/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:37 thorpej Exp $ */ 3 #include <m68k/fcode.h>
|
| /src/sys/arch/hp300/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:34 thorpej Exp $ */ 6 #include <m68k/fcode.h>
|
| /src/sys/arch/sun2/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:36 thorpej Exp $ */ 6 #include <m68k/fcode.h>
|
| /src/sys/arch/sun3/include/ |
| fcode.h | 1 /* $NetBSD: fcode.h,v 1.1 2023/12/27 17:35:37 thorpej Exp $ */ 6 #include <m68k/fcode.h>
|
| /src/external/gpl3/gcc/dist/gcc/ |
| asan.h | 182 /* Return TRUE if builtin with given FCODE will be intercepted by 186 asan_intercepted_p (enum built_in_function fcode) 191 return fcode == BUILT_IN_MEMCMP 192 || fcode == BUILT_IN_MEMCPY 193 || fcode == BUILT_IN_MEMMOVE 194 || fcode == BUILT_IN_MEMSET; 196 return fcode == BUILT_IN_INDEX 197 || fcode == BUILT_IN_MEMCHR 198 || fcode == BUILT_IN_MEMCMP 199 || fcode == BUILT_IN_MEMCP [all...] |
| tsan.cc | 58 enum built_in_function fcode; local 73 fcode = is_write ? BUILT_IN_TSAN_VOLATILE_WRITE1 76 fcode = is_write ? BUILT_IN_TSAN_WRITE1 78 fcode = (built_in_function)(fcode + pos); 80 return builtin_decl_implicit (fcode); 264 enum built_in_function fcode, tsan_fcode; member in struct:tsan_map_atomic 269 #define TRANSFORM(fcode, tsan_fcode, action, code) \ 270 { BUILT_IN_##fcode, BUILT_IN_##tsan_fcode, action, code } 271 #define CHECK_LAST(fcode, tsan_fcode) 498 enum built_in_function fcode = DECL_FUNCTION_CODE (callee); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| asan.h | 181 /* Return TRUE if builtin with given FCODE will be intercepted by 185 asan_intercepted_p (enum built_in_function fcode) 190 return fcode == BUILT_IN_INDEX 191 || fcode == BUILT_IN_MEMCHR 192 || fcode == BUILT_IN_MEMCMP 193 || fcode == BUILT_IN_MEMCPY 194 || fcode == BUILT_IN_MEMMOVE 195 || fcode == BUILT_IN_MEMSET 196 || fcode == BUILT_IN_STRCASECMP 197 || fcode == BUILT_IN_STRCA [all...] |
| tsan.cc | 58 enum built_in_function fcode; local 73 fcode = is_write ? BUILT_IN_TSAN_VOLATILE_WRITE1 76 fcode = is_write ? BUILT_IN_TSAN_WRITE1 78 fcode = (built_in_function)(fcode + pos); 80 return builtin_decl_implicit (fcode); 264 enum built_in_function fcode, tsan_fcode; member in struct:tsan_map_atomic 269 #define TRANSFORM(fcode, tsan_fcode, action, code) \ 270 { BUILT_IN_##fcode, BUILT_IN_##tsan_fcode, action, code } 271 #define CHECK_LAST(fcode, tsan_fcode) 498 enum built_in_function fcode = DECL_FUNCTION_CODE (callee); local [all...] |
| /src/usr.bin/genassym/ |
| genassym.sh | 32 fcode=0 # generate Forth code 49 fcode=1 164 else if (fcode) { 197 ' ccode="$ccode" fcode="$fcode" > "${genassym_temp}/assym.c" || exit 1 202 elif [ "$fcode" = 1 ]; then
|
| /src/external/gpl3/gcc/dist/gcc/config/s390/ |
| s390-builtins.h | 153 bflags_for_builtin (int fcode) 155 if (fcode >= S390_OVERLOADED_BUILTIN_VAR_OFFSET) 157 else if (fcode >= S390_OVERLOADED_BUILTIN_OFFSET) 158 return bflags_overloaded_builtin[fcode - S390_BUILTIN_MAX]; 160 return bflags_builtin[fcode]; 164 opflags_for_builtin (int fcode) 166 if (fcode >= S390_OVERLOADED_BUILTIN_VAR_OFFSET) 167 return opflags_overloaded_builtin_var[fcode - 169 else if (fcode >= S390_OVERLOADED_BUILTIN_OFFSET) 172 return opflags_builtin[fcode]; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| s390-builtins.h | 153 bflags_for_builtin (int fcode) 155 if (fcode >= S390_OVERLOADED_BUILTIN_VAR_OFFSET) 157 else if (fcode >= S390_OVERLOADED_BUILTIN_OFFSET) 158 return bflags_overloaded_builtin[fcode - S390_BUILTIN_MAX]; 160 return bflags_builtin[fcode]; 164 opflags_for_builtin (int fcode) 166 if (fcode >= S390_OVERLOADED_BUILTIN_VAR_OFFSET) 167 return opflags_overloaded_builtin_var[fcode - 169 else if (fcode >= S390_OVERLOADED_BUILTIN_OFFSET) 172 return opflags_builtin[fcode]; [all...] |
| /src/usr.bin/fgen/ |
| fgen.l | 78 static struct fcode *dictionary = NULL; 308 static int fadd(struct fcode *, struct fcode *); 309 static struct fcode *flookup(struct fcode *, const char *); 323 * Standard FCode names and numbers. Includes standard 326 static struct fcode fcodes[] = { 447 { "fcode-revision", 0x0087, 0, NULL, NULL }, 634 { "fcode-version", 0x0212, 0, NULL, NULL }, 637 { "suspend-fcode", 0x0215, 0, NULL, NULL } [all...] |
| fgen.h | 3 * fgen.h -- stuff for the fcode tokenizer. 41 #define FCODE 0x000FC0DE 44 /* Defined fcode and string. */ 45 struct fcode { struct 49 struct fcode *l; 50 struct fcode *r; 63 * FCode header -- assumes big-endian machine,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| arm-builtins.cc | 884 unsigned int fcode; member in struct:__anon15294 1679 then stored in 'arm_builtin_decls' under index FCODE. This FCODE is also 1683 arm_init_builtin (unsigned int fcode, arm_builtin_datum *d, 1692 d->fcode = fcode; 1784 && IN_RANGE (fcode, ARM_BUILTIN_VFP_BASE, ARM_BUILTIN_ACLE_BASE - 1)) 1791 fndecl = add_builtin_function (namebuf, ftype, fcode, BUILT_IN_MD, 1793 arm_builtin_decls[fcode] = fndecl; 1817 unsigned int i, fcode = ARM_BUILTIN_ACLE_PATTERN_START local 1839 unsigned int i, fcode = ARM_BUILTIN_CDE_PATTERN_START; local 1861 volatile unsigned int i, fcode = ARM_BUILTIN_MVE_PATTERN_START; local 1897 unsigned int i, fcode = ARM_BUILTIN_NEON_PATTERN_START; local 1919 unsigned int i, fcode = ARM_BUILTIN_VFP_PATTERN_START; local 3422 unsigned int fcode = DECL_MD_FUNCTION_CODE (fndecl); local 4232 int fcode = DECL_MD_FUNCTION_CODE (fndecl); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/config/arm/ |
| arm-builtins.cc | 907 unsigned int fcode; member in struct:__anon12677 1716 then stored in 'arm_builtin_decls' under index FCODE. This FCODE is also 1720 arm_init_builtin (unsigned int fcode, arm_builtin_datum *d, 1729 d->fcode = fcode; 1819 && IN_RANGE (fcode, ARM_BUILTIN_VFP_BASE, ARM_BUILTIN_ACLE_BASE - 1)) 1826 fndecl = arm_general_add_builtin_function (namebuf, ftype, fcode); 1827 arm_builtin_decls[fcode] = fndecl; 1851 unsigned int i, fcode = ARM_BUILTIN_ACLE_PATTERN_START local 1873 unsigned int i, fcode = ARM_BUILTIN_CDE_PATTERN_START; local 1895 volatile unsigned int i, fcode = ARM_BUILTIN_MVE_PATTERN_START; local 1940 unsigned int i, fcode = ARM_BUILTIN_NEON_PATTERN_START; local 1962 unsigned int i, fcode = ARM_BUILTIN_VFP_PATTERN_START; local [all...] |
| /src/sys/arch/m68k/include/ |
| mmu_30.h | 84 #include <machine/fcode.h>
|