Lines Matching defs:shift
1878 int shift,
1880 if (shift >= 0) {
1881 // Explicit shift specified.
1882 ASSERT((shift == 0) || (shift == 16) || (shift == 32) || (shift == 48));
1883 ASSERT(rd.Is64Bits() || (shift == 0) || (shift == 16));
1884 shift /= 16;
1886 // Calculate a new immediate and shift combination to encode the immediate
1888 shift = 0;
1893 shift = 1;
1897 shift = 2;
1901 shift = 3;
1908 Rd(rd) | ImmMoveWide(imm) | ShiftMoveWide(shift));
1927 ASSERT(operand.shift() != ROR);
2116 Shift shift,
2118 switch (shift) {
2147 // Number of bits left in the result that are not introduced by the shift.
2161 // Nothing to extend. Just shift.
2183 ShiftDP(operand.shift()) | ImmDPShift(operand.shift_amount()) |
2227 Shift shift = addr.shift();
2231 if (shift == LSL) {
2235 // Shifts are encoded in one bit, indicating a left shift by the memory
2866 (static_cast<Shift>(expected_add->ShiftDP()) == LSL) &&