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