Home | History | Annotate | Download | only in priv

Lines Matching refs:U64

276           && e->Iex.Const.con->Ico.U64 == 0ULL;
390 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
393 AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64)),
397 return AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, dst);
1779 addInstr(env, AMD64Instr_Imm64(e->Iex.Const.con->Ico.U64, r));
1904 && fitsIn32Bits(simm32->Iex.Const.con->Ico.U64)) {
1906 UInt offset = toUInt(simm32->Iex.Const.con->Ico.U64);
1934 && fitsIn32Bits(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64)) {
1937 toUInt(e->Iex.Binop.arg2->Iex.Const.con->Ico.U64),
1986 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
1987 return AMD64RMI_Imm(toUInt(e->Iex.Const.con->Ico.U64));
2055 if (fitsIn32Bits(e->Iex.Const.con->Ico.U64)) {
2056 return AMD64RI_Imm(toUInt(e->Iex.Const.con->Ico.U64));
2290 addInstr(env, AMD64Instr_Imm64(con->Iex.Const.con->Ico.U64, tmp));
2381 //.. ULong w64 = e->Iex.Const.con->Ico.U64;
2940 union { ULong u64; Double f64; } u;
2944 vassert(sizeof(u.u64) == 8);
2951 u.u64 = e->Iex.Const.con->Ico.F64i;
2956 addInstr(env, AMD64Instr_Imm64(u.u64, tmp));