Home | History | Annotate | Download | only in test

Lines Matching defs:OP

2 #define exec_op glue(exec_, OP)
3 #define exec_opq glue(glue(exec_, OP), q)
4 #define exec_opl glue(glue(exec_, OP), l)
5 #define exec_opw glue(glue(exec_, OP), w)
6 #define exec_opb glue(glue(exec_, OP), b)
11 stringify(OP) size " %" size "2, %" size "0\n\t" \
20 stringify(OP) size " %" size "0\n\t" \
34 stringify(OP) "q", s0, res, iflags, flags & CC_MASK);
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK);
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK);
61 stringify(OP) "b", s0, res, iflags, flags & CC_MASK);
71 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK);
81 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK);
91 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK);
101 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK);
139 void glue(test_, OP)(void)
224 void *glue(_test_, OP) __init_call = glue(test_, OP);
226 #undef OP