Home | History | Annotate | Download | only in s390x

Lines Matching defs:op2

14    uint64_t  op2 = op2_init;
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
44 uint64_t op2;
48 op2 = 42;
50 test(op1, op2, op3); // complaint
56 uint64_t op2;
59 // op2 undefined
61 test(op1, op2, op3); // complaint
67 uint64_t op2;
70 op2 = 100;
72 test(op1, op2, op3); // no complaint; op3 is just copied around