Searched refs:_op2 (Results 1 – 2 of 2) sorted by relevance
/external/valgrind/main/none/tests/s390x/ |
D | cdsg.c | 11 quad_word _op1, _op2, _op3; variable 21 _op2 = op2_init; in test() 25 op2_before = _op2; in test() 29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low); in test() 40 : "=d" (cc), "+QS" (_op1), "+QS" (_op2), "+QS" (_op3) in test() 45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low); in test() 65 if (_op2.high != _op3.high || _op2.low != _op3.low) { in test() 72 if (_op2.low != op2_before.low || _op2.high != op2_before.high) { in test() 76 if (_op1.high != _op2.high || _op1.low != _op2.low) { in test()
|
/external/valgrind/main/memcheck/tests/s390x/ |
D | cdsg.c | 11 quad_word _op1, _op2, _op3; variable 18 _op2 = op2_init; in test() 27 : "=d"(cc), "+QS" (_op1), "+QS" (_op2), "+QS" (_op3) in test()
|