Lines Matching defs:sz32
722 const HChar *showMIPSShftOp(MIPSShftOp op, Bool immR, Bool sz32)
727 ret = immR ? (sz32 ? "sra" : "dsra") : (sz32 ? "srav" : "dsrav");
730 ret = immR ? (sz32 ? "sll" : "dsll") : (sz32 ? "sllv" : "dsllv");
733 ret = immR ? (sz32 ? "srl" : "dsrl") : (sz32 ? "srlv" : "dsrlv");
779 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
785 i->Min.Shft.sz32 = sz32;
802 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR,
808 i->Min.Cmp.sz32 = sz32;
817 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL,
824 i->Min.Mul.sz32 = sz32; /* True = 32 bits */
858 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR)
863 i->Min.Div.sz32 = sz32; /* True = 32 bits */
1206 i->Min.Shft.sz32));
1243 vex_printf("%s%s ", i->Min.Mul.sz32 ? "mult" : "dmult",
1282 if (!i->Min.Div.sz32)
2636 Bool sz32 = i->Min.Shft.sz32;
2643 vassert(sz32);
2646 if (sz32) {
2671 if (sz32) {
2698 if (sz32) {
2803 Bool sz32 = i->Min.Mul.sz32;
2808 if (sz32) {
2822 if (sz32)
2825 else if (mode64 && !sz32)
2874 Bool sz32 = i->Min.Div.sz32;
2877 if (sz32) {