Lines Matching refs:pattern
2097 pattern, it can be expressed in the AArch64 8-bit floating-point
2107 uint32_t pattern;
2109 /* Prepare the pattern for 'Eeeeee'. */
2111 pattern = 0x3e000000;
2113 pattern = 0x40000000;
2116 && ((imm & 0x7e000000) == pattern); /* bits 25 - 29 == ~ bit 30. */
2132 pattern, it can be expressed in the AArch64 8-bit floating-point
2142 uint32_t pattern;
2149 /* Prepare the pattern for 'Eeeeeeeee'. */
2151 pattern = 0x3fc00000;
2153 pattern = 0x40000000;
2156 && (high32 & 0x7fc00000) == pattern) /* bits 54 - 61 == ~ bit 62. */
4185 /* For each pattern. */
4397 /* For each pattern. */
6321 instruction alignment and exactly 4 bytes to store the NOP pattern. */