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