Home | History | Annotate | Download | only in s390x

Lines Matching refs:op1

13    quad_word op1 = op1_init;
21 "stmg %%r0,%%r1,%1\n" // store r0,r1 to op1
23 : "=d" (cc), "+QS" (op1), "+QS" (op2), "+QS" (op3)
43 quad_word op1, op3;
46 // op1 undefined
47 op1 = make_undefined();
50 test(op1, op2, op3); // complaint
55 quad_word op1, op3;
58 op1.high = op1.low = 42;
61 test(op1, op2, op3); // complaint
66 quad_word op1, op3;
69 op1.high = op1.low = 42;
72 test(op1, op2, op3); // no complaint; op3 is just copied around