Home | History | Annotate | Download | only in priv

Lines Matching refs:hi16

1229          HReg hi16  = newVRegI(env);
1233 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
1235 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 16, hi16));
1239 Aalu_OR, AMD64RMI_Reg(lo16), hi16));
1240 return hi16;