Home | History | Annotate | Download | only in s390x

Lines Matching refs:op3

26                      "stmg    %%r2,%%r3,%3\n"    // store r2,r3 to op3
34 quad_word op1, op2, op3;
38 op3.high = op3.low = 0xdeadbeefdeadbabeull;
39 test(op1, op2, op3); // complaint
44 quad_word op1, op2, op3;
48 op3.high = op3.low = 0xdeadbeefdeadbabeull;
49 test(op1, op2, op3); // complaint
54 quad_word op1, op2, op3;
58 // op3 undefined
59 test(op1, op2, op3); // no complaint; op3 is just copied around