Home | History | Annotate | Download | only in priv

Lines Matching full:hi16

1230          HReg hi16  = newVRegI(env);
1234 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
1236 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 16, hi16));
1240 Aalu_OR, AMD64RMI_Reg(lo16), hi16));
1241 return hi16;