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)
14 stringify(OP) size " %" rsize "2, %" rsize "0\n\t" \
23 stringify(OP) size " %%cl, %" rsize "0\n\t" \
41 stringify(OP) "q", s0, s1, res, iflags, flags & CC_MASK); in exec_opq()
55 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
68 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
75 stringify(OP) size " %%cl, %" rsize "5, %" rsize "0\n\t" \
92 stringify(OP) "q", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opq()
106 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
119 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
135 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
165 void glue(test_, OP)(void) in glue() argument
179 void *glue(_test_, OP) __init_call = glue(test_, OP);
181 #undef OP