Searched refs:BString (Results 1 – 2 of 2) sorted by relevance
659 uint64_t BString = (Imm & 0x7E000000ULL) >> 25; in isAdvSIMDModImmType11() local661 (BString == 0x1f || BString == 0x20) && in isAdvSIMDModImmType11()709 uint64_t BString = (Imm & 0x7fc0000000000000ULL) >> 54; in isAdvSIMDModImmType12() local710 return ((BString == 0xff || BString == 0x100) && in isAdvSIMDModImmType12()
134 BString filename("/boot/home/frame_"); in dump_bitmap()