Fix for UBSAN issue in RC context mapping
Reason why this change is needed
- UBSAN error in RC context mapping (integer overflow)
Description of the change
- Use masking to avoid the integer overflow; this is a BE change, since only the lowest 8 bit of this variable are eventually used
Affected operating points
- all BE
Edited by multrus