Home | History | Annotate | Download | only in priv

Lines Matching full:i64

55       case Ity_I64:     vex_printf( "I64");  break;
67 union { ULong i64; Double f64; } u;
74 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;
76 vex_printf( "F64{0x%llx}", u.i64);