Lines Matching refs:UShort
245 UShort u16s[FI_LINE_SZB / 8]; /* each UShort covers 8 bytes */
447 UShort descrs[N_LINE_TREES];
1127 static UChar descr_to_validbits ( UShort descr ) in descr_to_validbits()
1132 ( (UShort) ( ( (b8_7) << 14) | ( (b8_6) << 13) | \ in descr_to_validbits()
1243 static Bool is_sane_Descr ( UShort descr ) { in is_sane_Descr()
1247 static void sprintf_Descr ( /*OUT*/HChar* dst, UShort descr ) { in sprintf_Descr()
1280 static Bool is_sane_Descr_and_Tree ( UShort descr, SVal* tree ) { in is_sane_Descr_and_Tree()
1315 UShort descr = cl->descrs[tno]; in is_sane_CacheLine()
1327 static UShort normalise_tree ( /*MOD*/SVal* tree ) in normalise_tree()
1329 UShort descr; in normalise_tree()
1415 UShort descr = src->descrs[tno]; in sequentialise_CacheLine()
1767 static UShort pulldown_to_32 ( /*MOD*/SVal* tree, UWord toff, UShort descr ) { in pulldown_to_32()
1782 static UShort pulldown_to_16 ( /*MOD*/SVal* tree, UWord toff, UShort descr ) { in pulldown_to_16()
1809 static UShort pulldown_to_8 ( /*MOD*/SVal* tree, UWord toff, UShort descr ) { in pulldown_to_8()
1855 static UShort pullup_descr_to_16 ( UShort descr, UWord toff ) { in pullup_descr_to_16()
1856 UShort mask; in pullup_descr_to_16()
1888 static UShort pullup_descr_to_32 ( UShort descr, UWord toff ) { in pullup_descr_to_32()
1889 UShort mask; in pullup_descr_to_32()
1917 static Bool valid_value_is_above_me_32 ( UShort descr, UWord toff ) { in valid_value_is_above_me_32()
1926 static Bool valid_value_is_below_me_16 ( UShort descr, UWord toff ) { in valid_value_is_below_me_16()
3571 UShort mask = 0x3 << (2 * (a & 7)); in Filter__clear_1byte()
3575 UShort u16 = line->u16s[loff]; in Filter__clear_1byte()
3648 UShort u16; in Filter__clear_range()
3669 UShort mask = 0xFFFF << (16 - 2*hiB); in Filter__clear_range()
3753 UShort mask = 0xFFFF >> (16 - 2*loB); in Filter__clear_range()
3778 UShort mask = 0xAAAA; in Filter__ok_to_skip_crd64()
3781 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_crd64()
3806 UShort mask = 0xAA << (2 * (a & 4)); /* 0xAA00 or 0x00AA */ in Filter__ok_to_skip_crd32()
3809 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_crd32()
3834 UShort mask = 0xA << (2 * (a & 6)); in Filter__ok_to_skip_crd16()
3838 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_crd16()
3861 UShort mask = 0x2 << (2 * (a & 7)); in Filter__ok_to_skip_crd08()
3865 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_crd08()
3893 UShort mask = 0xFFFF; in Filter__ok_to_skip_cwr64()
3896 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_cwr64()
3921 UShort mask = 0xFF << (2 * (a & 4)); /* 0xFF00 or 0x00FF */ in Filter__ok_to_skip_cwr32()
3924 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_cwr32()
3949 UShort mask = 0xF << (2 * (a & 6)); in Filter__ok_to_skip_cwr16()
3953 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_cwr16()
3976 UShort mask = 0x3 << (2 * (a & 7)); in Filter__ok_to_skip_cwr08()
3980 UShort u16 = line->u16s[loff]; in Filter__ok_to_skip_cwr08()
5252 UShort descr; in zsm_sapply08__msmcread()
5276 UShort descr; in zsm_sapply08__msmcwrite()
5302 UShort descr; in zsm_sapply16__msmcread()
5336 UShort descr; in zsm_sapply16__msmcwrite()
5372 UShort descr; in zsm_sapply32__msmcread()
5406 UShort descr; in zsm_sapply32__msmcwrite()
5443 UShort descr; in zsm_sapply64__msmcread()
5471 UShort descr; in zsm_sapply64__msmcwrite()
5500 UShort descr; in zsm_swrite08()
5523 UShort descr; in zsm_swrite16()
5563 UShort descr; in zsm_swrite32()
5635 UShort descr; in zsm_sread08()
6981 UShort descr = copy.descrs[tno]; in libhb_srange_get_abits()