Searched refs:unrot (Results 1 – 4 of 4) sorted by relevance
3995 unsigned unrot = fieldFromInstruction_4(Val, 0, 7) | 0x80; in DecodeT2SOImm() local3997 unsigned imm = (unrot >> rot) | (unrot << ((32-rot)&31)); in DecodeT2SOImm()
3184 unsigned unrot = fieldFromInstruction32(Val, 0, 7) | 0x80; in DecodeT2SOImm() local3186 unsigned imm = (unrot >> rot) | (unrot << ((32-rot)&31)); in DecodeT2SOImm()
4064 unsigned unrot = fieldFromInstruction(Val, 0, 7) | 0x80; in DecodeT2SOImm() local4066 unsigned imm = (unrot >> rot) | (unrot << ((32-rot)&31)); in DecodeT2SOImm()