Searched refs:unrot (Results 1 – 1 of 1) sorted by relevance
4018 unsigned unrot = fieldFromInstruction(Val, 0, 7) | 0x80; in DecodeT2SOImm() local4020 unsigned imm = (unrot >> rot) | (unrot << ((32-rot)&31)); in DecodeT2SOImm()