OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:op1_before
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/none/tests/s390x/
cds.c
19
quad_word
op1_before
= op1;
local
58
if (op1.low !=
op1_before
.low || op1.high !=
op1_before
.high) {
79
if ((op1.high >> 32) != (
op1_before
.high >> 32) ||
80
(op1.low >> 32) != (
op1_before
.low >> 32)) {
cdsg.c
17
quad_word
op1_before
, op2_before, op3_before;
local
24
op1_before
= _op1;
62
if (_op1.low !=
op1_before
.low || _op1.high !=
op1_before
.high) {
Completed in 369 milliseconds