Searched refs:F64i (Results 1 – 10 of 10) sorted by relevance
2 F64i cse:
87 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break; in ppIRConst()1644 c->Ico.F64i = f64i; in IRConst_F64i()2160 case Ico_F64i: return IRConst_F64i(c->Ico.F64i); in deepCopyIRConst()4460 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i ); in eqIRConst()
5995 addInstr(env, ARM64Instr_Imm64(src, con->Ico.F64i)); in iselDblExpr_wrk()
2290 case Ico_F64i: value = con->Ico.F64i; break; in s390_isel_float_expr_wrk()
3025 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
2775 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
3668 ae->u.Cf64i.f64i = e->Iex.Const.con->Ico.F64i; in irExpr_to_AvailExpr()
3850 u.u64 = e->Iex.Const.con->Ico.F64i; in iselDblExpr_wrk()
5385 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) { in iselDblExpr_wrk()
302 ULong F64i; member