Home | History | Annotate | Download | only in s390x

Lines Matching defs:op2

34    quad_word op1, op2, op3;
37 op2.high = op2.low = 42;
39 test(op1, op2, op3); // complaint
44 quad_word op1, op2, op3;
47 // op2 undefined
49 test(op1, op2, op3); // complaint
54 quad_word op1, op2, op3;
57 op2 = op1;
59 test(op1, op2, op3); // no complaint; op3 is just copied around