Lines Matching refs: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); in exec_opl()
52 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
59 stringify(OP) size " %%cl, %" size "5, %" size "0\n\t" \
75 stringify(OP) "l", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opl()
88 stringify(OP) "w", s0, s2, s1, res, iflags, flags & CC_MASK); in exec_opw()
104 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
145 void glue(test_, OP)(void) in glue() argument
154 void *glue(_test_, OP) __init_call = glue(test_, OP);
156 #undef OP