Searched refs:CL (Results 1 - 9 of 9) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr62146.C9 template < class CL > class G:public F
21 template < class CL > void RegisterNonTagCallback (int,
22 void (CL::
25 InternalRegisterNonTag (p3 ? new G < CL > ( 0) : 0);
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.h102 #define ABSTRACT_CHECK(FLAG, V, CL, S) \
104 parse_error_context ((CL), S " method can't be abstract");
106 #define JCONSTRUCTOR_CHECK(FLAG, V, CL, S) \
108 parse_error_context ((CL), "Constructor can't be %s", (S)); \
/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c280 #define CL OP_IMREG, cl_reg macro
996 { "shldS", Ev, Gv, CL },
1005 { "shrdS", Ev, Gv, CL },
1326 { "rolA", Eb, CL, XX },
1327 { "rorA", Eb, CL, XX },
1328 { "rclA", Eb, CL, XX },
1329 { "rcrA", Eb, CL, XX },
1330 { "shlA", Eb, CL, XX },
1331 { "shrA", Eb, CL, XX },
1333 { "sarA", Eb, CL, X
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86_64/
H A Daorrlsh_n.asm36 C 4) Unroll more, handling CL negation, carry save/restore cost much now
H A Dlshsub_n.asm34 C 4) Unroll more, handling CL negation, carry save/restore cost much now
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-coalesce.c203 /* Retrieve a pair to coalesce from the cost_one_list in CL. Returns the
225 /* Retrieve the most expensive remaining pair to coalesce from CL. Returns the
271 /* Delete coalesce list CL. */
285 /* Find a matching coalesce pair object in CL for the pair P1 and P2. If
339 /* Add a coalesce between P1 and P2 in list CL with a cost of VALUE. */
387 /* Return the number of unique coalesce pairs in CL. */
396 /* Iterate over CL using ITER, returning values in PAIR. */
398 #define FOR_EACH_PARTITION_PAIR(PAIR, ITER, CL) \
399 FOR_EACH_HASH_TABLE_ELEMENT (*(CL)->list, (PAIR), coalesce_pair_p, (ITER))
402 /* Prepare CL fo
[all...]
/haiku-buildtools/binutils/opcodes/
H A Di386-dis.c336 #define CL { OP_IMREG, cl_reg } macro
2995 { "shldS", { Ev, Gv, CL }, 0 },
3004 { "shrdS", { Ev, Gv, CL }, 0 },
3491 { "rolA", { Eb, CL }, 0 },
3492 { "rorA", { Eb, CL }, 0 },
3493 { "rclA", { Eb, CL }, 0 },
3494 { "rcrA", { Eb, CL }, 0 },
3495 { "shlA", { Eb, CL }, 0 },
3496 { "shrA", { Eb, CL }, 0 },
3498 { "sarA", { Eb, CL },
[all...]
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c8932 #define CL(mnem, op, nops, ops, ae) \
9016 CL(tstp, 110f000, 2, (RR, SH), cmp),
9019 CL(cmpp, 150f000, 2, (RR, SH), cmp),
9022 CL(cmnp, 170f000, 2, (RR, SH), cmp),
9076 CL(teqp, 130f000, 2, (RR, SH), cmp),
8920 #define CL macro
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c19150 #define CL(mnem, op, nops, ops, ae) \
19267 CL("tstp", 110f000, 2, (RR, SH), cmp),
19270 CL("cmpp", 150f000, 2, (RR, SH), cmp),
19273 CL("cmnp", 170f000, 2, (RR, SH), cmp),
19334 CL("teqp", 130f000, 2, (RR, SH), cmp),
19141 #define CL macro

Completed in 336 milliseconds