Home | History | Annotate | Download | only in priv

Lines Matching refs:F64

58       case Ity_F64:     vex_printf( "F64");  break;
68 union { ULong i64; Double f64; UInt i32; Float f32; } u;
80 case Ico_F64: u.f64 = con->Ico.F64;
81 vex_printf( "F64{0x%llx}", u.i64);
1334 IRConst* IRConst_F64 ( Double f64 )
1338 c->Ico.F64 = f64;
1785 case Ico_F64: return IRConst_F64(c->Ico.F64);
3580 case Ico_F64: return toBool( c1->Ico.F64 == c2->Ico.F64 );