Home | History | Annotate | Download | only in priv

Lines Matching refs:sz32

865             Bool sz32 = (e->Iex.Binop.op == Iop_Mul32);
871 sz32 /*32bit or 64bit */,
1087 Bool sz32;
1092 sz32 = True;
1096 sz32 = True;
1100 sz32 = False;
1104 sz32 = True;
1108 sz32 = False;
1112 sz32 = False;
1118 addInstr(env, MIPSInstr_Shft(Mshft_SLL, sz32, r_dst, r_src,
1120 addInstr(env, MIPSInstr_Shft(Mshft_SRA, sz32, r_dst, r_dst,
2263 Bool sz32 = e->Iex.Unop.op == Iop_AbsF32;
2266 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_ABSS : Mfp_ABSD, dst, src));
2271 Bool sz32 = e->Iex.Unop.op == Iop_NegF32;
2274 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_NEGS : Mfp_NEGD, dst, src));
2371 Bool sz32 = e->Iex.Binop.op == Iop_SqrtF32;
2375 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_SQRTS : Mfp_SQRTD, dst,