Home | History | Annotate | Download | only in priv

Lines Matching defs:b32

1325          HReg b32   = newVRegI(env);
1341 addInstr(env, mk_iMOVsd_RR(b32s, b32));
1343 addInstr(env, AMD64Instr_Sh64(Ash_SHL, shift, b32));
1345 addInstr(env, AMD64Instr_Sh64(shr_op, shift, b32));
1346 addInstr(env, AMD64Instr_Alu64R(Aalu_MUL, AMD64RMI_Reg(a32), b32));
1347 return b32;