Home | History | Annotate | Download | only in priv

Lines Matching refs:hi16

1288          HReg hi16  = newVRegI(env);
1292 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
1294 addInstr(env, AMD64Instr_Sh64(Ash_SHL, 16, hi16));
1298 Aalu_OR, AMD64RMI_Reg(lo16), hi16));
1299 return hi16;