Lines Matching full:result
65 int64_t result = ~0LL; \
66 LOAD_io_##SZ(result, buf, 0 * (SIZE)); \
67 check64(result, (EXP1)); \
68 LOAD_io_##SZ(result, buf, 1 * (SIZE)); \
69 check64(result, (EXP2)); \
70 LOAD_io_##SZ(result, buf, 2 * (SIZE)); \
71 check64(result, (EXP3)); \
72 LOAD_io_##SZ(result, buf, 3 * (SIZE)); \
73 check64(result, (EXP4)); \
100 uint64_t result = ~0LL; \
101 LOAD_ur_##SZ(result, (SHIFT), 0); \
102 check64(result, (RES1)); \
103 LOAD_ur_##SZ(result, (SHIFT), 1); \
104 check64(result, (RES2)); \
105 LOAD_ur_##SZ(result, (SHIFT), 2); \
106 check64(result, (RES3)); \
107 LOAD_ur_##SZ(result, (SHIFT), 3); \
108 check64(result, (RES4)); \
134 int64_t result = ~0LL; \
136 LOAD_ap_##SZ(result, ptr, (buf + 0 * (SIZE))); \
137 check64(result, (RES1)); \
139 LOAD_ap_##SZ(result, ptr, (buf + 1 * (SIZE))); \
140 check64(result, (RES2)); \
142 LOAD_ap_##SZ(result, ptr, (buf + 2 * (SIZE))); \
143 check64(result, (RES3)); \
145 LOAD_ap_##SZ(result, ptr, (buf + 3 * (SIZE))); \
146 check64(result, (RES4)); \
176 int64_t result = ~0LL; \
178 LOAD_pr_##SZ(result, ptr, (SIZE)); \
179 check64(result, (RES1)); \
181 LOAD_pr_##SZ(result, ptr, (SIZE)); \
182 check64(result, (RES2)); \
184 LOAD_pr_##SZ(result, ptr, (SIZE)); \
185 check64(result, (RES3)); \
187 LOAD_pr_##SZ(result, ptr, (SIZE)); \
188 check64(result, (RES4)); \
219 int64_t result = ~0LL; \
221 LOAD_pbr_##SZ(result, ptr); \
222 check64(result, (RES1)); \
223 LOAD_pbr_##SZ(result, ptr); \
224 check64(result, (RES2)); \
225 LOAD_pbr_##SZ(result, ptr); \
226 check64(result, (RES3)); \
227 LOAD_pbr_##SZ(result, ptr); \
228 check64(result, (RES4)); \
254 int64_t result = ~0LL; \
256 LOAD_pi_##SZ(result, ptr, (INC)); \
257 check64(result, (RES1)); \
259 LOAD_pi_##SZ(result, ptr, (INC)); \
260 check64(result, (RES2)); \
262 LOAD_pi_##SZ(result, ptr, (INC)); \
263 check64(result, (RES3)); \
265 LOAD_pi_##SZ(result, ptr, (INC)); \
266 check64(result, (RES4)); \
298 int64_t result = ~0LL; \
300 LOAD_pci_##SZ(result, ptr, buf, (LEN), (INC)); \
301 check64(result, (RES1)); \
303 LOAD_pci_##SZ(result, ptr, buf, (LEN), (INC)); \
304 check64(result, (RES2)); \
306 LOAD_pci_##SZ(result, ptr, buf, (LEN), (INC)); \
307 check64(result, (RES3)); \
309 LOAD_pci_##SZ(result, ptr, buf, (LEN), (INC)); \
310 check64(result, (RES4)); \
343 int64_t result = ~0LL; \
345 LOAD_pcr_##SZ(result, ptr, buf, (LEN), (INC)); \
346 check64(result, (RES1)); \
348 LOAD_pcr_##SZ(result, ptr, buf, (LEN), (INC)); \
349 check64(result, (RES2)); \
351 LOAD_pcr_##SZ(result, ptr, buf, (LEN), (INC)); \
352 check64(result, (RES3)); \
354 LOAD_pcr_##SZ(result, ptr, buf, (LEN), (INC)); \
355 check64(result, (RES4)); \