Home | History | Annotate | Download | only in priv

Lines Matching refs:U64

80       case Ico_U64:  vex_printf( "0x%llx:I64",   (ULong)(con->Ico.U64)); break;
1705 IRConst* IRConst_U64 ( ULong u64 )
1709 c->Ico.U64 = u64;
2253 case Ico_U64: return IRConst_U64(c->Ico.U64);
4613 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );