Home | History | Annotate | Download | only in priv

Lines Matching defs:hi32

1215          HReg hi32  = newVRegI(env);
1219 addInstr(env, mk_iMOVsd_RR(hi32s, hi32));
1221 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 32, hi32));
1224 Aalu_OR, AMD64RMI_Reg(lo32), hi32));
1225 return hi32;