Home | History | Annotate | Download | only in s390x

Lines Matching refs:op3

15    quad_word op3 = op3_init;
22 "stmg %%r2,%%r3,%3\n" // store r2,r3 to op3
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
43 quad_word op1, op3;
49 op3.high = op3.low = 0xdeadbeefdeadbabeull;
50 test(op1, op2, op3); // complaint
55 quad_word op1, op3;
60 op3.high = op3.low = 0xdeadbeefdeadbabeull;
61 test(op1, op2, op3); // complaint
66 quad_word op1, op3;
71 op3 = make_undefined();
72 test(op1, op2, op3); // no complaint; op3 is just copied around