Lines Matching full:u64
79 case Ico_U64: vex_printf( "0x%llx:I64", (ULong)(con->Ico.U64)); break;1407 IRConst* IRConst_U64 ( ULong u64 )1411 c->Ico.U64 = u64;1900 case Ico_U64: return IRConst_U64(c->Ico.U64);3873 case Ico_U64: return toBool( c1->Ico.U64 == c2->Ico.U64 );