Lines Matching refs:OP
4 #define exec_op glue(exec_, OP)
5 #define exec_opl glue(glue(exec_, OP), l)
6 #define exec_opw glue(glue(exec_, OP), w)
7 #define exec_opb glue(glue(exec_, OP), b)
12 stringify(OP) size " %" size "2, %" size "0\n\t" \
21 stringify(OP) size " %" size "0\n\t" \
36 stringify(OP) "l", s0, res, iflags, flags & CC_MASK); in exec_opl()
50 stringify(OP) "w", s0, res, iflags, flags & CC_MASK); in exec_opw()
64 stringify(OP) "b", s0, res, iflags, flags & CC_MASK); in exec_opb()
79 stringify(OP) "l", s0, s1, res, iflags, flags & CC_MASK); in exec_opl()
93 stringify(OP) "w", s0, s1, res, iflags, flags & CC_MASK); in exec_opw()
107 stringify(OP) "b", s0, s1, res, iflags, flags & CC_MASK); in exec_opb()
145 void glue(test_, OP)(void) in glue() argument
205 void *glue(_test_, OP) __init_call = glue(test_, OP);
207 #undef OP