Home | History | Annotate | Download | only in priv

Lines Matching full:hi32

1172          HReg hi32  = newVRegI(env);
1176 addInstr(env, mk_iMOVsd_RR(hi32s, hi32));
1178 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 32, hi32));
1181 Aalu_OR, AMD64RMI_Reg(lo32), hi32));
1182 return hi32;