Home | History | Annotate | Download | only in priv

Lines Matching defs:b32

1265          HReg b32   = newVRegI(env);
1281 addInstr(env, mk_iMOVsd_RR(b32s, b32));
1283 addInstr(env, AMD64Instr_Sh64(Ash_SHL, shift, b32));
1285 addInstr(env, AMD64Instr_Sh64(shr_op, shift, b32));
1286 addInstr(env, AMD64Instr_Alu64R(Aalu_MUL, AMD64RMI_Reg(a32), b32));
1287 return b32;