Searched refs:MaskUnd (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2188 // - MaskUnd that has 0xFF for each negative index.
2190 uint64_t MaskUnd = 0; local
2195 MaskUnd |= M << S;
2201 if (MaskIdx == (0x03020100 | MaskUnd))
2204 if (MaskIdx == (0x00010203 | MaskUnd)) {
2213 if (MaskIdx == (0x06040200 | MaskUnd))
2215 if (MaskIdx == (0x07050301 | MaskUnd))
2220 if (MaskIdx == (0x02000604 | MaskUnd))
2222 if (MaskIdx == (0x03010705 | MaskUnd))
2228 if (MaskIdx == (0x0706050403020100ull | MaskUnd))
[all...]

Completed in 201 milliseconds