Home | History | Annotate | Download | only in priv

Lines Matching defs:sz32

1068             Bool sz32 = (e->Iex.Binop.op == Iop_Mul32);
1074 sz32 /*32bit or 64bit */,
1383 Bool sz32;
1388 sz32 = True;
1392 sz32 = True;
1396 sz32 = True;
1400 sz32 = True;
1404 sz32 = False;
1408 sz32 = True;
1412 sz32 = True;
1416 sz32 = False;
1420 sz32 = False;
1426 addInstr(env, MIPSInstr_Shft(Mshft_SLL, sz32, r_dst, r_src,
1428 addInstr(env, MIPSInstr_Shft(Mshft_SRA, sz32, r_dst, r_dst,
3072 Bool sz32 = e->Iex.Unop.op == Iop_AbsF32;
3075 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_ABSS : Mfp_ABSD, dst, src));
3080 Bool sz32 = e->Iex.Unop.op == Iop_NegF32;
3083 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_NEGS : Mfp_NEGD, dst, src));
3296 Bool sz32 = e->Iex.Binop.op == Iop_SqrtF32;
3300 addInstr(env, MIPSInstr_FpUnary(sz32 ? Mfp_SQRTS : Mfp_SQRTD, dst,