Home
last modified time | relevance | path

Searched defs:fcode (Results 1 – 25 of 157) sorted by relevance

1234567

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dtsan.c57 enum built_in_function fcode; in get_memory_access_decl() local
255 enum built_in_function fcode, tsan_fcode; member
262 #define CHECK_LAST(fcode, tsan_fcode) \ argument
264 #define ADD_SEQ_CST(fcode, tsan_fcode) \ argument
266 #define ADD_ACQUIRE(fcode, tsan_fcode) \ argument
268 #define WEAK_CAS(fcode, tsan_fcode) \ argument
270 #define STRONG_CAS(fcode, tsan_fcode) \ argument
272 #define BOOL_CAS(fcode, tsan_fcode) \ argument
274 #define VAL_CAS(fcode, tsan_fcode) \ argument
276 #define LOCK_RELEASE(fcode, tsan_fcode) \ argument
[all …]
H A Dtsan.cc58 enum built_in_function fcode; in get_memory_access_decl() local
261 enum built_in_function fcode, tsan_fcode; member
268 #define CHECK_LAST(fcode, tsan_fcode) \ argument
270 #define ADD_SEQ_CST(fcode, tsan_fcode) \ argument
272 #define ADD_ACQUIRE(fcode, tsan_fcode) \ argument
274 #define WEAK_CAS(fcode, tsan_fcode) \ argument
276 #define STRONG_CAS(fcode, tsan_fcode) \ argument
278 #define BOOL_CAS(fcode, tsan_fcode) \ argument
280 #define VAL_CAS(fcode, tsan_fcode) \ argument
282 #define LOCK_RELEASE(fcode, tsan_fcode) \ argument
[all …]
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
209 const char *doc, *fcode, *p_end; in emit_documentation() local
H A Dconvert.c151 enum built_in_function fcode = builtin_mathfn_code (expr); in convert_to_real_1() local
496 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer_1() local
609 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer_1() local
H A Dconvert.cc151 enum built_in_function fcode = builtin_mathfn_code (expr); in convert_to_real_1() local
496 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer_1() local
609 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer_1() local
H A Dasan.h185 asan_intercepted_p (enum built_in_function fcode) in asan_intercepted_p()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dtsan.c57 enum built_in_function fcode; in get_memory_access_decl() local
255 enum built_in_function fcode, tsan_fcode; member
262 #define CHECK_LAST(fcode, tsan_fcode) \ argument
264 #define ADD_SEQ_CST(fcode, tsan_fcode) \ argument
266 #define ADD_ACQUIRE(fcode, tsan_fcode) \ argument
268 #define WEAK_CAS(fcode, tsan_fcode) \ argument
270 #define STRONG_CAS(fcode, tsan_fcode) \ argument
272 #define BOOL_CAS(fcode, tsan_fcode) \ argument
274 #define VAL_CAS(fcode, tsan_fcode) \ argument
276 #define LOCK_RELEASE(fcode, tsan_fcode) \ argument
[all …]
H A Dgenhooks.c48 const char *fcode; in emit_findices() local
209 const char *doc, *fcode, *p_end; in emit_documentation() local
H A Dconvert.c151 enum built_in_function fcode = builtin_mathfn_code (expr); in convert_to_real_1() local
496 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer_1() local
609 const enum built_in_function fcode = builtin_mathfn_code (s_expr); in convert_to_integer_1() local
H A Dasan.h146 asan_intercepted_p (enum built_in_function fcode) in asan_intercepted_p()
/netbsd/usr.bin/fgen/
H A Dfgen.h45 struct fcode { struct
49 struct fcode *l; argument
50 struct fcode *r; argument
/netbsd/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000-c.cc1082 resolve_vec_adde_sube (resolution *res, rs6000_gen_builtins fcode, in resolve_vec_adde_sube()
1152 resolve_vec_addec_subec (resolution *res, rs6000_gen_builtins fcode, in resolve_vec_addec_subec()
1241 resolve_vec_splats (resolution *res, rs6000_gen_builtins fcode, in resolve_vec_splats()
1681 rs6000_gen_builtins fcode, in find_instance()
1721 rs6000_gen_builtins fcode in altivec_resolve_overloaded_builtin() local
2018 rs6000_gen_builtins fcode = (rs6000_gen_builtins) instance->bifid; in altivec_resolve_overloaded_builtin() local
/netbsd/games/backgammon/common_source/
H A Dtable.c52 int fcode; member
/netbsd/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390-builtins.h153 bflags_for_builtin (int fcode) in bflags_for_builtin()
164 opflags_for_builtin (int fcode) in opflags_for_builtin()
/netbsd/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390-builtins.h153 bflags_for_builtin (int fcode) in bflags_for_builtin()
164 opflags_for_builtin (int fcode) in opflags_for_builtin()
/netbsd/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-builtins.c125 unsigned int fcode; member
421 unsigned int fcode; member
430 unsigned int fcode; member
913 unsigned int i, fcode = AARCH64_SIMD_PATTERN_START; in aarch64_init_simd_builtins() local
1500 aarch64_simd_expand_builtin (int fcode, tree exp, rtx target) in aarch64_simd_expand_builtin()
1584 aarch64_crc32_expand_builtin (int fcode, tree exp, rtx target) in aarch64_crc32_expand_builtin()
1622 aarch64_expand_builtin_rsqrt (int fcode, tree exp, rtx target) in aarch64_expand_builtin_rsqrt()
1739 aarch64_expand_builtin_tme (int fcode, tree exp, rtx target) in aarch64_expand_builtin_tme()
2166 aarch64_general_fold_builtin (unsigned int fcode, tree type, in aarch64_general_fold_builtin()
2382 unsigned int fcode = AARCH64_BUILTIN_SUBCODE (fndecl); in aarch64_resolve_overloaded_memtag() local
[all …]
H A Daarch64-builtins.cc194 unsigned int fcode; member
531 unsigned int fcode; member
540 unsigned int fcode; member
1139 unsigned int i, fcode = AARCH64_SIMD_PATTERN_START; in aarch64_init_simd_builtin_functions() local
1991 aarch64_simd_expand_builtin (int fcode, tree exp, rtx target) in aarch64_simd_expand_builtin()
2234 aarch64_expand_builtin_tme (int fcode, tree exp, rtx target) in aarch64_expand_builtin_tme()
2276 aarch64_expand_builtin_ls64 (int fcode, tree exp, rtx target) in aarch64_expand_builtin_ls64()
2788 aarch64_general_fold_builtin (unsigned int fcode, tree type, in aarch64_general_fold_builtin()
2812 get_mem_type_for_load_store (unsigned int fcode) in get_mem_type_for_load_store()
3233 unsigned int fcode = AARCH64_BUILTIN_SUBCODE (fndecl); in aarch64_resolve_overloaded_memtag() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-builtins.c125 unsigned int fcode; member
421 unsigned int fcode; member
430 unsigned int fcode; member
913 unsigned int i, fcode = AARCH64_SIMD_PATTERN_START; in aarch64_init_simd_builtins() local
1500 aarch64_simd_expand_builtin (int fcode, tree exp, rtx target) in aarch64_simd_expand_builtin()
1584 aarch64_crc32_expand_builtin (int fcode, tree exp, rtx target) in aarch64_crc32_expand_builtin()
1622 aarch64_expand_builtin_rsqrt (int fcode, tree exp, rtx target) in aarch64_expand_builtin_rsqrt()
1739 aarch64_expand_builtin_tme (int fcode, tree exp, rtx target) in aarch64_expand_builtin_tme()
2166 aarch64_general_fold_builtin (unsigned int fcode, tree type, in aarch64_general_fold_builtin()
2382 unsigned int fcode = AARCH64_BUILTIN_SUBCODE (fndecl); in aarch64_resolve_overloaded_memtag() local
[all …]
/netbsd/external/gpl3/gcc.old/dist/gcc/config/spu/
H A Dspu-c.c96 int new_fcode, fcode = DECL_FUNCTION_CODE (fndecl); in spu_resolve_overloaded_builtin() local
/netbsd/sys/net/
H A Dbsd-comp.c112 uint32_t fcode; member
463 uint32_t accm = 0, fcode; in bsd_compress() local
675 uint32_t fcode; in bsd_incomp() local
1014 uint32_t fcode; in bsd_decompress() local
/netbsd/external/bsd/ppp/dist/pppdump/
H A Dbsd-comp.c112 u_int32_t fcode; member
437 u_int32_t fcode; in bsd_incomp() local
688 u_int32_t fcode; in bsd_decompress() local
/netbsd/external/bsd/libpcap/dist/
H A Dpcap-enet.c63 register struct bpf_insn *fcode = fp->bf_insns; in readloop() local
/netbsd/external/bsd/libpcap/dist/testprogs/
H A Dcapturetest.c74 struct bpf_program fcode; in main() local
H A Dfiltertest.c209 struct bpf_program fcode; in main() local
H A Dselpolltest.c74 struct bpf_program fcode; in main() local

1234567