Home | History | Annotate | Download | only in test

Lines Matching defs:OP

2 #define exec_op glue(exec_, OP)
3 #define exec_opl glue(glue(exec_, OP), l)
4 #define exec_opw glue(glue(exec_, OP), w)
5 #define exec_opb glue(glue(exec_, OP), b)
13 stringify(OP) size " %" size "2, %" size "0\n\t" \
22 stringify(OP) size " %%cl, %" size "0\n\t" \
39 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
59 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK);
88 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK);
104 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK);
145 void glue(test_, OP)(void)
154 void *glue(_test_, OP) __init_call = glue(test_, OP);
156 #undef OP