Weiyi Wang 3d73b8d694 Common/Bitfield: store value as unsigned type
Storing signed type causes the following behaviour: extractValue can do overflow/negative left shift. Now it only relies on two implementation-defined behaviours (which are almost always defined as we want): unsigned->signed conversion and signed right shift
2018-11-10 23:42:39 -05:00
..
2018-11-04 10:26:38 -05:00
2018-10-20 10:35:55 -04:00
2018-11-04 10:26:38 -05:00
2018-11-04 10:26:38 -05:00