Home | History | Annotate | Download | only in priv

Lines Matching refs:hi16

1063          HReg hi16  = newVRegI(env);
1067 addInstr(env, mk_iMOVsd_RR(hi16s, hi16));
1069 addInstr(env, X86Instr_Sh32(Xsh_SHL, 16, hi16));
1071 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo16), hi16));
1072 return hi16;