Home | History | Annotate | Download | only in priv

Lines Matching defs:b32

1222          HReg b32   = newVRegI(env);
1238 addInstr(env, mk_iMOVsd_RR(b32s, b32));
1240 addInstr(env, AMD64Instr_Sh64(Ash_SHL, shift, b32));
1242 addInstr(env, AMD64Instr_Sh64(shr_op, shift, b32));
1243 addInstr(env, AMD64Instr_Alu64R(Aalu_MUL, AMD64RMI_Reg(a32), b32));
1244 return b32;