Searched refs:Ico_F64i (Results 1 - 10 of 10) sorted by relevance

/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h277 Ico_F64i, /* 64-bit unsigned int to be interpreted literally enumerator in enum:__anon32278
/external/valgrind/main/VEX/priv/
H A Dir_defs.c87 case Ico_F64i: vex_printf( "F64i{0x%llx}", con->Ico.F64i); break;
1643 c->tag = Ico_F64i;
2160 case Ico_F64i: return IRConst_F64i(c->Ico.F64i);
3369 case Ico_F64i: return Ity_F64;
4460 case Ico_F64i: return toBool( c1->Ico.F64i == c2->Ico.F64i );
H A Dir_opt.c376 if (ex->Iex.Const.con->tag == Ico_F64i) {
2375 && rhs->Iex.Const.con->tag != Ico_F64i)
2756 && st2->Ist.WrTmp.data->Iex.Const.con->tag != Ico_F64i) {
3665 if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_arm64_isel.c5992 if (con->tag == Ico_F64i) {
H A Dhost_s390_isel.c2290 case Ico_F64i: value = con->Ico.F64i; break;
H A Dhost_x86_isel.c3024 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_amd64_isel.c2774 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_ppc_isel.c3849 else if (e->Iex.Const.con->tag == Ico_F64i) {
H A Dhost_arm_isel.c5385 if (con->tag == Ico_F64i && con->Ico.F64i == 0ULL) {
/external/valgrind/main/memcheck/
H A Dmc_translate.c5838 case Ico_F64i: return False;

Completed in 320 milliseconds