Lines Matching defs:sz32
1144 const HChar *showMIPSShftOp(MIPSShftOp op, Bool immR, Bool sz32)
1149 ret = immR ? (sz32 ? "sra" : "dsra") : (sz32 ? "srav" : "dsrav");
1152 ret = immR ? (sz32 ? "sll" : "dsll") : (sz32 ? "sllv" : "dsllv");
1155 ret = immR ? (sz32 ? "srl" : "dsrl") : (sz32 ? "srlv" : "dsrlv");
1201 MIPSInstr *MIPSInstr_Shft(MIPSShftOp op, Bool sz32, HReg dst, HReg srcL,
1207 i->Min.Shft.sz32 = sz32;
1224 MIPSInstr *MIPSInstr_Cmp(Bool syned, Bool sz32, HReg dst, HReg srcL, HReg srcR,
1230 i->Min.Cmp.sz32 = sz32;
1239 MIPSInstr *MIPSInstr_Mul(Bool syned, Bool wid, Bool sz32, HReg dst, HReg srcL,
1246 i->Min.Mul.sz32 = sz32; /* True = 32 bits */
1280 MIPSInstr *MIPSInstr_Div(Bool syned, Bool sz32, HReg srcL, HReg srcR)
1285 i->Min.Div.sz32 = sz32; /* True = 32 bits */
1611 i->Min.Shft.sz32));
1648 vex_printf("%s%s ", i->Min.Mul.sz32 ? "mult" : "dmult",
1687 if (!i->Min.Div.sz32)
2973 Bool sz32 = i->Min.Shft.sz32;
2980 vassert(sz32);
2983 if (sz32) {
3008 if (sz32) {
3035 if (sz32) {
3140 Bool sz32 = i->Min.Mul.sz32;
3145 if (sz32) {
3159 if (sz32)
3162 else if (mode64 && !sz32)
3211 Bool sz32 = i->Min.Div.sz32;
3214 if (sz32) {