Home | History | Annotate | Download | only in arm64

Lines Matching refs:b_pattern

2748   uint32_t b_pattern = (bits >> 16) & 0x3e00;
2749 if (b_pattern != 0 && b_pattern != 0x3e00) {
2773 uint32_t b_pattern = (bits >> 48) & 0x3fc0;
2774 if (b_pattern != 0 && b_pattern != 0x3fc0) {