Lines Matching refs:MaskIdx
2302 // - MaskIdx where each byte is the corresponding index (for non-negative
2305 uint64_t MaskIdx = 0;
2312 MaskIdx |= M << S;
2317 if (MaskIdx == (0x03020100 | MaskUnd))
2320 if (MaskIdx == (0x00010203 | MaskUnd)) {
2329 if (MaskIdx == (0x06040200 | MaskUnd))
2331 if (MaskIdx == (0x07050301 | MaskUnd))
2336 if (MaskIdx == (0x02000604 | MaskUnd))
2338 if (MaskIdx == (0x03010705 | MaskUnd))
2344 if (MaskIdx == (0x0706050403020100ull | MaskUnd))
2347 if (MaskIdx == (0x0001020304050607ull | MaskUnd)) {
2354 if (MaskIdx == (0x0d0c050409080100ull | MaskUnd))
2356 if (MaskIdx == (0x0f0e07060b0a0302ull | MaskUnd))
2358 if (MaskIdx == (0x0d0c090805040100ull | MaskUnd))
2360 if (MaskIdx == (0x0f0e0b0a07060302ull | MaskUnd))
2362 if (MaskIdx == (0x0706030205040100ull | MaskUnd)) {
2368 if (MaskIdx == (0x0e060c040a020800ull | MaskUnd))
2370 if (MaskIdx == (0x0f070d050b030901ull | MaskUnd))