Home | History | Annotate | Download | only in Hexagon

Lines Matching refs:MaskIdx

1994   // - MaskIdx where each byte is the corresponding index (for non-negative
1997 uint64_t MaskIdx = 0;
2004 MaskIdx |= M << S;
2009 if (MaskIdx == (0x03020100 | MaskUnd))
2012 if (MaskIdx == (0x00010203 | MaskUnd)) {
2021 if (MaskIdx == (0x06040200 | MaskUnd))
2023 if (MaskIdx == (0x07050301 | MaskUnd))
2028 if (MaskIdx == (0x02000604 | MaskUnd))
2030 if (MaskIdx == (0x03010705 | MaskUnd))
2036 if (MaskIdx == (0x0706050403020100ull | MaskUnd))
2039 if (MaskIdx == (0x0001020304050607ull | MaskUnd)) {
2046 MaskIdx == (0x0d0c050409080100ull | MaskUnd))
2048 if (MaskIdx == (0x0f0e07060b0a0302ull | MaskUnd))
2050 if (MaskIdx == (0x0d0c090805040100ull | MaskUnd))
2052 if (MaskIdx == (0x0f0e0b0a07060302ull | MaskUnd))
2054 if (MaskIdx == (0x0706030205040100ull | MaskUnd)) {
2060 if (MaskIdx == (0x0e060c040a020800ull | MaskUnd))
2062 if (MaskIdx == (0x0f070d050b030901ull | MaskUnd))