Searched refs:CONCAT (Results 1 - 21 of 21) sorted by relevance

/freebsd-9.3-release/sys/xen/interface/
H A Delfstructs.h468 #define CONCAT(x,y) __CONCAT(x,y) macro
469 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
470 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
471 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_el
[all...]
/freebsd-9.3-release/usr.bin/make/
H A Dutil.h58 #define CONCAT(a,b) a##b macro
83 #define DEBUG(module) (debug & CONCAT(DEBUG_,module))
/freebsd-9.3-release/usr.sbin/crunch/crunchide/
H A Dexec_elf32.c76 #define CONCAT(x,y) __CONCAT(x,y) macro
77 #define ELFNAME(x) CONCAT(elf,CONCAT(ELFSIZE,CONCAT(_,x)))
78 #define ELFNAME2(x,y) CONCAT(x,CONCAT(_elf,CONCAT(ELFSIZE,CONCAT(_,y))))
79 #define ELFNAMEEND(x) CONCAT(x,CONCAT(_el
[all...]
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h481 #define CONCAT(a,b) a##b macro
483 #define DEBUG(module) (debug & CONCAT(DEBUG_,module))
H A Dtarg.c574 #define PRINTBIT(attr) case CONCAT(OP_,attr): fprintf(debug_file, "." #attr " "); break
575 #define PRINTDBIT(attr) case CONCAT(OP_,attr): if (DEBUG(TARG))fprintf(debug_file, "." #attr " "); break
595 /*XXX: MEMBER is defined, so CONCAT(OP_,MEMBER) gives OP_"%" */
/freebsd-9.3-release/contrib/gcc/
H A Drtl.def389 /* (CONCAT a b) represents the virtual concatenation of a and b
393 DEF_RTL_EXPR(CONCAT, "concat", "ee", RTX_OBJ)
H A Dexpr.c404 if (GET_CODE (to) == CONCAT && GET_CODE (from) == CONCAT)
1620 && GET_CODE (orig_src) != CONCAT)
1702 else if (GET_CODE (src) == CONCAT)
1871 && !MEM_P (orig_dst) && GET_CODE (orig_dst) != CONCAT)
1930 else if (!MEM_P (dst) && GET_CODE (dst) != CONCAT)
2016 if (GET_CODE (dst) == CONCAT)
2730 if (GET_CODE (cplx) == CONCAT)
2790 if (GET_CODE (cplx) == CONCAT)
3037 else if (GET_CODE (x) == CONCAT || GET_COD
[all...]
H A Dstmt.c843 || GET_CODE (op) == CONCAT)
913 /* Never pass a CONCAT to an ASM. */
914 if (GET_CODE (op) == CONCAT)
947 || GET_CODE (op) == CONCAT)
H A Ddbxout.c3002 else if (GET_CODE (home) == CONCAT)
3328 else if (GET_CODE (DECL_RTL (parms)) == CONCAT)
H A Demit-rtl.c781 Instead, make a CONCAT of two pseudos.
962 if (GET_CODE (x) == CONCAT)
996 if (GET_CODE (x) == CONCAT)
1024 /* Identify REG (which may be a CONCAT) as a user register. */
1029 if (GET_CODE (reg) == CONCAT)
1161 || GET_CODE (x) == CONCAT || GET_CODE (x) == CONST_VECTOR
H A Dgensupport.c1387 && code != CONCAT
H A Dfunction.c1595 /* If this is a CONCAT, recurse for the pieces. */
1596 if (GET_CODE (x) == CONCAT)
2806 if (GET_CODE (parmreg) == CONCAT)
4497 else if (GET_CODE (decl_rtl) == CONCAT
H A Dgenrecog.c390 && i != CONCAT
H A Dsimplify-rtx.c4670 /* Handle complex values represented as CONCAT
4672 if (GET_CODE (op) == CONCAT)
4791 || GET_CODE (op) == CONCAT
H A Ddwarf2out.c9088 case CONCAT:
10109 CONCAT: FIXME! */
/freebsd-9.3-release/contrib/sendmail/cf/m4/
H A Dcfhead.m4195 define(`CONCAT', `$1$2$3$4$5$6$7')
198 `CONCAT(D, $3, $2)
201 define(`SITE', `ifelse(CONCAT($'2`, $3), SU,
202 CONCAT(CY, $'1`),
203 CONCAT(C, $3, $'1`))')
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregcomp.c1334 have bad CONCAT nodes with NULL children. This is obviously not
1346 tree1 = body ? create_tree (dfa, body, cls, CONCAT) : cls;
1347 tree = create_tree (dfa, op, tree1, CONCAT);
1367 if (node->token.type == CONCAT)
1393 case CONCAT:
1419 case CONCAT:
2147 root = create_tree (dfa, tree, eor, CONCAT);
2238 tree = create_tree (dfa, tree, exp, CONCAT);
2287 tree = create_tree (dfa, tree, mbc_remain, CONCAT);
2606 tree = create_tree (dfa, tree, elem, CONCAT);
[all...]
H A Dregex_internal.h195 CONCAT = 16, enumerator in enum:__anon4910
/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp323 if (BO->getOpcode() == BinOpInit::CONCAT) {
328 return BinOpInit::get(BinOpInit::CONCAT, L, R, new DagRecTy);
899 case CONCAT: {
984 case CONCAT: Result = "!con"; break;
H A DTGParser.cpp931 case tgtok::XConcat: Code = BinOpInit::CONCAT;Type = DagRecTy::get(); break;
/freebsd-9.3-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h930 enum BinaryOp { ADD, SHL, SRA, SRL, STRCONCAT, CONCAT, EQ }; enumerator in enum:llvm::BinOpInit::BinaryOp

Completed in 266 milliseconds