Home
last modified time | relevance | path

Searched refs:op1_before (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/none/tests/s390x/
Dcds.c19 quad_word op1_before = op1; in test() local
58 if (op1.low != op1_before.low || op1.high != op1_before.high) { in test()
79 if ((op1.high >> 32) != (op1_before.high >> 32) || in test()
80 (op1.low >> 32) != (op1_before.low >> 32)) { in test()
Dcdsg.c17 quad_word op1_before, op2_before, op3_before; in test() local
24 op1_before = _op1; in test()
62 if (_op1.low != op1_before.low || _op1.high != op1_before.high) { in test()