Home | History | Annotate | Download | only in common

Lines Matching defs:calc

7 calc (const char *call,
156 "Unknown call passed to calc (%s, 0x%016llx, %d, %d)\n",
175 long long mask = calc (masked, -1, col, col);
176 long long msmask = calc (msmasked, -1,
178 long long sext = calc (sexted, mask, -1, col);
180 long long sext_1 = calc (sexted, mask_1, -1, col);
182 long long sext_0 = calc (sexted, mask_0, -1, col);
230 long long mask = calc (masked, -1, row, col);
234 long long rot = calc (roted, mask, -1, shift);
235 long long urot = calc (roted, rot, -1, -shift);
265 long long mask = calc (masked, -1, row, col);
266 long long extr = calc (extracted, mask, row, col);
267 long long inst = calc (inserted, extr, row, col);
299 long long val = (!call ? tuple->val : calc ((*tests)->macro, -1,