Home | History | Annotate | Download | only in priv

Lines Matching refs:UInt

72    union { ULong i64; Double f64; UInt i32; Float f32; } u;
76 case Ico_U8: vex_printf( "0x%x:I8", (UInt)(con->Ico.U8)); break;
77 case Ico_U16: vex_printf( "0x%x:I16", (UInt)(con->Ico.U16)); break;
78 case Ico_U32: vex_printf( "0x%x:I32", (UInt)(con->Ico.U32)); break;
88 case Ico_V128: vex_printf( "V128{0x%04x}", (UInt)(con->Ico.V128)); break;
1158 vex_printf("-gst(%u,%u", (UInt)d->fxState[i].offset,
1159 (UInt)d->fxState[i].size);
1161 vex_printf(",reps%u,step%u", (UInt)d->fxState[i].nRepeats,
1162 (UInt)d->fxState[i].repeatLen);
1266 (UInt)s->Ist.IMark.delta);
1335 UInt i;
1400 IRConst* IRConst_U32 ( UInt u32 )
1421 IRConst* IRConst_F32i ( UInt f32i )
1449 IRConst* IRConst_V256 ( UInt con )
3757 i, (UInt)ty);
3916 return IRExpr_Const(IRConst_U32((UInt)hw));