Home
last modified time | relevance | path

Searched refs:CONCAT (Results 1 – 25 of 32) sorted by relevance

12

/dflybsd-src/usr.bin/crunch/crunchide/
H A Dexec_elf64.c62 #define CONCAT(x,y) __CONCAT(x,y) macro
63 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
64 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
65 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_elf,ELFSIZE))
66 #define ELFDEFNNAME(x) CONCAT(ELF,CONCAT(ELFSIZE,CONCAT(_,x)))
/dflybsd-src/contrib/bmake/
H A Dmake.h664 #define CONCAT(a, b) a##b macro
666 #define DEBUG(module) (opts.debug.CONCAT(DEBUG_, module))
1241 # define MAKE_RCSID_CONCAT(x, y) CONCAT(x, y)
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcow-stdexcept.cc195 #define CONCAT(x,y) CONCAT1(x,y) macro
196 #define _ZGTtnaX CONCAT(_ZGTtna,_GLIBCXX_MANGLE_SIZE_T)
/dflybsd-src/contrib/byacc/
H A Ddefs.h22 #define CONCAT(first,second) first #second macro
23 #define CONCAT1(string,number) CONCAT(string, number)
/dflybsd-src/contrib/grep/lib/
H A Dregcomp.c1365 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls; in lower_subexp()
1366 tree = create_tree (dfa, op, tree1, CONCAT); in lower_subexp()
1385 if (node->token.type == CONCAT) in calc_first()
1411 case CONCAT: in calc_next()
1435 case CONCAT: in link_nfa_nodes()
2132 root = create_tree (dfa, tree, eor, CONCAT); in parse()
2223 bin_tree_t *newtree = create_tree (dfa, tree, expr, CONCAT); in parse_branch()
2270 tree = create_tree (dfa, tree, mbc_remain, CONCAT); in parse_expression()
2611 tree = create_tree (dfa, tree, elem, CONCAT); in parse_dup_op()
2646 tree = create_tree (dfa, tree, elem, CONCAT); in parse_dup_op()
[all …]
H A Dregex_internal.h262 CONCAT = 16, enumerator
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dregcomp.c1294 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls; in lower_subexp()
1295 tree = create_tree (dfa, op, tree1, CONCAT); in lower_subexp()
1313 if (node->token.type == CONCAT) in calc_first()
1337 case CONCAT: in calc_next()
1361 case CONCAT: in link_nfa_nodes()
2070 root = create_tree (dfa, tree, eor, CONCAT); in parse()
2151 tree = create_tree (dfa, tree, exp, CONCAT); in parse_branch()
2195 tree = create_tree (dfa, tree, mbc_remain, CONCAT); in parse_expression()
2506 tree = create_tree (dfa, tree, elem, CONCAT); in parse_dup_op()
2536 tree = create_tree (dfa, tree, elem, CONCAT); in parse_dup_op()
[all …]
H A Dregex_internal.h249 CONCAT = 16, enumerator
/dflybsd-src/contrib/gdb-7/gdb/gnulib/import/
H A Dfnmatch.c60 # define CONCAT(a,b) __CONCAT(a,b) macro
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dexpr.c366 if (GET_CODE (to) == CONCAT && GET_CODE (from) == CONCAT) in convert_move()
1611 && GET_CODE (orig_src) != CONCAT) in emit_group_load_1()
1693 else if (GET_CODE (src) == CONCAT) in emit_group_load_1()
1879 && !MEM_P (orig_dst) && GET_CODE (orig_dst) != CONCAT) in emit_group_store()
1938 else if (!MEM_P (dst) && GET_CODE (dst) != CONCAT) in emit_group_store()
2007 if (GET_CODE (dst) == CONCAT) in emit_group_store()
2865 if (GET_CODE (cplx) == CONCAT) in write_complex_part()
2925 if (GET_CODE (cplx) == CONCAT) in read_complex_part()
3195 else if (GET_CODE (x) == CONCAT || GET_CODE (y) == CONCAT) in emit_move_complex()
4773 else if (GET_CODE (to_rtx) == CONCAT) in expand_assignment()
[all …]
H A Dstmt.c831 || GET_CODE (op) == CONCAT) in expand_asm_operands()
905 if (GET_CODE (op) == CONCAT) in expand_asm_operands()
938 || GET_CODE (op) == CONCAT) in expand_asm_operands()
H A Dvar-tracking.c5059 (RTL_FLAG_CHECK1 ("VAL_NEEDS_RESOLUTION", (x), CONCAT)->volatil)
5063 (RTL_FLAG_CHECK1 ("VAL_HOLDS_TRACK_EXPR", (x), CONCAT)->used)
5067 (RTL_FLAG_CHECK1 ("VAL_EXPR_IS_COPIED", (x), CONCAT)->jump)
5071 (RTL_FLAG_CHECK1 ("VAL_EXPR_IS_CLOBBERED", (x), CONCAT)->unchanging)
6208 if (GET_CODE (loc) == CONCAT) in compute_bb_dataflow()
6247 if (GET_CODE (val) == CONCAT) in compute_bb_dataflow()
6280 if (GET_CODE (val) == CONCAT) in compute_bb_dataflow()
8614 if (GET_CODE (loc) == CONCAT) in emit_notes_in_bb()
8655 if (GET_CODE (val) == CONCAT) in emit_notes_in_bb()
8690 if (GET_CODE (val) == CONCAT) in emit_notes_in_bb()
H A Demit-rtl.c1042 if (GET_CODE (x) == CONCAT) in set_reg_attrs_for_decl_rtl()
1096 if (GET_CODE (reg) == CONCAT) in mark_user_reg()
1227 || GET_CODE (x) == CONCAT || GET_CODE (x) == CONST_VECTOR in gen_lowpart_common()
4890 if (GET_CODE (x) == CONCAT) in emit_clobber()
4918 if (GET_CODE (x) == CONCAT) in emit_use()
H A Dreg-notes.def108 CONCAT of two integer value. First specifies the branch predictor
H A Drtl.def382 /* (CONCAT a b) represents the virtual concatenation of a and b
386 DEF_RTL_EXPR(CONCAT, "concat", "ee", RTX_OBJ)
389 all An to make a value. This is an extension of CONCAT to larger
390 number of components. Like CONCAT, it should not appear in the
H A Ddbxout.c3188 else if (GET_CODE (home) == CONCAT) in dbxout_symbol_location()
3650 else if (GET_CODE (DECL_RTL (parms)) == CONCAT) in dbxout_reg_parms()
H A Dcfgexpand.c1596 if (rtl && (MEM_P (rtl) || GET_CODE (rtl) == CONCAT)) in expand_used_vars()
1683 if (rtl && (MEM_P (rtl) || GET_CODE (rtl) == CONCAT)) in expand_used_vars()
3283 if (GET_CODE (op0) == CONCAT) in expand_debug_expr()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dexpr.c261 if (GET_CODE (to) == CONCAT && GET_CODE (from) == CONCAT) in convert_move()
2121 && GET_CODE (orig_src) != CONCAT) in emit_group_load_1()
2207 else if (GET_CODE (src) == CONCAT) in emit_group_load_1()
2399 && !MEM_P (orig_dst) && GET_CODE (orig_dst) != CONCAT) in emit_group_store()
2461 else if (!MEM_P (dst) && GET_CODE (dst) != CONCAT) in emit_group_store()
2537 if (GET_CODE (dst) == CONCAT) in emit_group_store()
3160 if (GET_CODE (cplx) == CONCAT) in write_complex_part()
3222 if (GET_CODE (cplx) == CONCAT) in read_complex_part()
3493 else if (GET_CODE (x) == CONCAT || GET_CODE (y) == CONCAT) in emit_move_complex()
5143 else if (GET_CODE (to_rtx) == CONCAT) in expand_assignment()
[all …]
H A Dcfgexpand.c185 || (GET_CODE (x) == CONCAT in set_rtl()
200 || (GET_CODE (x) == CONCAT in set_rtl()
237 else if (GET_CODE (xm) == CONCAT) in set_rtl()
2133 if (rtl && (MEM_P (rtl) || GET_CODE (rtl) == CONCAT)) in expand_used_vars()
2297 if (rtl && (MEM_P (rtl) || GET_CODE (rtl) == CONCAT)) in expand_used_vars()
3078 || GET_CODE (op) == CONCAT) in expand_asm_stmt()
3147 if (GET_CODE (op) == CONCAT) in expand_asm_stmt()
4877 if (GET_CODE (op0) == CONCAT) in expand_debug_expr()
H A Dvar-tracking.c976 if (GET_CODE (op1) == SUBREG || GET_CODE (op1) == CONCAT) in use_narrower_mode_test()
5613 (RTL_FLAG_CHECK1 ("VAL_NEEDS_RESOLUTION", (x), CONCAT)->volatil)
5617 (RTL_FLAG_CHECK1 ("VAL_HOLDS_TRACK_EXPR", (x), CONCAT)->used)
5621 (RTL_FLAG_CHECK1 ("VAL_EXPR_IS_COPIED", (x), CONCAT)->jump)
5625 (RTL_FLAG_CHECK1 ("VAL_EXPR_IS_CLOBBERED", (x), CONCAT)->unchanging)
6782 if (GET_CODE (loc) == CONCAT) in compute_bb_dataflow()
6821 if (GET_CODE (val) == CONCAT) in compute_bb_dataflow()
6866 if (GET_CODE (val) == CONCAT) in compute_bb_dataflow()
9281 if (GET_CODE (loc) == CONCAT) in emit_notes_in_bb()
9322 if (GET_CODE (val) == CONCAT) in emit_notes_in_bb()
[all …]
H A Demit-rtl.c1388 if (GET_CODE (x) == CONCAT) in set_reg_attrs_for_decl_rtl()
1442 if (GET_CODE (reg) == CONCAT) in mark_user_reg()
1596 || GET_CODE (x) == CONCAT || GET_CODE (x) == CONST_VECTOR in gen_lowpart_common()
5320 if (GET_CODE (x) == CONCAT) in emit_clobber()
5348 if (GET_CODE (x) == CONCAT) in emit_use()
H A Dreg-notes.def114 CONCAT of two integer value. First specifies the branch predictor
H A Drtl.def412 /* (CONCAT a b) represents the virtual concatenation of a and b
416 DEF_RTL_EXPR(CONCAT, "concat", "ee", RTX_OBJ)
419 all An to make a value. This is an extension of CONCAT to larger
420 number of components. Like CONCAT, it should not appear in the
H A Ddbxout.c3209 else if (GET_CODE (home) == CONCAT) in dbxout_symbol_location()
3674 else if (GET_CODE (DECL_RTL (parms)) == CONCAT) in dbxout_reg_parms()
H A Dfunction.c1810 if (GET_CODE (x) == CONCAT) in instantiate_decl_rtl()
2920 if (GET_CODE (reg) != CONCAT) in assign_parm_setup_block()
3384 if (GET_CODE (parmreg) == CONCAT) in assign_parm_setup_reg()
5578 else if (GET_CODE (decl_rtl) == CONCAT in expand_function_end()

12