Lines Matching refs:low
6 uint64_t low;
28 printf("before op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
29 printf("before op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
30 printf("before op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
44 printf("after op1 = (%#lx, %#lx)\n", _op1.high, _op1.low);
45 printf("after op2 = (%#lx, %#lx)\n", _op2.high, _op2.low);
46 printf("after op3 = (%#lx, %#lx)\n", _op3.high, _op3.low);
54 if (_op3.low != op3_before.low || _op3.high != op3_before.high) {
62 if (_op1.low != op1_before.low || _op1.high != op1_before.high) {
65 if (_op2.high != _op3.high || _op2.low != _op3.low) {
72 if (_op2.low != op2_before.low || _op2.high != op2_before.high) {
76 if (_op1.high != _op2.high || _op1.low != _op2.low) {
88 op1.low = 0x8899aabbccddeeffull;
90 op3.high = op3.low = 0xdeadbeefdeadbabeull;
95 op1.low = 0x0000000000000000ull;
97 op2.low = 1;
98 op3.high = op3.low = 0xdeadbeefdeadbabeull;
103 op1.low = 0x0000000000000001ull;
105 op2.low = 0;
106 op3.high = op3.low = 0xdeadbeefdeadbabeull;