Lines Matching refs:op0
2 void glue(glue(test_, OP), b)(int64 op0, int64 op1) in glue()
5 s0 = op0; in glue()
20 void glue(glue(test_, OP), w)(int64 op0h, int64 op0, int64 op1) in glue()
25 res = op0; 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()
43 res = op0; 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()
61 res = op0; in glue()
71 stringify(OP) "q", op0h, op0, s1, resh, res, flags & CC_MASK); in glue()