Lines Matching defs:shift
370 the range 1 .. 31 inclusive. Used for doing shift amounts. */
376 the range 1 .. 63 inclusive. Used for doing shift amounts. */
549 Int shift = 0;
558 case 4: shift = 2; break;
559 case 8: shift = 3; break;
572 sldi %tmp, shift
588 env->mode64 ? False : True/*F:64-bit, T:32-bit shift*/,
590 PPCRH_Imm(False/*unsigned*/, toUShort(shift))));
909 addInstr(env, PPCInstr_Shft(Pshft_SHL, True/*32bit shift*/,
1229 /* a shift? */
1263 True/*32bit shift*/,
1266 True/*32bit shift*/,
1276 addInstr(env, PPCInstr_Shft(shftOp, False/*64bit shift*/,
1279 addInstr(env, PPCInstr_Shft(shftOp, True/*32bit shift*/,
1355 addInstr(env, PPCInstr_Shft(Pshft_SHL, False/*64bit shift*/,
1411 addInstr(env, PPCInstr_Shft(Pshft_SHL, False/*64bit shift*/,
1445 addInstr(env, PPCInstr_Shft(Pshft_SHR, True/*32bit shift*/,
1454 addInstr(env, PPCInstr_Shft(Pshft_SHL, True/*32bit shift*/,
1461 addInstr(env, PPCInstr_Shft(Pshft_SHR, True/*32bit shift*/,
1466 addInstr(env, PPCInstr_Shft(Pshft_SHL, True/*32bit shift*/,
1591 PPCInstr_Shft(Pshft_SHL, False/*64bit shift*/,
1594 PPCInstr_Shft(Pshft_SHR, False/*64bit shift*/,
1605 PPCInstr_Shft(Pshft_SHL, True/*32bit shift*/,
1608 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/,
1619 PPCInstr_Shft(Pshft_SHL, False/*64bit shift*/,
1622 PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/,
1633 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/,
1656 PPCInstr_Shft(Pshft_SHR, False/*64bit shift*/,
1681 UShort shift = toUShort(op_unop == Iop_16HIto8 ? 8 : 16);
1683 PPCInstr_Shft(Pshft_SHR, True/*32bit shift*/,
1684 r_dst, r_src, PPCRH_Imm(False,shift)));
1716 PPCInstr_Shft(Pshft_SHL, True/*32bit shift*/,
1719 PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/,
1729 addInstr(env, PPCInstr_Shft(Pshft_SHL, False/*64bit shift*/,
1731 addInstr(env, PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/,
1768 addInstr(env, PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/,
1779 addInstr(env, PPCInstr_Shft(Pshft_SAR, False/*64bit shift*/,
2247 shift amounts. Only used in 32-bit mode. */
2292 shift amounts. Only used in 64-bit mode. */
2814 addInstr(env, PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/,
2847 addInstr(env, PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/,
2903 addInstr(env, PPCInstr_Shft(Pshft_SHL, True/*32bit shift*/,
2905 addInstr(env, PPCInstr_Shft(Pshft_SAR, True/*32bit shift*/,
3828 /* Note: shift value gets masked by 127 */
4106 /*F:64-bit, T:32-bit shift*/,