Home | History | Annotate | Download | only in Thumb2

Lines Matching refs:u4

82 static int leadingZeros(u4 val)
84 u4 alt;
105 static int modifiedImmediate(u4 value)
109 u4 b0 = value & 0xff;