Home | History | Annotate | Download | only in priv

Lines Matching refs:u4

266 static Bool fitsIn8x4 ( /*OUT*/UInt* u8, /*OUT*/UInt* u4, UInt u )
272 *u4 = i;
1111 UInt u, u8 = 0x100, u4 = 0x10; /* both invalid */
1118 if (fitsIn8x4(&u8, &u4, u)) {
1119 return ARMRI84_I84( (UShort)u8, (UShort)u4 );
1121 if (mayInv && fitsIn8x4(&u8, &u4, ~u)) {
1124 return ARMRI84_I84( (UShort)u8, (UShort)u4 );