Lines Matching refs: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); in exec_opq()
43 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
52 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
61 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
71 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
81 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
91 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
101 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
139 void glue(test_, OP)(void) in glue() argument
224 void *glue(_test_, OP) __init_call = glue(test_, OP);
226 #undef OP