Searched refs:unrot (Results 1 – 4 of 4) sorted by relevance
4046 unsigned unrot = fieldFromInstruction_4(Val, 0, 7) | 0x80; in DecodeT2SOImm() local4048 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()
4613 unsigned unrot = fieldFromInstruction(Val, 0, 7) | 0x80; in DecodeT2SOImm() local4615 unsigned imm = (unrot >> rot) | (unrot << ((32-rot)&31)); in DecodeT2SOImm()
4590 unsigned unrot = fieldFromInstruction(Val, 0, 7) | 0x80; in DecodeT2SOImm() local4592 unsigned imm = (unrot >> rot) | (unrot << ((32-rot)&31)); in DecodeT2SOImm()