Lines Matching defs:MaskIdx
2292 // - MaskIdx where each byte is the corresponding index (for non-negative
2295 uint64_t MaskIdx = 0;
2302 MaskIdx |= M << S;
2307 if (MaskIdx == (0x03020100 | MaskUnd))
2310 if (MaskIdx == (0x00010203 | MaskUnd)) {
2319 if (MaskIdx == (0x06040200 | MaskUnd))
2321 if (MaskIdx == (0x07050301 | MaskUnd))
2326 if (MaskIdx == (0x02000604 | MaskUnd))
2328 if (MaskIdx == (0x03010705 | MaskUnd))
2334 if (MaskIdx == (0x0706050403020100ull | MaskUnd))
2337 if (MaskIdx == (0x0001020304050607ull | MaskUnd)) {
2344 if (MaskIdx == (0x0d0c050409080100ull | MaskUnd))
2346 if (MaskIdx == (0x0f0e07060b0a0302ull | MaskUnd))
2348 if (MaskIdx == (0x0d0c090805040100ull | MaskUnd))
2350 if (MaskIdx == (0x0f0e0b0a07060302ull | MaskUnd))
2352 if (MaskIdx == (0x0706030205040100ull | MaskUnd)) {
2358 if (MaskIdx == (0x0e060c040a020800ull | MaskUnd))
2360 if (MaskIdx == (0x0f070d050b030901ull | MaskUnd))