Home | History | Annotate | Download | only in test

Lines Matching defs:OP

2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) 
11 stringify(OP)"b %b2\n\t"
17 stringify(OP) "b", s0, s1, res, flags & CC_MASK);
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1)
29 stringify(OP) "w %w3\n\t"
35 stringify(OP) "w", op0h, op0, s1, resh, res, flags & CC_MASK);
38 void glue(glue(test_, OP), l)(int64 op0h, int64 op0, int64 op1)
47 stringify(OP) "l %3\n\t"
53 stringify(OP) "l", op0h, op0, s1, resh, res, flags & CC_MASK);
56 void glue(glue(test_, OP), q)(int64 op0h, int64 op0, int64 op1)
65 stringify(OP) "q %3\n\t"
71 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK);
74 #undef OP