Home | History | Annotate | Download | only in priv

Lines Matching refs:hi8

1050          HReg hi8  = newVRegI(env);
1054 addInstr(env, mk_iMOVsd_RR(hi8s, hi8));
1056 addInstr(env, X86Instr_Sh32(Xsh_SHL, 8, hi8));
1058 addInstr(env, X86Instr_Alu32R(Xalu_OR, X86RMI_Reg(lo8), hi8));
1059 return hi8;