Home | History | Annotate | Download | only in s390x

Lines Matching full:_op2

11 quad_word _op1, _op2, _op3;
21 _op2 = op2_init;
25 op2_before = _op2;
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
40 : "=d" (cc), "+QS" (_op1), "+QS" (_op2), "+QS" (_op3)
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
65 if (_op2.high != _op3.high || _op2.low != _op3.low) {
71 // _op2 did not change
72 if (_op2.low != op2_before.low || _op2.high != op2_before.high) {
76 if (_op1.high != _op2.high || _op1.low != _op2.low) {