Home | History | Annotate | Download | only in s390x

Lines Matching refs:op3

30    printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
84 quad_word op1, op2, op3;
90 op3.high = op3.low = 0xdeadbeefdeadbabeull;
91 test(op1, op2, op3, 0);
98 op3.high = op3.low = 0xdeadbeefdeadbabeull;
99 test(op1, op2, op3, 1);
106 op3.high = op3.low = 0xdeadbeefdeadbabeull;
107 test(op1, op2, op3, 1);