Searched refs:VSLICE_MASK (Results 1 – 2 of 2) sorted by relevance
76 uint64_t result = (data & VSLICE_MASK) >> VPART_BITS; in Vslice()83 data = (data & ~VSLICE_MASK) | ((vslice & VSLICE_MAX) << VPART_BITS); in SetVslice()
81 #define VSLICE_MASK ((VSLICE_MAX) << VPART_BITS) macro
Completed in 4 milliseconds