Home | History | Annotate | Download | only in arm64

Lines Matching refs:b_pattern

42   uint32_t b_pattern = (bits >> 16) & 0x3e00;
43 if (b_pattern != 0 && b_pattern != 0x3e00)
75 uint32_t b_pattern = (bits >> 48) & 0x3fc0;
76 if (b_pattern != 0 && b_pattern != 0x3fc0)